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

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.TypeHierarchyListAdapter
All Implemented Interfaces:
DataModelTreeModel.Adapter, Comparator<SystemObject>
Enclosing class:
DataModelTreeModel

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


Field Summary
 
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.TypeHierarchyListAdapter(String nodeTag, List types)
           
 
Method Summary
 DataModelTreeModel.Adapter createChild(int searchIndex)
           
 
Methods inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.SortingListAdapter
compare, getChildCount, getValue, isLeaf
 
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, isLeaf
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DataModelTreeModel.TypeHierarchyListAdapter

DataModelTreeModel.TypeHierarchyListAdapter(String nodeTag,
                                            List types)
Method Detail

createChild

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