de.winterfish.neonX.basicTypes
Class TextEditor
java.lang.Object
|
+--de.winterfish.neonX.basicTypes.TextEditor
- All Implemented Interfaces:
- NeonEditor, NeonViewer
- public class TextEditor
- extends java.lang.Object
- implements NeonEditor
Constructor Summary |
TextEditor(java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextEditor
public TextEditor(java.lang.String type)
setEditorListener
public void setEditorListener(NeonEditorListener listener)
- Specified by:
setEditorListener
in interface NeonEditor
getComponent
public java.awt.Component getComponent()
- Specified by:
getComponent
in interface NeonViewer
setDataNode
public void setDataNode(DataNode node)
- Specified by:
setDataNode
in interface NeonViewer
getDataNode
public DataNode getDataNode()
- Specified by:
getDataNode
in interface NeonViewer
getContent
public byte[] getContent()
- Specified by:
getContent
in interface NeonEditor
hasChanged
public boolean hasChanged()
- Specified by:
hasChanged
in interface NeonEditor
setHasChanged
public void setHasChanged(boolean value)
- Specified by:
setHasChanged
in interface NeonEditor