Interface JExportConfigPanel

All Superinterfaces:
org.gvsig.tools.swing.api.ChangeListenerSupport, org.gvsig.tools.swing.api.Component

public interface JExportConfigPanel extends org.gvsig.tools.swing.api.Component, org.gvsig.tools.swing.api.ChangeListenerSupport
Author:
jjdelcerro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    List<org.gvsig.export.spi.ExportServiceFactory>
     
    List<org.gvsig.export.spi.ExportServiceFactory>
     
     
    void
     

    Methods inherited from interface org.gvsig.tools.swing.api.ChangeListenerSupport

    addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListener

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Method Details

    • apply

      void apply()
    • reset

      void reset()
    • getSelectedFactories

      List<org.gvsig.export.spi.ExportServiceFactory> getSelectedFactories()
    • getSelectedNames

      List<String> getSelectedNames()
    • getAllFactories

      List<org.gvsig.export.spi.ExportServiceFactory> getAllFactories()