Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.3.0)

E17487-04


oracle.jbo.ui.main
Class Util

java.lang.Object
  extended by oracle.jbo.ui.main.Util


public final class Util
extends java.lang.Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/ui/main/Util.java /main/9 2010/03/17 14:20:36 rkaestne Exp $

Constructor Summary
Util()
           

 

Method Summary
static javax.swing.JPanel addSpacerPanel(javax.swing.JPanel panel, int x, int y)
           
static java.util.Vector convertArrayListToVector(java.util.ArrayList al)
           
static java.util.ArrayList convertVectorToArrayList(java.util.Vector al)
           
static void editSetEditable(javax.swing.JTextField edit, boolean bEnable)
           
static java.util.Properties getJboProperties()
           
static java.lang.String getJboPropertiesFileName()
           
static java.awt.Frame getParentFrame(java.awt.Component parentComponent)
           
static void initNarrowButton(javax.swing.JButton button, java.lang.String text)
           
static boolean isInstanceOf(java.lang.Object object, java.lang.Class typeClass)
           
static void saveJboProperties()
           
static void setComponentAccessibleText(javax.swing.JComponent comp, java.lang.String text)
           
static void setSizeInJavaArrayList(java.util.ArrayList al, int newSize)
           
static java.lang.String terms2Lcase(java.lang.String s)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Util

public Util()

Method Detail

terms2Lcase

public static java.lang.String terms2Lcase(java.lang.String s)

isInstanceOf

public static boolean isInstanceOf(java.lang.Object object,
                                   java.lang.Class typeClass)

getJboPropertiesFileName

public static java.lang.String getJboPropertiesFileName()

getJboProperties

public static java.util.Properties getJboProperties()

saveJboProperties

public static void saveJboProperties()

addSpacerPanel

public static javax.swing.JPanel addSpacerPanel(javax.swing.JPanel panel,
                                                int x,
                                                int y)

initNarrowButton

public static void initNarrowButton(javax.swing.JButton button,
                                    java.lang.String text)

setComponentAccessibleText

public static void setComponentAccessibleText(javax.swing.JComponent comp,
                                              java.lang.String text)

editSetEditable

public static void editSetEditable(javax.swing.JTextField edit,
                                   boolean bEnable)

convertVectorToArrayList

public static java.util.ArrayList convertVectorToArrayList(java.util.Vector al)

convertArrayListToVector

public static java.util.Vector convertArrayListToVector(java.util.ArrayList al)

setSizeInJavaArrayList

public static void setSizeInJavaArrayList(java.util.ArrayList al,
                                          int newSize)

getParentFrame

public static java.awt.Frame getParentFrame(java.awt.Component parentComponent)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.3.0)

E17487-04


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