Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.jbotester
Class AMTreeNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byoracle.jbo.jbotester.ObjTreeNode
          extended byoracle.jbo.jbotester.AMTreeNode

All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public final class AMTreeNode
extends ObjTreeNode
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.jbo.jbotester.ObjTreeNode
APP_MODULE, APP_MODULE_BRANCH, createAMAction, createVLAction, createVOAction, popupMenu, removeAction, VIEW_LINK, VIEW_LINK_BRANCH, VIEW_OBJECT, VIEW_OBJECT_BRANCH

 

Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject

 

Constructor Summary
AMTreeNode(ApplicationModule amParam)
           

 

Method Summary
 java.lang.Object getData()
           
 java.lang.String getFullName()
           
 javax.swing.ImageIcon getIcon()
           
 javax.swing.JPopupMenu getMenu()
           
 java.lang.String getName()
           
 java.lang.String getStatus()
           
 int getType()
           
 void remove()
           
 void setData(java.lang.Object data)
           
 void showProperties()
           

 

Methods inherited from class oracle.jbo.jbotester.ObjTreeNode
createVOVLMenu, getChildOfName, getParentOfType, handleEvent, isBindParameterActionEnabled, isFormDisplayed, 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(ApplicationModule amParam)

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class ObjTreeNode

getFullName

public java.lang.String getFullName()
Overrides:
getFullName in class ObjTreeNode

getType

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

getData

public java.lang.Object getData()
Specified by:
getData in class ObjTreeNode

setData

public void setData(java.lang.Object data)
Specified by:
setData in class ObjTreeNode

getIcon

public javax.swing.ImageIcon getIcon()
Specified by:
getIcon in class ObjTreeNode

remove

public void remove()
Overrides:
remove in class ObjTreeNode

getMenu

public javax.swing.JPopupMenu getMenu()
Overrides:
getMenu in class ObjTreeNode

getStatus

public java.lang.String getStatus()
Overrides:
getStatus in class ObjTreeNode

showProperties

public void showProperties()
Overrides:
showProperties in class ObjTreeNode

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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