Class OptionsContentWizardStepAdapter

java.lang.Object
repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
All Implemented Interfaces:
OptionsDialogContent

public class OptionsContentWizardStepAdapter extends Object implements OptionsDialogContent
Adapts a PanelWizardStep to OptionsDialogContent. This allows a panel wizard step to be used in an options dialog.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Constructor Summary

    Constructors
    Constructor
    Description
    OptionsContentWizardStepAdapter(org.pietschy.wizard.Wizard wizard, org.pietschy.wizard.PanelWizardStep step)
    Creates an OptionsContentWizardStepAdapter for the specified wizard step.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the apply button is pressed.
    void
    Invoked when the cancel button is pressed.
    Gets the panel to be shown in the dialog.
    void
    ok()
    Invoked when ok button is pressed.
    void
    Invoked when this OptionsDialogContent is selected.

    Methods inherited from class java.lang.Object

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

    • OptionsContentWizardStepAdapter

      public OptionsContentWizardStepAdapter(org.pietschy.wizard.Wizard wizard, org.pietschy.wizard.PanelWizardStep step)
      Creates an OptionsContentWizardStepAdapter for the specified wizard step.
      Parameters:
      step -
  • Method Details