Package PamView.symbol.modifier.swing
Class ModifierTreeNode
java.lang.Object
PamView.symbol.modifier.swing.ModifierTreeNode
- All Implemented Interfaces:
TreeNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode>
children()
boolean
getChildAt
(int childIndex) int
int
int
boolean
isLeaf()
void
setModBitmap
(int modBitMap)
-
Constructor Details
-
ModifierTreeNode
-
-
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
-
getModifier
- Returns:
- the modifier
-
setModBitmap
public void setModBitmap(int modBitMap) -
getModBitmap
public int getModBitmap()
-