|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.dialogs.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
.Dialog.dispose()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.