chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorDirtyStateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
          extended by chrriis.dj.nativeswing.swtimpl.components.HTMLEditorDirtyStateEvent
All Implemented Interfaces:
Serializable

public class HTMLEditorDirtyStateEvent
extends HTMLEditorEvent

Author:
Christopher Deckers
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HTMLEditorDirtyStateEvent(JHTMLEditor htmlEditor, boolean isDirty)
          Construct an HTML editor dirty state event.
 
Method Summary
 boolean isDirty()
           
 
Methods inherited from class chrriis.dj.nativeswing.swtimpl.components.HTMLEditorEvent
getHTMLEditor
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLEditorDirtyStateEvent

public HTMLEditorDirtyStateEvent(JHTMLEditor htmlEditor,
                                 boolean isDirty)
Construct an HTML editor dirty state event.

Parameters:
htmlEditor - the editor.
isDirty - The dirty state that is being notified.
Method Detail

isDirty

public boolean isDirty()