java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.gui.CameraDownloadWizardStep7
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
public class CameraDownloadWizardStep7
extends net.javaprog.ui.wizard.AbstractStep
The sixth step in the download from camera actually does the download. When it is finished the Finish button is made
visible and the Cancel button is disabled.
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected JComponent
Returns the component that visualises the user widgets for this step of the wizard.void
done()
Call back when done.void
Required by the AbstractStepMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
CameraDownloadWizardStep7
- Parameters:
dataModel
- Data Model
-
-
Method Details
-
createComponent
Returns the component that visualises the user widgets for this step of the wizard.- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- the component
-
prepareRendering
public void prepareRendering()Required by the AbstractStep -
done
public void done()Call back when done.
-