Package PamView.symbol.modifier.swing
Class ChoiceTreeNode
java.lang.Object
PamView.symbol.modifier.swing.ChoiceTreeNode
- All Implemented Interfaces:
ActionListener
,EventListener
,TreeNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enumeration<? extends TreeNode>
children()
boolean
getChildAt
(int childIndex) int
int
getName()
boolean
isLeaf()
-
Constructor Details
-
ChoiceTreeNode
-
-
Method Details
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
getName
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-