java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard1Welcome
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class GenerateWebsiteWizard1Welcome
extends net.javaprog.ui.wizard.AbstractStep
This Wizard Step welcomes the user to the wizard and states what is about to
happen
-
Field Summary
Fields inherited from class net.javaprog.ui.wizard.AbstractStep
canCancel, canFinish, canGoBack, canGoNext, component, description, listenerList, name
Fields inherited from interface net.javaprog.ui.wizard.Step
BACK_PROPERTY, CANCEL_PROPERTY, FINISH_PROPERTY, NEXT_PROPERTY
-
Constructor Summary
ConstructorDescriptionWelcome page for the generate website wizard -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
Create the step componentvoid
Required but not used hereMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
GenerateWebsiteWizard1Welcome
Welcome page for the generate website wizard- Parameters:
request
- Options
-
-
Method Details
-
createComponent
Create the step component- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- the component
-
prepareRendering
public void prepareRendering()Required but not used here
-