chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorAdapter

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.HTMLEditorAdapter
All Implemented Interfaces:
HTMLEditorListener, EventListener

public class HTMLEditorAdapter
extends Object
implements HTMLEditorListener

Author:
Christopher Deckers

Constructor Summary
HTMLEditorAdapter()
           
 
Method Summary
 void notifyDirtyStateChanged(HTMLEditorDirtyStateEvent e)
          Invoked when dirty state is changed.
 void saveHTML(HTMLEditorSaveEvent e)
          Invoked when the save action was triggered on an HTML editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEditorAdapter

public HTMLEditorAdapter()
Method Detail

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.