Class InfoToolViewer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.view.info.gui.InfoToolViewer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class InfoToolViewer extends JPanel
This is the generic Feature Info Viewer If the feature Info comes from a special layer which has registered the way to visualize itself, adds a panel that the layer should provide otherwise this viewer will add a panel to visualize HTML or a special viewer to show XML.
Author:
laura
See Also:
  • Field Details

    • XULPanelClass

      public static Class XULPanelClass
  • Constructor Details

    • InfoToolViewer

      public InfoToolViewer()
      This is the default constructor
    • InfoToolViewer

      public InfoToolViewer(XMLItem[] layers)
  • Method Details

    • setLayers

      public void setLayers(XMLItem[] layers)
    • getJList

      public JList getJList()