| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.dialogs.WizardLauncher
public class WizardLauncher
Utility class for Launching a Bali Dialog. This class will set up any special changes to the IDE to launch the Dialog properly. Failure to use this class to launch a Bali Dialog can cause painting problems in the IDE when the Dialog is dismissed.
| Constructor Summary | |
|---|---|
WizardLauncher()
 | 
|
| Method Summary | |
|---|---|
static boolean | 
runDialog(javax.swing.JDialog dlg)
Use this instead of WizardDialog.runDialog() or
 JEWTDialog.runDialog. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WizardLauncher()
| Method Detail | 
|---|
public static boolean runDialog(javax.swing.JDialog dlg)
WizardDialog.runDialog() or
 JEWTDialog.runDialog.  This call will also call the
 dispose method on the JDialog subclass.
dlg - Instance of JEWTDialog or WizardDialog
        only.  Passing any other subclass of JDialog will
        result in an IllegalArgumentException being thrown.
java.lang.IllegalArgumentException - if the instance of JDialog
         is not a WizardDialog or a JEWTDialog.Window.dispose()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||