public interface FeatureTypeAttributePanel extends Component
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_EDIT_ALL |
static int |
MODE_EDIT_ONLY_METADATA |
static int |
MODE_SHOW_ONLY |
static int |
MODE_VIRTUAL_FIELD |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
EditableFeatureAttributeDescriptor |
fetch(EditableFeatureAttributeDescriptor descriptor) |
int |
getMode() |
java.lang.String |
getName() |
void |
put(FeatureAttributeDescriptor descriptor) |
void |
setFeatureType(FeatureType featureType) |
void |
setMode(int mode)
Sets the display mode of the panel.
|
void |
setNameAsNew(FeatureType featureType) |
asJComponentstatic final int MODE_EDIT_ONLY_METADATA
static final int MODE_EDIT_ALL
static final int MODE_SHOW_ONLY
static final int MODE_VIRTUAL_FIELD
EditableFeatureAttributeDescriptor fetch(EditableFeatureAttributeDescriptor descriptor)
void put(FeatureAttributeDescriptor descriptor)
void setFeatureType(FeatureType featureType)
void clean()
void setNameAsNew(FeatureType featureType)
java.lang.String getName()
void setMode(int mode)
mode - {FeatureTypePanel.setMode}int getMode()