|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
oracle.alm.view.model.AlmDataTreeNode
public abstract class AlmDataTreeNode
Base definition of the Alm treeNode
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_LABEL |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
AlmDataTreeNode(java.lang.Object userObject, boolean allowChildren) |
Method Summary | |
---|---|
abstract NodeContextMenu |
getContextMenu(javax.swing.JTree tree) |
javax.swing.KeyStroke |
getContextMenuKey() |
abstract javax.swing.Icon |
getIcon() |
abstract java.lang.String |
getId() |
abstract java.lang.String |
getLabel() |
java.lang.String |
getTooltip() |
abstract void |
handleNode(javax.swing.JTree tree, java.lang.Object event) |
abstract void |
refresh() |
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 |
---|
public static final java.lang.String DEFAULT_LABEL
Constructor Detail |
---|
public AlmDataTreeNode(java.lang.Object userObject, boolean allowChildren)
userObject
-allowChildren
-Method Detail |
---|
public abstract void handleNode(javax.swing.JTree tree, java.lang.Object event)
public abstract javax.swing.Icon getIcon()
public abstract NodeContextMenu getContextMenu(javax.swing.JTree tree)
public abstract java.lang.String getLabel()
public abstract java.lang.String getId()
public abstract void refresh()
public javax.swing.KeyStroke getContextMenuKey()
public java.lang.String getTooltip()
|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |