public class DefaultEditingNotificationManager.DefaultEditingNotification extends BaseNotification implements EditingNotification
canceled, values
AFTER_ENTER_EDITING_STORE, AFTER_EXIT_EDITING_STORE, AFTER_INSERT_FEATURE, AFTER_REMOVE_FEATURE, AFTER_UPDATE_FEATURE, AFTER_UPDATE_FEATURE_TYPE, BEFORE_ENTER_EDITING_STORE, BEFORE_EXIT_EDITING_STORE, BEFORE_INSERT_FEATURE, BEFORE_REMOVE_FEATURE, BEFORE_UPDATE_FEATURE, BEFORE_UPDATE_FEATURE_TYPE
Modifier and Type | Method and Description |
---|---|
Object |
getAuxData() |
Object |
getDocument() |
Feature |
getFeature() |
FeatureStore |
getFeatureStore() |
EditableFeatureType |
getFeatureType() |
Object |
getSource() |
DataStore |
getStore() |
boolean |
isCancelable() |
void |
setSkipFeatureValidation(boolean skipTheFeatureValidation) |
boolean |
shouldValidateTheFeature() |
cancel, getType, getValue, getValue, isCanceled, isOfType, setValue, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, getType, getValue, getValue, isCanceled, isOfType, setValue, setValue
public Object getSource()
getSource
in interface EditingNotification
public Object getDocument()
getDocument
in interface EditingNotification
public Object getAuxData()
getAuxData
in interface EditingNotification
public DataStore getStore()
getStore
in interface EditingNotification
public FeatureStore getFeatureStore()
getFeatureStore
in interface EditingNotification
public Feature getFeature()
getFeature
in interface EditingNotification
public EditableFeatureType getFeatureType()
getFeatureType
in interface EditingNotification
public boolean isCancelable()
isCancelable
in interface EditingNotification
public void setSkipFeatureValidation(boolean skipTheFeatureValidation)
setSkipFeatureValidation
in interface EditingNotification
public boolean shouldValidateTheFeature()
shouldValidateTheFeature
in interface EditingNotification