Interface FeatureAttributeSelectionPanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface FeatureAttributeSelectionPanel extends org.gvsig.tools.swing.api.Component
Author:
jjdelcerro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor
     
     
    org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[]
    Return a TreePathinvalid input: '<'FeatureAttributeTreeModel.Node> for the selected attribute.
    org.gvsig.fmap.dal.feature.FeatureStore
     

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Field Details

  • Method Details

    • getSelectedAttributeDescriptor

      org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getSelectedAttributeDescriptor()
    • getSelectedPath

      org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getSelectedPath()
      Return a TreePathinvalid input: '<'FeatureAttributeTreeModel.Node> for the selected attribute.
      Returns:
    • getSelectedStore

      org.gvsig.fmap.dal.feature.FeatureStore getSelectedStore()
    • getSelectedName

      String getSelectedName()