|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ozziefix.jlwizard.WizardFactory
public class WizardFactory
Factory object for creating Wizards
Method Summary | |
---|---|
static java.lang.String |
getMessage(java.lang.String key)
Used for I18N messages |
static Wizard |
getWizardForCurrentLookAndFeel()
Create a wizard for the current Look and Feel. |
static Wizard |
getWizardForCurrentLookAndFeel(java.awt.Dialog parent)
Create a wizard for the current Look and Feel. |
static Wizard |
getWizardForCurrentLookAndFeel(java.awt.Frame parent)
Create a wizard for the current Look and Feel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final java.lang.String getMessage(java.lang.String key)
Used for I18N messages
key
- the key for the message
public static final Wizard getWizardForCurrentLookAndFeel() throws WizardException
Create a wizard for the current Look and Feel.
WizardException
- when a suitable wizard could not be createdpublic static final Wizard getWizardForCurrentLookAndFeel(java.awt.Dialog parent) throws WizardException
Create a wizard for the current Look and Feel.
parent
- parent dialog of the wizard
WizardException
- when a suitable wizard could not be createdpublic static final Wizard getWizardForCurrentLookAndFeel(java.awt.Frame parent) throws WizardException
Create a wizard for the current Look and Feel.
parent
- parent frame of the wizard
WizardException
- when a suitable wizard could not be created
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |