|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
de.unihalle.informatik.Alida.gui.ALDOperatorChooserTreeNode
public class ALDOperatorChooserTreeNode
Class for managing nodes of the tree view.
It additionally contains the fully specified class name of the operator and a boolean indicating whether this node is a operator or just a package (containing operators).
The member name
of the super class holds the operator name without packages.
Field Summary | |
---|---|
private ALDOperatorLocation |
location
The location object for this node. |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
ALDOperatorChooserTreeNode(java.lang.String name,
ALDOperatorLocation location)
constructor |
Method Summary | |
---|---|
ALDOperatorLocation |
getLocation()
Get location object. |
boolean |
isOperator()
Is this node a operator? |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private ALDOperatorLocation location
Constructor Detail |
---|
ALDOperatorChooserTreeNode(java.lang.String name, ALDOperatorLocation location)
name
- operator name without packageslocation
- location objectisOperator
- is this node a operator?Method Detail |
---|
public ALDOperatorLocation getLocation()
public boolean isOperator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |