Class WFSWizard

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.gui.WizardPanel
org.gvsig.wfs.gui.wizards.WFSWizard
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class WFSWizard extends org.gvsig.app.gui.WizardPanel

Wizard that allows add a new WFS layer.

See Also:
  • Constructor Details

    • WFSWizard

      public WFSWizard()
      This is the default constructor
  • Method Details

    • getServerExplorer

      public WFSServerExplorer getServerExplorer()
      Returns the wizard's data source
      Returns:
      the wizard's data source
    • getRectangle

      public static Rectangle2D getRectangle(Rectangle2D[] rects)
      Returns the rectangle that contains all the others
      Parameters:
      rects - [] rectangles with its positions and dimensions
      Returns:
      Rectangle2D the rectangle that contains all the others
    • getHost

      public URL getHost()
      Returns the host typed in the host text field or null if nothing is typed or it is not a valid URL.
      Returns:
      URL del host
    • initWizard

      public void initWizard()
      Specified by:
      initWizard in class org.gvsig.app.gui.WizardPanel
    • execute

      public void execute()
      Specified by:
      execute in class org.gvsig.app.gui.WizardPanel
    • doClickOnNextButton

      public void doClickOnNextButton()
      This method makes the 'btnSiguiente' to be clicked
    • getParameters

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

      public void close()
      Specified by:
      close in class org.gvsig.app.gui.WizardPanel
    • areSettingsValid

      public boolean areSettingsValid()
      This method is called when user changes tab in add layer dialog
      Overrides:
      areSettingsValid in class org.gvsig.app.gui.WizardPanel
    • getLastMessage

      public static String getLastMessage(Throwable ex)