public class VPTFileListModel extends ProjectCustomTreeModel
| Constructor and Description |
|---|
VPTFileListModel(VPTNode rootNode)
Create a new
VPTFileListModel. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<VPTNode> |
getChildren(VPTProject p)
Returns a vector with all the files of the project.
|
protected java.lang.String |
getName()
Returns the name of the tree, to be shown in the tabbed
pane GUI.
|
addChild, buildPathToRoot, getCache, getCachedChildren, getChild, getChildCount, getIndexOfChild, getPathToRoot, isCustom, nodeChanged, nodeStructureChanged, projectClosed, removeChildfileClosed, fileOpenedaddTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodesChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChangedpublic VPTFileListModel(VPTNode rootNode)
VPTFileListModel.rootNode - The root node of the tree.protected java.util.List<VPTNode> getChildren(VPTProject p)
getChildren in class ProjectCustomTreeModelp - The project being queried.protected java.lang.String getName()
ProjectTreeModelgetName in class ProjectTreeModel