Class DefaultJExportProcessPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.export.swing.JExportProcessPanel, org.gvsig.gui.beans.wizard.WizardPanel, org.gvsig.tools.swing.api.Component

public class DefaultJExportProcessPanel extends JPanel implements org.gvsig.export.swing.JExportProcessPanel, org.gvsig.gui.beans.wizard.WizardPanel
Default implementation for the JExportProcessPanel.
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Constructor Details

    • DefaultJExportProcessPanel

      public DefaultJExportProcessPanel(org.gvsig.export.ExportProcess process, org.gvsig.export.Filter<org.gvsig.export.spi.ExportServiceFactory> serviceFilter)
  • Method Details

    • getProcess

      public org.gvsig.export.ExportProcess getProcess()
      Specified by:
      getProcess in interface org.gvsig.export.swing.JExportProcessPanel
    • getParameters

      public org.gvsig.export.ExportParameters getParameters()
      Specified by:
      getParameters in interface org.gvsig.export.swing.JExportProcessPanel
    • setWizardPanelActionListener

      public void setWizardPanelActionListener(org.gvsig.gui.beans.wizard.WizardPanelActionListener wizardListener)
      Specified by:
      setWizardPanelActionListener in interface org.gvsig.gui.beans.wizard.WizardPanel
    • getWizardPanelActionListener

      public org.gvsig.gui.beans.wizard.WizardPanelActionListener getWizardPanelActionListener()
      Specified by:
      getWizardPanelActionListener in interface org.gvsig.gui.beans.wizard.WizardPanel
    • addFinishListener

      public void addFinishListener(org.gvsig.export.swing.JExportProcessPanel.ExportFinishListener finishListener)
      Specified by:
      addFinishListener in interface org.gvsig.export.swing.JExportProcessPanel
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • setButtonEnabled

      public void setButtonEnabled(int button, boolean enabled)
      Specified by:
      setButtonEnabled in interface org.gvsig.export.swing.JExportProcessPanel
    • setButtonText

      public void setButtonText(int button, String text)
      Specified by:
      setButtonText in interface org.gvsig.export.swing.JExportProcessPanel
    • isButtonEnabled

      public boolean isButtonEnabled(int button)
      Specified by:
      isButtonEnabled in interface org.gvsig.export.swing.JExportProcessPanel
    • getButtonText

      public String getButtonText(int button)
      Specified by:
      getButtonText in interface org.gvsig.export.swing.JExportProcessPanel
    • setLastAcction

      public void setLastAcction(int action)
    • getLastAction

      public int getLastAction()
      Specified by:
      getLastAction in interface org.gvsig.export.swing.JExportProcessPanel
    • nextPanel

      public void nextPanel()
      Specified by:
      nextPanel in interface org.gvsig.export.swing.JExportProcessPanel
    • previousPanel

      public void previousPanel()
      Specified by:
      previousPanel in interface org.gvsig.export.swing.JExportProcessPanel