Class OptionPanelContainer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
jwizardcomponent.JWizardPanel
org.gvsig.gui.beans.wizard.panel.OptionPanelContainer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionPanelContainer extends jwizardcomponent.JWizardPanel

This class is a wizard panel that displays the panel returned by the OptionPanel.getJPanel() method int the top of the wizard. It also call the other methods when the user clicks a button.

Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

  • Method Details

    • back

      public void back()
      Overrides:
      back in class jwizardcomponent.JWizardPanel
    • next

      public void next()
      Overrides:
      next in class jwizardcomponent.JWizardPanel
    • update

      public void update()
      Overrides:
      update in class jwizardcomponent.JWizardPanel