public class FolderTreeNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canRead |
protected boolean |
canSelect |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
FolderTreeNode(MailFolder folder) |
| Modifier and Type | Method and Description |
|---|---|
MailFolder |
getMailFolder() |
boolean |
isCanRead() |
boolean |
isCanSelect() |
void |
setCanRead(boolean canRead) |
void |
setCanSelect(boolean canSelect) |
String |
toString() |
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, setUserObjectpublic FolderTreeNode(MailFolder folder)
public MailFolder getMailFolder()
public boolean isCanSelect()
public void setCanSelect(boolean canSelect)
public boolean isCanRead()
public void setCanRead(boolean canRead)
public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2014–2016 CodeLutin. All rights reserved.