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