java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard2Thumbnails
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class GenerateWebsiteWizard2Thumbnails
extends net.javaprog.ui.wizard.AbstractStep
Asks all the questions we need to know in regard the thumbnails on the web
page.
-
Field Summary
Fields inherited from class net.javaprog.ui.wizard.AbstractStep
canCancel, canFinish, canGoBack, canGoNext, component, description, listenerList, nameFields inherited from interface net.javaprog.ui.wizard.Step
BACK_PROPERTY, CANCEL_PROPERTY, FINISH_PROPERTY, NEXT_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionAsks all the questions we need to know in regard to the thumbnails on the final website. -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentCreates the GUI widgetsvoidRequired but not needed 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
-
GenerateWebsiteWizard2Thumbnails
Asks all the questions we need to know in regard to the thumbnails on the final website.- Parameters:
request- Options
-
-
Method Details
-
createComponent
Creates the GUI widgets- Specified by:
createComponentin classnet.javaprog.ui.wizard.AbstractStep- Returns:
- The component to be shown
-
prepareRendering
public void prepareRendering()Required but not needed here
-