de.winterfish.neonX.basicTypes
Class TextViewer

java.lang.Object
  |
  +--de.winterfish.neonX.basicTypes.TextViewer
All Implemented Interfaces:
NeonViewer

public class TextViewer
extends java.lang.Object
implements NeonViewer


Constructor Summary
TextViewer()
           
 
Method Summary
 java.awt.Component getComponent()
           
 DataNode getDataNode()
           
 void setDataNode(DataNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextViewer

public TextViewer()
Method Detail

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