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

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

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


Field Summary
private  boolean _root
           
 
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.SimpleTypeHierarchyListAdapter(String nodeTag, List types, boolean root)
           
 
Method Summary
 DataModelTreeModel.Adapter createChild(int searchIndex)
           
 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

_root

private boolean _root
Constructor Detail

DataModelTreeModel.SimpleTypeHierarchyListAdapter

DataModelTreeModel.SimpleTypeHierarchyListAdapter(String nodeTag,
                                                  List types,
                                                  boolean root)
Method Detail

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