|
||||||||
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.operator.gui.ALDChooseOpNameFrame.OpTreeNode
private class ALDChooseOpNameFrame.OpTreeNode
Class for managing nodes of the tree view.
Field Summary | |
---|---|
(package private) java.lang.String |
fullName
Stores name of operator. |
(package private) boolean |
isOperator
Indicates if node refers to an operator. |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
ALDChooseOpNameFrame.OpTreeNode(java.lang.String fName,
java.lang.String name,
boolean isOp)
Parameterized constructor. |
Method Summary | |
---|---|
(package private) java.lang.String |
getFullName()
Get full name of 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 |
---|
java.lang.String fullName
boolean isOperator
Constructor Detail |
---|
ALDChooseOpNameFrame.OpTreeNode(java.lang.String fName, java.lang.String name, boolean isOp)
Method Detail |
---|
java.lang.String getFullName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |