|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
projectviewer.vpt.VPTNode
projectviewer.vpt.VPTDirectory
projectviewer.vpt.VPTFilteredModel.FilteredDirectoryNode
public class VPTFilteredModel.FilteredDirectoryNode
| Field Summary |
|---|
| Fields inherited from class projectviewer.vpt.VPTDirectory |
|---|
file |
| Fields inherited from class projectviewer.vpt.VPTNode |
|---|
name, treeNoSelectionBackground, treeNoSelectionForeground, treeSelectionBackground, treeSelectionForeground |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
VPTFilteredModel.FilteredDirectoryNode(VPTFilterData filterData,
java.util.List openableNodeList)
|
|
| Method Summary | |
|---|---|
void |
add(VPTNode node)
|
int |
getChildCount()
|
int |
getClipType()
This method controls how the CellRenderer implementation will clip the name of the node when it doesn't fit in the tree. |
java.util.List |
getFiles()
|
java.lang.String |
getName()
Returns the name of this node. |
void |
remove(VPTNode node)
|
| Methods inherited from class projectviewer.vpt.VPTDirectory |
|---|
canWrite, compareToNode, delete, getFile, getIcon, getNodePath, setFile, toString |
| Methods inherited from class projectviewer.vpt.VPTNode |
|---|
canOpen, close, compareName, compareTo, findIndexForChild, findProjectFor, getBackgroundColor, getChildWithName, getForegroundColor, isDirectory, isFile, isGroup, isOpened, isProject, isRoot, open, persistChildren, setName, setParent, sortChildren, sortChildren |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setUserObject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VPTFilteredModel.FilteredDirectoryNode(VPTFilterData filterData,
java.util.List openableNodeList)
| Method Detail |
|---|
public java.lang.String getName()
VPTNode
getName in class VPTNodepublic java.util.List getFiles()
public int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class javax.swing.tree.DefaultMutableTreeNodepublic void remove(VPTNode node)
public void add(VPTNode node)
public int getClipType()
VPTNode
getClipType in class VPTNodeVPTCellRenderer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||