Package PamView.symbol.modifier.swing
Class ChoiceTreeNode
java.lang.Object
PamView.symbol.modifier.swing.ChoiceTreeNode
- All Implemented Interfaces:
ActionListener,EventListener,TreeNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnumeration<? extends TreeNode> children()booleangetChildAt(int childIndex) intintgetName()booleanisLeaf()
-
Field Details
-
parent
-
selectionBit
protected int selectionBit -
checkBox
-
-
Constructor Details
-
ChoiceTreeNode
-
-
Method Details
-
getChildAt
- Specified by:
getChildAtin interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
getName
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-