abstract static class DataModelTreeModel.AbstractAdapter extends Object implements DataModelTreeModel.Adapter
| Modifier and Type | Field and Description |
|---|---|
(package private) DataModelTreeModel.Adapter[] |
_childs |
(package private) String |
_tag |
| Modifier | Constructor and Description |
|---|---|
private |
DataModelTreeModel.AbstractAdapter() |
|
DataModelTreeModel.AbstractAdapter(String nodeTag) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DataModelTreeModel.Adapter |
createAdapter(String nodeTag,
Object object) |
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
DataModelTreeModel.Adapter |
getChild(int searchIndex) |
abstract int |
getChildCount() |
int |
getIndex(DataModelTreeModel.Adapter child) |
String |
getTag() |
abstract String |
getValue() |
boolean |
isLeaf() |
String |
toString() |
String _tag
DataModelTreeModel.Adapter[] _childs
public DataModelTreeModel.AbstractAdapter(String nodeTag)
private DataModelTreeModel.AbstractAdapter()
public abstract int getChildCount()
getChildCount in interface DataModelTreeModel.Adapterstatic DataModelTreeModel.Adapter createAdapter(String nodeTag, Object object)
public final int getIndex(DataModelTreeModel.Adapter child)
getIndex in interface DataModelTreeModel.Adapterpublic final DataModelTreeModel.Adapter getChild(int searchIndex)
getChild in interface DataModelTreeModel.Adapterpublic DataModelTreeModel.Adapter createChild(int searchIndex)
public boolean isLeaf()
isLeaf in interface DataModelTreeModel.Adapter