Class WFSInfoPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.gui.beans.panelGroup.panels.AbstractPanel
org.gvsig.app.project.documents.view.toc.gui.HTMLInfoPanel
org.gvsig.wfs.gui.panels.WFSInfoPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Comparable<org.gvsig.gui.beans.panelGroup.panels.IPanel>, Accessible, org.gvsig.gui.beans.panelGroup.panels.IPanel, IWFSPanel

public class WFSInfoPanel extends org.gvsig.app.project.documents.view.toc.gui.HTMLInfoPanel implements IWFSPanel

Panel that provides information about the service offered by the WFS server connected.

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
See Also:
  • Constructor Details

    • WFSInfoPanel

      public WFSInfoPanel()
      Creates a new instance of InfoPanel with double buffer and null layout
  • Method Details

    • paintComponent

      protected void paintComponent(Graphics g)
      Overrides:
      paintComponent in class JComponent
    • refresh

      public void refresh(WFSSelectedFeature layer)
      Fills the text pane with a data table describing the service and the selected settings.
      Specified by:
      refresh in interface IWFSPanel
      Parameters:
      layer - the selected layer
      WFSWizardData - dataSource: connection info
      WFSLayer - layer: the selected layer
    • accept

      public void accept()
      Specified by:
      accept in interface org.gvsig.gui.beans.panelGroup.panels.IPanel
    • apply

      public void apply()
      Specified by:
      apply in interface org.gvsig.gui.beans.panelGroup.panels.IPanel
    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.gvsig.gui.beans.panelGroup.panels.IPanel
    • selected

      public void selected()
      Specified by:
      selected in interface org.gvsig.gui.beans.panelGroup.panels.IPanel
    • getServerExplorer

      public WFSServerExplorer getServerExplorer()

      Gets the information of the wizard used to add or load panels.

      Returns:
      the wizard data