Class SelectAttributesPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.export.swing.spi.ExportPanel, org.gvsig.tools.swing.api.Component

public class SelectAttributesPanel extends SelectAttributesPanelView implements org.gvsig.export.swing.spi.ExportPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • SelectAttributesPanel

      public SelectAttributesPanel(org.gvsig.export.swing.JExportProcessPanel processPanel, org.gvsig.export.ExportParameters parameters)
  • Method Details

    • getIdPanel

      public String getIdPanel()
      Specified by:
      getIdPanel in interface org.gvsig.export.swing.spi.ExportPanel
    • getTitlePanel

      public String getTitlePanel()
      Specified by:
      getTitlePanel in interface org.gvsig.export.swing.spi.ExportPanel
    • validatePanel

      public boolean validatePanel() throws org.gvsig.export.swing.spi.ExportPanelValidationException
      Specified by:
      validatePanel in interface org.gvsig.export.swing.spi.ExportPanel
      Throws:
      org.gvsig.export.swing.spi.ExportPanelValidationException
    • enterPanel

      public void enterPanel()
      Specified by:
      enterPanel in interface org.gvsig.export.swing.spi.ExportPanel
    • previousPanel

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

      public void nextPanel()
      Specified by:
      nextPanel in interface org.gvsig.export.swing.spi.ExportPanel
    • asJComponent

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

      public ImageIcon loadImage(String imageName)
      Description copied from class: SelectAttributesPanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class SelectAttributesPanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file