Module org.jpo
Package org.jpo.gui

Class CameraDownloadWizardStep3

java.lang.Object
net.javaprog.ui.wizard.AbstractStep
org.jpo.gui.CameraDownloadWizardStep3
All Implemented Interfaces:
net.javaprog.ui.wizard.Step

public class CameraDownloadWizardStep3 extends net.javaprog.ui.wizard.AbstractStep
The third step in the download from camera dialog asks whether to create a new Group, the description for the new Group and the node for which the operation is to run. If presents a checkbox whether to create a new group. If this is ticked then the textfield for the new group name is made visible, otherwise it is hidden.
  • 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JComponent
    Returns the component that visualises the user widgets for this step of the wizard.
    void
    Required 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CameraDownloadWizardStep3

      public CameraDownloadWizardStep3(CameraDownloadWizardData dataModel)
      Parameters:
      dataModel - The data model
  • Method Details

    • createComponent

      protected JComponent createComponent()
      Returns the component that visualises the user widgets for this step of the wizard.
      Specified by:
      createComponent in class net.javaprog.ui.wizard.AbstractStep
      Returns:
      the component
    • prepareRendering

      public void prepareRendering()
      Required by the AbstractStep but not used.