Package PamView.symbol.modifier.swing
Class OptionsTreeNode
java.lang.Object
PamView.symbol.modifier.swing.OptionsTreeNode
- All Implemented Interfaces:
 TreeNode
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionOptionsTreeNode(ModifierTreeNode parent, SymbolModifier modifier, PamDialogPanel optionsPanel, int leafIndex)  - 
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode> children()booleangetChildAt(int childIndex) intintbooleanisLeaf() 
- 
Field Details
- 
optionsButton
 
 - 
 - 
Constructor Details
- 
OptionsTreeNode
public OptionsTreeNode(ModifierTreeNode parent, SymbolModifier modifier, PamDialogPanel optionsPanel, int leafIndex)  
 - 
 - 
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
 
 -