Class AggregateSourceStep

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.pietschy.wizard.WizardStep, CompletableStep, PluginWizardStepListener

public class AggregateSourceStep extends PluginWizardStep implements CompletableStep
General Step for creating data sets.
Author:
Nick Collier
See Also:
  • Constructor Details

    • AggregateSourceStep

      public AggregateSourceStep()
  • Method Details

    • getContentPanel

      protected JPanel getContentPanel()
      Description copied from class: PluginWizardStep
      Subclasses must provide a JPanel with the wizard contents.
      Specified by:
      getContentPanel in class PluginWizardStep
      Returns:
      the content panel
    • init

      public void init(org.pietschy.wizard.WizardModel wizardModel)
      Specified by:
      init in interface org.pietschy.wizard.WizardStep
      Overrides:
      init in class org.pietschy.wizard.PanelWizardStep
    • prepare

      public void prepare()
      Specified by:
      prepare in interface org.pietschy.wizard.WizardStep
      Overrides:
      prepare in class org.pietschy.wizard.PanelWizardStep
    • applyState

      public void applyState() throws org.pietschy.wizard.InvalidStateException
      Specified by:
      applyState in interface org.pietschy.wizard.WizardStep
      Overrides:
      applyState in class org.pietschy.wizard.PanelWizardStep
      Throws:
      org.pietschy.wizard.InvalidStateException
    • complete

      public void complete(Object source, boolean complete)
      Description copied from interface: CompletableStep
      Notifies this CompletableStep that the source is or is not complete.
      Specified by:
      complete in interface CompletableStep