Business Components

oracle.jbo.uicli.jui
Class JUIUtil

java.lang.Object
  |
  +--oracle.jbo.uicli.jui.JUIUtil

public class JUIUtil
extends java.lang.Object


Field Summary
TypeField
static java.lang.String DESIGNTIME_PROPERTY
           
 
Constructor Summary
JUIUtil()
           
 
Method Summary
TypeMethod
static java.awt.Frame getParentFrame(java.awt.Component parentComponent)
           
static java.awt.Window getParentWindow(java.awt.Component parentComponent)
           
static boolean inDesignTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESIGNTIME_PROPERTY

public static final java.lang.String DESIGNTIME_PROPERTY
Constructor Detail

JUIUtil

public JUIUtil()
Method Detail

getParentFrame

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

getParentWindow

public static java.awt.Window getParentWindow(java.awt.Component parentComponent)

inDesignTime

public static boolean inDesignTime()

Business Components