Class FilesystemExplorerWizardPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.gui.WizardPanel
org.gvsig.fmap.dal.serverexplorer.filesystem.swing.FilesystemExplorerWizardPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FilesystemExplorerWizardPanel extends WizardPanel
Author:
gvSIG Team
See Also:
  • Field Details

    • OPEN_LAYER_FILE_CHOOSER_ID

      public static final String OPEN_LAYER_FILE_CHOOSER_ID
      See Also:
    • explorer

      protected org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemServerExplorer explorer
  • Constructor Details

    • FilesystemExplorerWizardPanel

      public FilesystemExplorerWizardPanel()
    • FilesystemExplorerWizardPanel

      public FilesystemExplorerWizardPanel(boolean tabularOnly)
  • Method Details

    • updatePanel

      protected void updatePanel()
    • initWizard

      public void initWizard()
      Specified by:
      initWizard in class WizardPanel
    • execute

      public void execute()
      Specified by:
      execute in class WizardPanel
    • close

      public void close()
      Specified by:
      close in class WizardPanel
    • dispose

      public void dispose()
      Dispose filters and explorer
    • getParameters

      public org.gvsig.fmap.dal.DataStoreParameters[] getParameters()
      Specified by:
      getParameters in class WizardPanel
    • addFiles

      public void addFiles(List<File> files)
      Parameters:
      files -
    • doAddLayer

      protected void doAddLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters parameters)
      Overrides:
      doAddLayer in class WizardPanel
    • showPropertiesDialog

      protected void showPropertiesDialog(org.gvsig.tools.dynobject.DynObject parameters)
    • getPrepareDataStoreContext

      protected PrepareContext getPrepareDataStoreContext()
    • areSettingsValid

      public boolean areSettingsValid()
      Description copied from class: WizardPanel
      This method is called for example when user changes tab in add layer dialog (new tab's settings are valid?)
      Overrides:
      areSettingsValid in class WizardPanel
      Returns:
      whether current wizard settings are enough (for example, to enable an Accept button in a container)