org.gamenet.swing.controls
Class DataSectionTree.HierarchicalDataSectionableTreeModel
java.lang.Object
org.gamenet.swing.controls.DataSectionTree.HierarchicalDataSectionableTreeModel
- All Implemented Interfaces:
- TreeModel
- Enclosing class:
- DataSectionTree
- static class DataSectionTree.HierarchicalDataSectionableTreeModel
- extends Object
- implements TreeModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootName
private String rootName
rootDataSectionable
private DataSectionable rootDataSectionable
DataSectionTree.HierarchicalDataSectionableTreeModel
public DataSectionTree.HierarchicalDataSectionableTreeModel(String rootName,
DataSectionable root)
valueForPathChanged
public void valueForPathChanged(TreePath path,
Object newValue)
- Specified by:
valueForPathChanged
in interface TreeModel
addTreeModelListener
public void addTreeModelListener(TreeModelListener l)
- Specified by:
addTreeModelListener
in interface TreeModel
removeTreeModelListener
public void removeTreeModelListener(TreeModelListener l)
- Specified by:
removeTreeModelListener
in interface TreeModel
getRoot
public Object getRoot()
- Specified by:
getRoot
in interface TreeModel
getChildCount
public int getChildCount(Object parentNode)
- Specified by:
getChildCount
in interface TreeModel
isLeaf
public boolean isLeaf(Object node)
- Specified by:
isLeaf
in interface TreeModel
getDataSectionableForParentAndName
private static DataSectionable getDataSectionableForParentAndName(DataSectionable parentDataSectionable,
String childSectionName)
getChild
public Object getChild(Object parentNode,
int index)
- Specified by:
getChild
in interface TreeModel
getIndexOfChild
public int getIndexOfChild(Object parentNode,
Object childNode)
- Specified by:
getIndexOfChild
in interface TreeModel