Package PamView.symbol.modifier.swing
Class SymbolTreeRoot
java.lang.Object
PamView.symbol.modifier.swing.SymbolTreeRoot
- All Implemented Interfaces:
TreeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ArrayList<ModifierTreeNode> protected ArrayList<SymbolModifier> protected StandardSymbolChooser -
Constructor Summary
ConstructorsConstructorDescriptionSymbolTreeRoot(StandardSymbolChooser symbolChooser, ArrayList<SymbolModifier> modifiers) -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode> children()booleangetChildAt(int childIndex) intintbooleanisLeaf()
-
Field Details
-
modifiers
-
symbolChooser
-
modifierNodes
-
-
Constructor Details
-
SymbolTreeRoot
-
-
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
-