de.kappich.pat.configBrowser.main
Class DataModelTreeModel.ObjectHierarchyListAdapter

java.lang.Object
  extended by de.kappich.pat.configBrowser.main.DataModelTreeModel.AbstractAdapter
      extended by de.kappich.pat.configBrowser.main.DataModelTreeModel.SortingListAdapter
          extended by de.kappich.pat.configBrowser.main.DataModelTreeModel.ObjectHierarchyListAdapter
All Implemented Interfaces:
DataModelTreeModel.Adapter, Comparator<SystemObject>
Enclosing class:
DataModelTreeModel

static class DataModelTreeModel.ObjectHierarchyListAdapter
extends DataModelTreeModel.SortingListAdapter
implements DataModelTreeModel.Adapter


Field Summary
(package private)  SystemObject _object
           
 
Fields inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.SortingListAdapter
_compareStrings, _list
 
Fields inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.AbstractAdapter
_childs, _tag
 
Constructor Summary
DataModelTreeModel.ObjectHierarchyListAdapter(SystemObject object)
           
 
Method Summary
 DataModelTreeModel.Adapter createChild(int searchIndex)
           
(package private) static List getItemList(SystemObject object)
           
 String getValue()
           
 boolean isLeaf()
           
 
Methods inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.SortingListAdapter
compare, getChildCount
 
Methods inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.AbstractAdapter
createAdapter, getChild, getIndex, getTag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.kappich.pat.configBrowser.main.DataModelTreeModel.Adapter
getChild, getChildCount, getIndex
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

_object

SystemObject _object
Constructor Detail

DataModelTreeModel.ObjectHierarchyListAdapter

DataModelTreeModel.ObjectHierarchyListAdapter(SystemObject object)
                                        throws Exception
Throws:
Exception
Method Detail

getItemList

static List getItemList(SystemObject object)
                 throws Exception
Throws:
Exception

createChild

public DataModelTreeModel.Adapter createChild(int searchIndex)
Overrides:
createChild in class DataModelTreeModel.SortingListAdapter

getValue

public String getValue()
Overrides:
getValue in class DataModelTreeModel.SortingListAdapter

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface DataModelTreeModel.Adapter
Overrides:
isLeaf in class DataModelTreeModel.SortingListAdapter