Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.osn.panel
Class ModelNode

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.osn.panel.BCNode
      extended by oracle.apps.fnd.applcore.dt.osn.panel.ModelNode

public class ModelNode
extends BCNode

BCNode class implementation representing the BC project, to be used in swing DefaultMutableTreeNode as the UserObject. This is used in the left (source) tree only, and is the root node.


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.dt.osn.panel.BCNode
_eol, XML_NAMESPACE
 
Method Summary
 boolean equals(java.lang.Object object)
          
 javax.swing.Icon getIcon()
          Return an appropriate icon for this node.
 java.lang.String getToolTip()
          Get the tool tip for this node.
 int hashCode()
          
static ModelNode loadModelNode(oracle.ide.Context context)
          Factory method to construct the only Model node for the project.
 java.lang.String toXML(javax.swing.tree.DefaultMutableTreeNode thisNode)
          Encode this node, and all children appropriately into xml.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.osn.panel.BCNode
getDisplayValue, getName, loadXFromXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadModelNode

public static ModelNode loadModelNode(oracle.ide.Context context)
Factory method to construct the only Model node for the project.

Parameters:
context - context within Model project.
Returns:
a Model Node.

getIcon

public javax.swing.Icon getIcon()
Return an appropriate icon for this node.

Specified by:
getIcon in class BCNode
Returns:
an Icon.

getToolTip

public java.lang.String getToolTip()
Get the tool tip for this node.

Specified by:
getToolTip in class BCNode
Returns:
textural tool tip to show in the tree on hover over a Node.

toXML

public java.lang.String toXML(javax.swing.tree.DefaultMutableTreeNode thisNode)
Description copied from class: BCNode
Encode this node, and all children appropriately into xml.

Specified by:
toXML in class BCNode
Parameters:
thisNode - node to encode.
Returns:
String representation.

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class BCNode

hashCode

public int hashCode()

Overrides:
hashCode in class BCNode

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.