java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard3Midres
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class GenerateWebsiteWizard3Midres
extends net.javaprog.ui.wizard.AbstractStep
This Wizard Step asks and stores the Midres Stuff
-
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
ConstructorDescriptionThis step asks for all the midres stuff for the webpage generation -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
Create the widgets.void
required but not usedMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
GenerateWebsiteWizard3Midres
This step asks for all the midres stuff for the webpage generation- Parameters:
request
- The link to the options object with all the settings
-
-
Method Details
-
createComponent
Create the widgets.- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- A panel with the components
-
prepareRendering
public void prepareRendering()required but not used
-