java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.export.PicasaUploaderWizard3Upload
- All Implemented Interfaces:
net.javaprog.ui.wizard.Step
,PicasaUploaderDoneInterface
public class PicasaUploaderWizard3Upload
extends net.javaprog.ui.wizard.AbstractStep
implements PicasaUploaderDoneInterface
Performs the login to Google
-
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 TypeMethodDescriptionvoid
attachWizardModelListener
(net.javaprog.ui.wizard.WizardModel model) Wizard model listenerprotected JComponent
Creates the GUI widgetsvoid
Required but not needed herevoid
Respond to upload completeMethods inherited from class net.javaprog.ui.wizard.AbstractStep
addPropertyChangeListener, canCancel, canFinish, canGoBack, canGoNext, firePropertyChange, getComponent, getDescription, getName, removePropertyChangeListener, setCanCancel, setCanFinish, setCanGoBack, setCanGoNext
-
Constructor Details
-
PicasaUploaderWizard3Upload
Upload the album- Parameters:
myRequest
- My Request
-
-
Method Details
-
attachWizardModelListener
public void attachWizardModelListener(net.javaprog.ui.wizard.WizardModel model) Wizard model listener- Parameters:
model
- The Wizard Model
-
createComponent
Creates the GUI widgets- Specified by:
createComponent
in classnet.javaprog.ui.wizard.AbstractStep
- Returns:
- The component to be shown
-
prepareRendering
public void prepareRendering()Required but not needed here- Specified by:
prepareRendering
in interfacenet.javaprog.ui.wizard.Step
-
uploadDone
public void uploadDone()Respond to upload complete- Specified by:
uploadDone
in interfacePicasaUploaderDoneInterface
-