chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorAdapter
java.lang.Object
chrriis.dj.nativeswing.swtimpl.components.HTMLEditorAdapter
- All Implemented Interfaces:
- HTMLEditorListener, EventListener
public class HTMLEditorAdapter
- extends Object
- implements HTMLEditorListener
- Author:
- Christopher Deckers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLEditorAdapter
public HTMLEditorAdapter()
saveHTML
public void saveHTML(HTMLEditorSaveEvent e)
- Description copied from interface:
HTMLEditorListener
- Invoked when the save action was triggered on an HTML editor.
- Specified by:
saveHTML
in interface HTMLEditorListener
- Parameters:
e
- the save event.
notifyDirtyStateChanged
public void notifyDirtyStateChanged(HTMLEditorDirtyStateEvent e)
- Description copied from interface:
HTMLEditorListener
- Invoked when dirty state is changed. The editor is dirty when its content has changed.
- Specified by:
notifyDirtyStateChanged
in interface HTMLEditorListener
- Parameters:
e
- the editor event.