public final class AMTreeNode extends ObjTreeNode
ObjTreeNode.RemoveAction
APP_MODULE, componentObject, createAMAction, createSysCatAMAction, createVLAction, createVOAction, isNodeUserCreated, removeAction, VIEW_LINK
Constructor and Description |
---|
AMTreeNode(oracle.jbo.ApplicationModule amParam) |
AMTreeNode(oracle.jbo.ApplicationModule amParam, boolean isUserCreated) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMenuItems(javax.swing.JPopupMenu contextMenu) |
protected void |
enableActions() |
protected FormType |
getDefaultFormType()
The default form type is the form type that will be presented as the first menu option, and is shown when double clicking on the node
|
NodeType |
getType() |
void |
remove() |
void |
showProperties() |
createTab, getBindingContainer, getChildOfName, getComponentObject, getContextMenu, getData, getFullName, getIcon, getIteratorBinding, getName, getParentOfType, getStatus, handleEvent, isBindParameterActionEnabled, isFormDisplayed, showForm, showForm, showPropertyDialog, toString
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
public AMTreeNode(oracle.jbo.ApplicationModule amParam)
public AMTreeNode(oracle.jbo.ApplicationModule amParam, boolean isUserCreated)
public NodeType getType()
getType
in class ObjTreeNode
public void remove()
remove
in class ObjTreeNode
protected void addMenuItems(javax.swing.JPopupMenu contextMenu)
addMenuItems
in class ObjTreeNode
protected void enableActions()
enableActions
in class ObjTreeNode
public void showProperties()
showProperties
in class ObjTreeNode
protected FormType getDefaultFormType()
ObjTreeNode
getDefaultFormType
in class ObjTreeNode