Class DataSelectionPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class DataSelectionPanel extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener
This panel lets the user choose a vector layer from a view and a field and a value and then it zooms to the extent of the features which match the value.
Author:
jldominguez
See Also:
  • Constructor Details

    • DataSelectionPanel

      public DataSelectionPanel(org.gvsig.fmap.mapcontext.MapContext mapContext)
  • Method Details

    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener