Interface FeatureAttributesSelectionPanel

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

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

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

    Modifier and Type
    Method
    Description
    void
    allowCalculatedAttributes(boolean allowCalculated)
     
    org.gvsig.fmap.dal.feature.FeatureType
     
     
    void
    setExtraColumns(List<org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor> extraColumns)
     
    void
    setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
     
    void
     
    void
    setStore(org.gvsig.fmap.dal.feature.FeatureStore store)
     

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

    addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListener

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

    asJComponent
  • Field Details

  • Method Details

    • setStore

      void setStore(org.gvsig.fmap.dal.feature.FeatureStore store)
    • setFeatureType

      void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
    • setSelectedNames

      void setSelectedNames(List<String> names)
    • getSelectedNames

      List<String> getSelectedNames()
    • getFeatureType

      org.gvsig.fmap.dal.feature.FeatureType getFeatureType()
    • setExtraColumns

      void setExtraColumns(List<org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor> extraColumns)
    • allowCalculatedAttributes

      void allowCalculatedAttributes(boolean allowCalculated)