de.winterfish.neonX.basicTypes
Class TextType

java.lang.Object
  |
  +--de.winterfish.neon.model.DefaultDataType
        |
        +--de.winterfish.neonX.basicTypes.TextType
All Implemented Interfaces:
DataType

public class TextType
extends DefaultDataType


Constructor Summary
TextType(javax.swing.ImageIcon icon)
           
 
Method Summary
 java.util.Iterator getWords(DataNode node)
           
 
Methods inherited from class de.winterfish.neon.model.DefaultDataType
getDescription, getEditor, getIcon, getTypes, getViewer, setEditor, setViewer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextType

public TextType(javax.swing.ImageIcon icon)
Method Detail

getWords

public java.util.Iterator getWords(DataNode node)
Specified by:
getWords in interface DataType
Overrides:
getWords in class DefaultDataType