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

java.lang.Object
  extended by de.kappich.pat.configBrowser.main.DataModelTreeModel.AbstractAdapter
      extended by de.kappich.pat.configBrowser.main.DataModelTreeModel.ListAdapter
All Implemented Interfaces:
DataModelTreeModel.Adapter
Enclosing class:
DataModelTreeModel

static class DataModelTreeModel.ListAdapter
extends DataModelTreeModel.AbstractAdapter
implements DataModelTreeModel.Adapter


Field Summary
protected  List _list
           
 
Fields inherited from class de.kappich.pat.configBrowser.main.DataModelTreeModel.AbstractAdapter
_childs, _tag
 
Constructor Summary
DataModelTreeModel.ListAdapter(String nodeTag, List list)
           
DataModelTreeModel.ListAdapter(String nodeTag, Object[] array)
           
 
Method Summary
 DataModelTreeModel.Adapter createChild(int searchIndex)
           
 int getChildCount()
           
 String getValue()
           
 boolean 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, getIndex
 

Field Detail

_list

protected List _list
Constructor Detail

DataModelTreeModel.ListAdapter

DataModelTreeModel.ListAdapter(String nodeTag,
                               List list)

DataModelTreeModel.ListAdapter

DataModelTreeModel.ListAdapter(String nodeTag,
                               Object[] array)
Method Detail

createChild

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

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface DataModelTreeModel.Adapter
Specified by:
getChildCount in class DataModelTreeModel.AbstractAdapter

isLeaf

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

getValue

public String getValue()
Specified by:
getValue in class DataModelTreeModel.AbstractAdapter