java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.gui.CameraDownloadWizardStep6
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class CameraDownloadWizardStep6
extends net.javaprog.ui.wizard.AbstractStep
The fifth step in the download from camera download wizard summarises the
action that will be performed.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComponentReturns the component that visualises the user intractable stuff for this step of the wizard.voidRequired by the AbstractStep but not used.Methods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
CameraDownloadWizardStep6
- Parameters:
dataModel- The data model
-
-
Method Details
-
createComponent
Returns the component that visualises the user intractable stuff for this step of the wizard.- Specified by:
createComponentin classnet.javaprog.ui.wizard.AbstractStep- Returns:
- the component
-
prepareRendering
public void prepareRendering()Required by the AbstractStep but not used.
-