public interface FeatureTypePanel extends Component, ChangeListenerSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGURABLE_PANEL_ID |
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 |
|---|---|
EditableFeatureType |
fetch(EditableFeatureType type) |
int |
getMode() |
boolean |
isEditing() |
void |
put(FeatureType type) |
void |
setDefaultProjection(IProjection projection) |
void |
setMode(int mode)
Sets the display mode of the panel.
|
asJComponentaddChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListenerstatic final java.lang.String CONFIGURABLE_PANEL_ID
static final int MODE_EDIT_ONLY_METADATA
static final int MODE_EDIT_ALL
static final int MODE_SHOW_ONLY
static final int MODE_VIRTUAL_FIELD
EditableFeatureType fetch(EditableFeatureType type)
void put(FeatureType type)
void setMode(int mode)
mode - int getMode()
boolean isEditing()
void setDefaultProjection(IProjection projection)