Class DefaultFeatureQueryGroupByPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel, org.gvsig.tools.swing.api.Component

public class DefaultFeatureQueryGroupByPanel extends DefaultFeatureQueryGroupByPanelView implements org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
Author:
jjdelcerro
See Also:
  • Field Details

    • LOGGER

      protected org.slf4j.Logger LOGGER
  • Constructor Details

    • DefaultFeatureQueryGroupByPanel

      public DefaultFeatureQueryGroupByPanel()
  • Method Details

    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • loadImage

      public ImageIcon loadImage(String imageName)
      Description copied from class: DefaultFeatureQueryGroupByPanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DefaultFeatureQueryGroupByPanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • setStore

      public void setStore(org.gvsig.fmap.dal.feature.FeatureStore store)
      Specified by:
      setStore in interface org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
    • getFixedConversion

      public Map<String,String> getFixedConversion()
    • fetch

      public org.gvsig.fmap.dal.feature.FeatureQuery fetch(org.gvsig.fmap.dal.feature.FeatureQuery query)
      Specified by:
      fetch in interface org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
    • fetch

      public org.gvsig.fmap.dal.feature.FeatureQuery fetch()
      Specified by:
      fetch in interface org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
    • removeTypeConversion

      public void removeTypeConversion()
    • put

      public void put(org.gvsig.fmap.dal.feature.FeatureQuery query)
      Specified by:
      put in interface org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
    • selfRegister

      public static void selfRegister()