Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.trees.utils
Class ApplicationsHierarchyUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.trees.utils.ApplicationsHierarchyUtils

public final class ApplicationsHierarchyUtils
extends java.lang.Object

Utils Class for creating the JEWTDialogs for the Hierarchy Component.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>

Method Summary
static boolean showHierarchyDatabaseConnectionPanel(javax.swing.JPanel panel, java.lang.String text)
          Method to encapsulate the Database Panel into the JEWTDialog.
static boolean showHierarchyTreeStructurePanel(javax.swing.JPanel panel, java.lang.String text)
          Method to encapsulate the Structure Panel into the JEWTDialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showHierarchyDatabaseConnectionPanel

public static boolean showHierarchyDatabaseConnectionPanel(javax.swing.JPanel panel,
                                                           java.lang.String text)
Method to encapsulate the Database Panel into the JEWTDialog.

Parameters:
panel - Panel Object
text - String value
Returns:
boolean success value

showHierarchyTreeStructurePanel

public static boolean showHierarchyTreeStructurePanel(javax.swing.JPanel panel,
                                                      java.lang.String text)
Method to encapsulate the Structure Panel into the JEWTDialog.

Parameters:
panel - Panel Object
text - String value
Returns:
boolean success value

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.