org.jurvis.swing.explorer
Class JvExplorerModel
java.lang.Object
javax.swing.tree.DefaultTreeModel
org.jurvis.swing.explorer.JvExplorerModel
- All Implemented Interfaces:
- Serializable, TreeModel
public class JvExplorerModel
- extends DefaultTreeModel
A TreeModel specialized for representing a hierarchy displayed
in a JvExplorer and JvExplorerTree. The nodes of
this tree must be NExplorerNodes.
- Author:
- Neil W. Weber
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.tree.DefaultTreeModel |
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvExplorerModel
public JvExplorerModel(JvExplorerNode root)
- Construct a
JvExplorerModel with the given root node.
getExplorer
public JvExplorer getExplorer()
- Return the
JvExplorer using this model.
- Returns:
- the
JvExplorer using this model
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.