Interface FeatureTypeAttributePanel
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface FeatureTypeAttributePanel
extends org.gvsig.tools.swing.api.Component
- Author:
- jjdelcerro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptorfetch(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor) intgetMode()getName()voidput(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor) voidsetFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType) voidsetMode(int mode) Sets the display mode of the panel.voidsetNameAsNew(org.gvsig.fmap.dal.feature.FeatureType featureType) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
MODE_EDIT_ONLY_METADATA
static final int MODE_EDIT_ONLY_METADATA- See Also:
-
MODE_EDIT_ALL
static final int MODE_EDIT_ALL- See Also:
-
MODE_SHOW_ONLY
static final int MODE_SHOW_ONLY- See Also:
-
MODE_VIRTUAL_FIELD
static final int MODE_VIRTUAL_FIELD- See Also:
-
-
Method Details
-
fetch
org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor fetch(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor) -
put
void put(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor descriptor) -
setFeatureType
void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType) -
clean
void clean() -
setNameAsNew
void setNameAsNew(org.gvsig.fmap.dal.feature.FeatureType featureType) -
getName
String getName() -
setMode
void setMode(int mode) Sets the display mode of the panel. Can be:- MODE_EDIT_ONLY_METADATA, only allows you to modify the metadata. It can be used without being in store edition.
- MODE_EDIT_ALL, allows you to modify all values. The store must be in edition.
- MODE_SHOW_ONLY, only display the values.
- Parameters:
mode-
-
getMode
int getMode()
-