com.ozziefix.jlwizard
Class WizardFactory

java.lang.Object
  extended by com.ozziefix.jlwizard.WizardFactory

public class WizardFactory
extends java.lang.Object

Factory object for creating Wizards

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

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

getMessage

public static final java.lang.String getMessage(java.lang.String key)

Used for I18N messages

Parameters:
key - the key for the message
Returns:
the message

getWizardForCurrentLookAndFeel

public static final Wizard getWizardForCurrentLookAndFeel()
                                                   throws WizardException

Create a wizard for the current Look and Feel.

Returns:
the wizard
Throws:
WizardException - when a suitable wizard could not be created

getWizardForCurrentLookAndFeel

public static final Wizard getWizardForCurrentLookAndFeel(java.awt.Dialog parent)
                                                   throws WizardException

Create a wizard for the current Look and Feel.

Parameters:
parent - parent dialog of the wizard
Returns:
the wizard
Throws:
WizardException - when a suitable wizard could not be created

getWizardForCurrentLookAndFeel

public static final Wizard getWizardForCurrentLookAndFeel(java.awt.Frame parent)
                                                   throws WizardException

Create a wizard for the current Look and Feel.

Parameters:
parent - parent frame of the wizard
Returns:
the wizard
Throws:
WizardException - when a suitable wizard could not be created


Copyright © 2004 - 2005 by Jurgen Lust.