Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

oracle.jbo.jbotester.tree
Class AMTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by oracle.jbo.jbotester.tree.ObjTreeNode
          extended by oracle.jbo.jbotester.tree.AMTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public final class AMTreeNode
extends ObjTreeNode

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jbo.jbotester.tree.ObjTreeNode
ObjTreeNode.RemoveAction
 
Field Summary
 
Fields inherited from class oracle.jbo.jbotester.tree.ObjTreeNode
APP_MODULE, componentObject, createAMAction, createSysCatAMAction, createVLAction, createVOAction, removeAction, VIEW_LINK
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
AMTreeNode(oracle.jbo.ApplicationModule amParam)
           
 
Method Summary
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()
           
 
Methods inherited from class oracle.jbo.jbotester.tree.ObjTreeNode
createTab, getBindingContainer, getChildOfName, getComponentObject, getContextMenu, getData, getFullName, getIcon, getIteratorBinding, getName, getParentOfType, getStatus, handleEvent, isBindParameterActionEnabled, isFormDisplayed, showForm, showForm, showPropertyDialog, toString
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMTreeNode

public AMTreeNode(oracle.jbo.ApplicationModule amParam)
Method Detail

getType

public NodeType getType()
Specified by:
getType in class ObjTreeNode

remove

public void remove()
Overrides:
remove in class ObjTreeNode

addMenuItems

protected void addMenuItems(javax.swing.JPopupMenu contextMenu)
Overrides:
addMenuItems in class ObjTreeNode

enableActions

protected void enableActions()
Overrides:
enableActions in class ObjTreeNode

showProperties

public void showProperties()
Specified by:
showProperties in class ObjTreeNode

getDefaultFormType

protected FormType getDefaultFormType()
Description copied from class: ObjTreeNode
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

Overrides:
getDefaultFormType in class ObjTreeNode
Returns:
the default form type

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

Copyright © 1997, 2011, Oracle. All rights reserved.