info.bioinfweb.treegraph.document.nodedata
Class AbstractIDElementAdapter
java.lang.Object
info.bioinfweb.treegraph.document.nodedata.TextElementDataAdapter
info.bioinfweb.treegraph.document.nodedata.AbstractIDElementAdapter
- All Implemented Interfaces:
- IDElementAdapter, NodeDataAdapter
- Direct Known Subclasses:
- HiddenDataAdapter, LabelAdapter
public abstract class AbstractIDElementAdapter
- extends TextElementDataAdapter
- implements IDElementAdapter
Node data adapters that need to store an ID can be inherited from this abstract class.
- Author:
- Ben Stöver
| Methods inherited from class info.bioinfweb.treegraph.document.nodedata.TextElementDataAdapter |
assignData, createData, decimalOnly, delete, getData, getDecimal, getDecimalFormat, getText, isDecimal, isEmpty, isString, setDecimal, setText, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
AbstractIDElementAdapter
public AbstractIDElementAdapter(String id)
readOnly
public boolean readOnly()
- Specified by:
readOnly in interface NodeDataAdapter
getID
public String getID()
- Specified by:
getID in interface IDElementAdapter