static class DataModelTreeModel.SystemObjectInfoAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
Modifier and Type | Field and Description |
---|---|
private SystemObject |
_object |
private static String[] |
LABELS |
_childs, _tag
Constructor and Description |
---|
DataModelTreeModel.SystemObjectInfoAdapter(String nodeTag,
SystemObject object) |
Modifier and Type | Method and Description |
---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
int |
getChildCount() |
SystemObject |
getObject() |
String |
getValue() |
boolean |
isLeaf() |
createAdapter, getChild, getIndex, getTag, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChild, getIndex
private SystemObject _object
private static final String[] LABELS
DataModelTreeModel.SystemObjectInfoAdapter(String nodeTag, SystemObject object)
public SystemObject getObject()
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
public boolean isLeaf()
isLeaf
in interface DataModelTreeModel.Adapter
isLeaf
in class DataModelTreeModel.AbstractAdapter