Class DefaultFeatureAttributeSelectionPanel

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

public class DefaultFeatureAttributeSelectionPanel extends DefaultFeatureAttributeSelectionPanelView implements org.gvsig.fmap.dal.swing.featuretype.FeatureAttributeSelectionPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultFeatureAttributeSelectionPanel

      public DefaultFeatureAttributeSelectionPanel(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType ftype, org.gvsig.fmap.dal.feature.FeatureQuery query)
    • DefaultFeatureAttributeSelectionPanel

      public DefaultFeatureAttributeSelectionPanel(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType ftype)
  • Method Details

    • getSelectedPath

      public org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getSelectedPath()
      Return a TreePathinvalid input: '<'FeatureAttributeTreeModel.Node> for the selected attribute.
      Specified by:
      getSelectedPath in interface org.gvsig.fmap.dal.swing.featuretype.FeatureAttributeSelectionPanel
      Returns:
    • getSelectedAttributeDescriptor

      public org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getSelectedAttributeDescriptor()
      Specified by:
      getSelectedAttributeDescriptor in interface org.gvsig.fmap.dal.swing.featuretype.FeatureAttributeSelectionPanel
    • getSelectedStore

      public org.gvsig.fmap.dal.feature.FeatureStore getSelectedStore()
      Specified by:
      getSelectedStore in interface org.gvsig.fmap.dal.swing.featuretype.FeatureAttributeSelectionPanel
    • getSelectedName

      public String getSelectedName()
      Specified by:
      getSelectedName in interface org.gvsig.fmap.dal.swing.featuretype.FeatureAttributeSelectionPanel
    • 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: DefaultFeatureAttributeSelectionPanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DefaultFeatureAttributeSelectionPanelView
      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()