chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorSaveEvent
java.lang.Object
java.util.EventObject
chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
chrriis.dj.nativeswing.swtimpl.components.HTMLEditorSaveEvent
- All Implemented Interfaces:
- Serializable
public class HTMLEditorSaveEvent
- extends HTMLEditorEvent
- Author:
- Christopher Deckers
- See Also:
- Serialized Form
HTMLEditorSaveEvent
public HTMLEditorSaveEvent(JHTMLEditor htmlEditor,
String text)
- Construct an HTML editor save event.
- Parameters:
htmlEditor
- the editor.text
- The text that is asked to be saved.
getText
public String getText()
- Get the text to save.