Package jmri.jmrit.symbolicprog
Class CombinedLocoSelTreePane.DecoderTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
jmri.jmrit.symbolicprog.CombinedLocoSelTreePane.DecoderTreeNode
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
- Enclosing class:
- CombinedLocoSelTreePane
-
Field Summary
FieldsFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
ConstructorsConstructorDescriptionDecoderTreeNode(Object userObject) DecoderTreeNode(Object userObject, boolean allowsChildren, boolean isIdentified, DecoderFile.Showable showable) DecoderTreeNode(String str, String toolTipText, String title) -
Method Summary
Modifier and TypeMethodDescriptiongetChildAt(int index, boolean filterIsActive) intgetChildCount(boolean filterIsActive) getTitle()voidsetIdentified(boolean isIdentified) voidsetShowable(DecoderFile.Showable showable) Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, 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
-
Field Details
-
isIdentified
-
showable
-
-
Constructor Details
-
DecoderTreeNode
-
DecoderTreeNode
-
DecoderTreeNode
public DecoderTreeNode(Object userObject, boolean allowsChildren, boolean isIdentified, DecoderFile.Showable showable)
-
-
Method Details
-
breadthFirstEnumeration
- Overrides:
breadthFirstEnumerationin classDefaultMutableTreeNode
-
getTitle
-
getToolTipText
-
getChildAt
-
getChildCount
-
setIdentified
-
setShowable
-
getShowable
-