public interface EditingNotificationManager
extends org.gvsig.tools.observer.Observable
| Modifier and Type | Method and Description |
|---|---|
EditingNotification |
notifyObservers(EditingNotification notification) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.dal.DataStore store) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.dal.DataStore store,
org.gvsig.fmap.dal.feature.EditableFeatureType featuretType) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.dal.DataStore store,
org.gvsig.fmap.dal.feature.Feature feature) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.mapcontext.layers.FLayer layer) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.mapcontext.layers.FLayer layer,
org.gvsig.fmap.dal.DataStore store) |
EditingNotification |
notifyObservers(java.lang.Object source,
java.lang.String type,
java.lang.Object document,
org.gvsig.fmap.mapcontext.layers.FLayer layer,
org.gvsig.fmap.dal.DataStore store,
org.gvsig.fmap.dal.feature.Feature feature) |
boolean |
validateFeature(org.gvsig.fmap.dal.feature.Feature feature) |
EditingNotification notifyObservers(EditingNotification notification)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.EditableFeatureType featuretType)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.dal.DataStore store)
EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature)
boolean validateFeature(org.gvsig.fmap.dal.feature.Feature feature)
Copyright © 2016 gvSIG Association. All Rights Reserved.