chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorEvent
java.lang.Object
java.util.EventObject
chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HTMLEditorDirtyStateEvent, HTMLEditorSaveEvent
public class HTMLEditorEvent
- extends EventObject
- Author:
- Christopher Deckers
- See Also:
- Serialized Form
HTMLEditorEvent
public HTMLEditorEvent(JHTMLEditor htmlEditor)
- Construct an HTML editor event.
- Parameters:
htmlEditor
- the HTML editor.
getHTMLEditor
public JHTMLEditor getHTMLEditor()
- Get the HTML editor.
- Returns:
- the HTML editor.