static class DataModelTreeModel.ClassAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class |
_class |
private static java.lang.String[] |
LABELS |
_childs, _tag| Constructor and Description |
|---|
ClassAdapter(java.lang.String nodeTag,
java.lang.Class aClass) |
| Modifier and Type | Method and Description |
|---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
private java.util.List |
getAllInterfaces() |
private java.util.Set |
getAllInterfaces(java.lang.Class[] interfaces) |
int |
getChildCount() |
java.lang.String |
getValue() |
boolean |
isLeaf() |
createAdapter, getChild, getIndex, getTag, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChild, getIndexprivate java.lang.Class _class
private static final java.lang.String[] LABELS
private java.util.List getAllInterfaces()
private java.util.Set getAllInterfaces(java.lang.Class[] interfaces)
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.AbstractAdapter