Class DefaultFeatureQueryOrderPanel

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

public class DefaultFeatureQueryOrderPanel extends DefaultFeatureQueryOrderPanelView implements org.gvsig.fmap.dal.swing.featurequery.FeatureQueryOrderPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultFeatureQueryOrderPanel

      public DefaultFeatureQueryOrderPanel()
  • Method Details

    • 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.FeatureQueryOrderPanel
    • fetch

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

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

      public void setStore(org.gvsig.fmap.dal.feature.FeatureStore store)
      Specified by:
      setStore in interface org.gvsig.fmap.dal.swing.featurequery.FeatureQueryOrderPanel
    • 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: DefaultFeatureQueryOrderPanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DefaultFeatureQueryOrderPanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • selfRegister

      public static void selfRegister()