public interface FeatureAttributesSelectionPanel extends Component, ActionListenerSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGURABLE_PANEL_ID |
static int |
DEFAULT_HEIGHT |
static int |
DEFAULT_WIDTH |
| Modifier and Type | Method and Description |
|---|---|
void |
allowCalculatedAttributes(boolean allowCalculated) |
FeatureType |
getFeatureType() |
java.util.List<java.lang.String> |
getSelectedNames() |
void |
setExtraColumns(java.util.List<EditableFeatureAttributeDescriptor> extraColumns) |
void |
setFeatureType(FeatureType featureType) |
void |
setSelectedNames(java.util.List<java.lang.String> names) |
void |
setStore(FeatureStore store) |
asJComponentaddActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerstatic final java.lang.String CONFIGURABLE_PANEL_ID
static final int DEFAULT_WIDTH
static final int DEFAULT_HEIGHT
void setStore(FeatureStore store)
void setFeatureType(FeatureType featureType)
void setSelectedNames(java.util.List<java.lang.String> names)
java.util.List<java.lang.String> getSelectedNames()
FeatureType getFeatureType()
void setExtraColumns(java.util.List<EditableFeatureAttributeDescriptor> extraColumns)
void allowCalculatedAttributes(boolean allowCalculated)