Package org.gvsig.export.swing.impl
Class WizardOptionPanelAdapter
java.lang.Object
org.gvsig.export.swing.impl.WizardOptionPanelAdapter
- All Implemented Interfaces:
org.gvsig.gui.beans.wizard.panel.OptionPanel
public class WizardOptionPanelAdapter
extends Object
implements org.gvsig.gui.beans.wizard.panel.OptionPanel
- Version:
- $Id$
- Author:
- gvSIG Team
-
Constructor Summary
ConstructorsConstructorDescriptionWizardOptionPanelAdapter(DefaultJExportProcessPanel processPanel, org.gvsig.export.swing.spi.ExportPanel exportPanel) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
WizardOptionPanelAdapter
public WizardOptionPanelAdapter(DefaultJExportProcessPanel processPanel, org.gvsig.export.swing.spi.ExportPanel exportPanel)
-
-
Method Details
-
getPanelTitle
- Specified by:
getPanelTitlein interfaceorg.gvsig.gui.beans.wizard.panel.OptionPanel
-
nextPanel
public void nextPanel() throws org.gvsig.gui.beans.wizard.panel.NotContinueWizardException- Specified by:
nextPanelin interfaceorg.gvsig.gui.beans.wizard.panel.OptionPanel- Throws:
org.gvsig.gui.beans.wizard.panel.NotContinueWizardException
-
lastPanel
public void lastPanel()- Specified by:
lastPanelin interfaceorg.gvsig.gui.beans.wizard.panel.OptionPanel
-
updatePanel
public void updatePanel()- Specified by:
updatePanelin interfaceorg.gvsig.gui.beans.wizard.panel.OptionPanel
-
getJPanel
- Specified by:
getJPanelin interfaceorg.gvsig.gui.beans.wizard.panel.OptionPanel
-