static class DataModelTreeModel.SystemObjectAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
_configurationDataList |
private SystemObject |
_object |
private static java.lang.String[] |
LABELS |
_childs, _tag| Constructor and Description |
|---|
SystemObjectAdapter(java.lang.String nodeTag,
SystemObject object) |
| Modifier and Type | Method and Description |
|---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
int |
getChildCount() |
private java.util.List |
getConfigurationDataList() |
SystemObject |
getObject() |
java.lang.String |
getValue() |
boolean |
isLeaf() |
createAdapter, getChild, getIndex, getTag, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChild, getIndexprivate SystemObject _object
private java.util.List _configurationDataList
private static final java.lang.String[] LABELS
SystemObjectAdapter(java.lang.String nodeTag,
SystemObject object)
public SystemObject getObject()
public DataModelTreeModel.Adapter createChild(int searchIndex)
createChild in class DataModelTreeModel.AbstractAdapterpublic int getChildCount()
getChildCount in interface DataModelTreeModel.AdaptergetChildCount in class DataModelTreeModel.AbstractAdapterpublic java.lang.String getValue()
getValue in class DataModelTreeModel.AbstractAdapterpublic boolean isLeaf()
isLeaf in interface DataModelTreeModel.AdapterisLeaf in class DataModelTreeModel.AbstractAdapterprivate java.util.List getConfigurationDataList()
throws java.lang.Exception
java.lang.Exception