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 -
Method Summary
Modifier and TypeMethodDescriptionvoidallowCalculatedAttributes(boolean allowCalculated) org.gvsig.fmap.dal.feature.FeatureTypevoidsetExtraColumns(List<org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor> extraColumns) voidsetFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType) voidsetSelectedNames(List<String> names) voidsetStore(org.gvsig.fmap.dal.feature.FeatureStore store) Methods inherited from interface org.gvsig.tools.swing.api.ActionListenerSupport
addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
CONFIGURABLE_PANEL_ID
- See Also:
-
DEFAULT_WIDTH
static final int DEFAULT_WIDTH- See Also:
-
DEFAULT_HEIGHT
static final int DEFAULT_HEIGHT- See Also:
-
-
Method Details
-
setStore
void setStore(org.gvsig.fmap.dal.feature.FeatureStore store) -
setFeatureType
void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType) -
setSelectedNames
-
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)
-