Class DefaultFeatureQueryGroupByPanel2

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

public class DefaultFeatureQueryGroupByPanel2 extends DefaultFeatureQueryGroupByPanel2View implements org.gvsig.fmap.dal.swing.featurequery.FeatureQueryGroupByPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultFeatureQueryGroupByPanel2

      public DefaultFeatureQueryGroupByPanel2()
  • 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: DefaultFeatureQueryGroupByPanel2View
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DefaultFeatureQueryGroupByPanel2View
      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
    • 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
    • put

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

      public ComboBoxModel<String> createComboModelOfAvailableAggregates()
    • selfRegister

      public static void selfRegister()