chrriis.dj.nativeswing.swtimpl.components
Class HTMLEditorSaveEvent

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

public class HTMLEditorSaveEvent
extends HTMLEditorEvent

Author:
Christopher Deckers
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HTMLEditorSaveEvent(JHTMLEditor htmlEditor, String text)
          Construct an HTML editor save event.
 
Method Summary
 String getText()
          Get the text to save.
 
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

HTMLEditorSaveEvent

public HTMLEditorSaveEvent(JHTMLEditor htmlEditor,
                           String text)
Construct an HTML editor save event.

Parameters:
htmlEditor - the editor.
text - The text that is asked to be saved.
Method Detail

getText

public String getText()
Get the text to save.