org.crosswire.common.config.swing
Class AdvancedConfigEditor.AdvancedConfigureTreeModel
java.lang.Object
org.crosswire.common.config.swing.TreeConfigEditor.ConfigureTreeModel
org.crosswire.common.config.swing.AdvancedConfigEditor.AdvancedConfigureTreeModel
- All Implemented Interfaces:
- TreeModel
- Enclosing class:
- AdvancedConfigEditor
private class AdvancedConfigEditor.AdvancedConfigureTreeModel
- extends TreeConfigEditor.ConfigureTreeModel
A custom data model for the TreeConfig Tree
- Author:
- Joe Walker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedConfigEditor.AdvancedConfigureTreeModel
private AdvancedConfigEditor.AdvancedConfigureTreeModel()
getChildren
protected List getChildren(String path)
- Description copied from class:
TreeConfigEditor.ConfigureTreeModel
- Get a Vector of the children rooted at path
- Overrides:
getChildren
in class TreeConfigEditor.ConfigureTreeModel
getChild
public Object getChild(Object parent,
int index)
- Specified by:
getChild
in interface TreeModel
- Overrides:
getChild
in class TreeConfigEditor.ConfigureTreeModel
getChildCount
public int getChildCount(Object parent)
- Specified by:
getChildCount
in interface TreeModel
- Overrides:
getChildCount
in class TreeConfigEditor.ConfigureTreeModel
isLeaf
public boolean isLeaf(Object node)
- Specified by:
isLeaf
in interface TreeModel
- Overrides:
isLeaf
in class TreeConfigEditor.ConfigureTreeModel