static class DataModelTreeModel.ClassAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
| Modifier and Type | Field and Description |
|---|---|
private Class |
_class |
private static String[] |
LABELS |
_childs, _tag| Constructor and Description |
|---|
DataModelTreeModel.ClassAdapter(String nodeTag,
Class aClass) |
| Modifier and Type | Method and Description |
|---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
private List |
getAllInterfaces() |
private Set |
getAllInterfaces(Class[] interfaces) |
int |
getChildCount() |
String |
getValue() |
boolean |
isLeaf() |
createAdapter, getChild, getIndex, getTag, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChild, getIndexprivate List getAllInterfaces()
public DataModelTreeModel.Adapter createChild(int searchIndex)
createChild in class DataModelTreeModel.AbstractAdapterpublic int getChildCount()
getChildCount in interface DataModelTreeModel.AdaptergetChildCount in class DataModelTreeModel.AbstractAdapterpublic String getValue()
getValue in class DataModelTreeModel.AbstractAdapterpublic boolean isLeaf()
isLeaf in interface DataModelTreeModel.AdapterisLeaf in class DataModelTreeModel.AbstractAdapter