de.winterfish.nathanX.person
Class PersonEditor
java.lang.Object
|
+--de.winterfish.nathanX.person.PersonEditor
- All Implemented Interfaces:
- NeonEditor, NeonViewer
- public class PersonEditor
- extends java.lang.Object
- implements NeonEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonEditor
public PersonEditor()
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
setEditorListener
public void setEditorListener(NeonEditorListener listener)
- Specified by:
setEditorListener
in interface NeonEditor
setHasChanged
public void setHasChanged(boolean value)
- Specified by:
setHasChanged
in interface NeonEditor