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 PackageNode

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

public class PackageNode
extends BCNode

BCNode class implementation representing a package, to be used in swing DefaultMutableTreeNode as the UserObject.


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.dt.osn.panel.BCNode
_eol, XML_NAMESPACE
 
Constructor Summary
PackageNode(java.lang.String name, java.lang.String displayValue)
          Construct a package Node.
 
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()
          
 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
 

Constructor Detail

PackageNode

public PackageNode(java.lang.String name,
                   java.lang.String displayValue)
Construct a package Node.

Parameters:
name - name.
displayValue - display value.
Method Detail

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)
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.