chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HTMLEditorEvent(JHTMLEditor htmlEditor)
          Construct an HTML editor event.
 
Method Summary
 JHTMLEditor getHTMLEditor()
          Get the HTML editor.
 
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

HTMLEditorEvent

public HTMLEditorEvent(JHTMLEditor htmlEditor)
Construct an HTML editor event.

Parameters:
htmlEditor - the HTML editor.
Method Detail

getHTMLEditor

public JHTMLEditor getHTMLEditor()
Get the HTML editor.

Returns:
the HTML editor.