public class VOTreeNode extends ObjTreeNode
ObjTreeNode.RemoveActionAPP_MODULE, componentObject, createAMAction, createSysCatAMAction, createVLAction, createVOAction, isNodeUserCreated, removeAction, VIEW_LINK| Constructor and Description |
|---|
VOTreeNode(oracle.jbo.ApplicationModule appMod, oracle.jbo.ViewObject viewObject) |
VOTreeNode(oracle.jbo.ViewObject viewObject) |
VOTreeNode(oracle.jbo.ViewObject viewObject, boolean isUserCreated) |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
getType() |
void |
handleEvent(java.awt.event.ActionEvent e) |
protected boolean |
isBindParameterActionEnabled(oracle.jbo.ComponentObject cObj) |
void |
remove() |
void |
showProperties() |
addMenuItems, createTab, enableActions, getBindingContainer, getChildOfName, getComponentObject, getContextMenu, getData, getDefaultFormType, getFullName, getIcon, getIteratorBinding, getName, getParentOfType, getStatus, 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 VOTreeNode(oracle.jbo.ViewObject viewObject)
public VOTreeNode(oracle.jbo.ApplicationModule appMod,
oracle.jbo.ViewObject viewObject)
public VOTreeNode(oracle.jbo.ViewObject viewObject,
boolean isUserCreated)
public NodeType getType()
getType in class ObjTreeNodepublic void handleEvent(java.awt.event.ActionEvent e)
handleEvent in class ObjTreeNodepublic void remove()
remove in class ObjTreeNodepublic void showProperties()
showProperties in class ObjTreeNodeprotected boolean isBindParameterActionEnabled(oracle.jbo.ComponentObject cObj)
isBindParameterActionEnabled in class ObjTreeNode