java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.GenerateWebsiteWizard7Summary
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class GenerateWebsiteWizard7Summary
extends net.javaprog.ui.wizard.AbstractStep
This Wizard step summarises the settings and then goes off and does them
-
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 Wizard step summarises the settings and then goes off and does them -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
Returns the widgets to show the summaryTextAreavoid
Refreshes the contents of the widgetsMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Field Details
-
summaryTextArea
Shows the summaryTextArea
-
-
Constructor Details
-
GenerateWebsiteWizard7Summary
This Wizard step summarises the settings and then goes off and does them- Parameters:
request
- Options
-
-
Method Details
-
createComponent
Returns the widgets to show the summaryTextArea- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- the component that shows the summaryTextArea
-
prepareRendering
public void prepareRendering()Refreshes the contents of the widgets
-