public class FileAuthorityTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
限定符和类型 | 类和说明 |
---|---|
static class |
FileAuthorityTreeNode.Status |
构造器和说明 |
---|
FileAuthorityTreeNode() |
FileAuthorityTreeNode(java.lang.Object userObject) |
FileAuthorityTreeNode(java.lang.Object userObject,
boolean allowsChildren,
FileAuthorityTreeNode.Status status) |
限定符和类型 | 方法和说明 |
---|---|
FileAuthorityTreeNode.Status |
getStatus() |
boolean |
isIndeterminate() |
boolean |
isSelected() |
boolean |
isUnselected() |
void |
setSelected(boolean selected) |
void |
setStatus(FileAuthorityTreeNode.Status status) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, 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, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public FileAuthorityTreeNode()
public FileAuthorityTreeNode(java.lang.Object userObject)
public FileAuthorityTreeNode(java.lang.Object userObject, boolean allowsChildren, FileAuthorityTreeNode.Status status)
public FileAuthorityTreeNode.Status getStatus()
public boolean isSelected()
public boolean isUnselected()
public boolean isIndeterminate()
public void setSelected(boolean selected)
public void setStatus(FileAuthorityTreeNode.Status status)