static class DataModelTreeModel.DataModelAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
Modifier and Type | Field and Description |
---|---|
private DataModel |
_dm |
private static java.lang.String[] |
LABELS |
_childs, _tag
Constructor and Description |
---|
DataModelAdapter(DataModel dm) |
Modifier and Type | Method and Description |
---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
int |
getChildCount() |
java.lang.String |
getValue() |
createAdapter, getChild, getIndex, getTag, isLeaf, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChild, getIndex, isLeaf
private DataModel _dm
private static final java.lang.String[] LABELS
DataModelAdapter(DataModel dm)
public DataModelTreeModel.Adapter createChild(int searchIndex)
createChild
in class DataModelTreeModel.AbstractAdapter
public int getChildCount()
getChildCount
in interface DataModelTreeModel.Adapter
getChildCount
in class DataModelTreeModel.AbstractAdapter
public java.lang.String getValue()
getValue
in class DataModelTreeModel.AbstractAdapter