public final class AMTreeNode extends ObjTreeNode
ObjTreeNode.RemoveActionAPP_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, toStringadd, 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, setUserObjectpublic AMTreeNode(oracle.jbo.ApplicationModule amParam)
public AMTreeNode(oracle.jbo.ApplicationModule amParam,
boolean isUserCreated)
public NodeType getType()
getType in class ObjTreeNodepublic void remove()
remove in class ObjTreeNodeprotected void addMenuItems(javax.swing.JPopupMenu contextMenu)
addMenuItems in class ObjTreeNodeprotected void enableActions()
enableActions in class ObjTreeNodepublic void showProperties()
showProperties in class ObjTreeNodeprotected FormType getDefaultFormType()
ObjTreeNodegetDefaultFormType in class ObjTreeNode