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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.utils
Class ApplicationsTableUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.utils.ApplicationsTableUtils

public final class ApplicationsTableUtils
extends java.lang.Object

General methods for Applications Table that do not otherwise fit anywhere.

Author:
David Groves <david.groves@oracle.com>

Method Summary
static int getPopupOptionIndex(java.lang.String tlValue)
          Do a reverse lookupfor the translated value and find it's index.
static java.lang.String[] getPopupOptions()
          Get the untranslated popup options.
static java.lang.String[] getPopupOptionsTL()
          Get the translated popup options.
static boolean showCreateTableDialog(javax.swing.JPanel panel, boolean big)
          Show the table dialog.
static boolean showTablePatternsDialog(javax.swing.JPanel panel)
          Show the table patterns dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPopupOptionsTL

public static java.lang.String[] getPopupOptionsTL()
Get the translated popup options.

Returns:
translated popup options.

getPopupOptions

public static java.lang.String[] getPopupOptions()
Get the untranslated popup options.

Returns:
untranslated popup options.

getPopupOptionIndex

public static int getPopupOptionIndex(java.lang.String tlValue)
Do a reverse lookupfor the translated value and find it's index.

Parameters:
tlValue - translated String representing a popup option.
Returns:
index if option, 0 if not found.

showTablePatternsDialog

public static boolean showTablePatternsDialog(javax.swing.JPanel panel)
Show the table patterns dialog.

Parameters:
panel - panel to show in dialog
Returns:
true if user pressed ok, false otherwise.

showCreateTableDialog

public static boolean showCreateTableDialog(javax.swing.JPanel panel,
                                            boolean big)
Show the table dialog.

Parameters:
panel - panel to show in dialog.
big - to show at larger size.
Returns:
true if user pressed ok, false otherwise.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.