org.gvsig.editing.impl
Class DefaultEditingNotificationManager.DefaultEditingNotification

java.lang.Object
  extended by org.gvsig.tools.observer.ObservableHelper.BaseNotification
      extended by org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
All Implemented Interfaces:
EditingNotification, org.gvsig.tools.observer.Notification
Enclosing class:
DefaultEditingNotificationManager

public class DefaultEditingNotificationManager.DefaultEditingNotification
extends org.gvsig.tools.observer.ObservableHelper.BaseNotification
implements EditingNotification


Field Summary
 
Fields inherited from class org.gvsig.tools.observer.ObservableHelper.BaseNotification
canceled, values
 
Fields inherited from interface org.gvsig.editing.EditingNotification
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
 
Method Summary
 java.lang.Object getDocument()
           
 org.gvsig.fmap.dal.feature.Feature getFeature()
           
 org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
           
 org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()
           
 org.gvsig.fmap.mapcontext.layers.FLayer getLayer()
           
 java.lang.Object getSource()
           
 org.gvsig.fmap.dal.DataStore getStore()
           
 boolean isCancelable()
           
 
Methods inherited from class org.gvsig.tools.observer.ObservableHelper.BaseNotification
cancel, getType, getValue, getValue, isCanceled, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gvsig.tools.observer.Notification
cancel, getType, getValue, getValue, isCanceled, setValue, setValue
 

Method Detail

getDocument

public java.lang.Object getDocument()
Specified by:
getDocument in interface EditingNotification

getFeature

public org.gvsig.fmap.dal.feature.Feature getFeature()
Specified by:
getFeature in interface EditingNotification

getFeatureStore

public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
Specified by:
getFeatureStore in interface EditingNotification

getFeatureType

public org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()
Specified by:
getFeatureType in interface EditingNotification

getLayer

public org.gvsig.fmap.mapcontext.layers.FLayer getLayer()
Specified by:
getLayer in interface EditingNotification

getSource

public java.lang.Object getSource()
Specified by:
getSource in interface EditingNotification

getStore

public org.gvsig.fmap.dal.DataStore getStore()
Specified by:
getStore in interface EditingNotification

isCancelable

public boolean isCancelable()
Specified by:
isCancelable in interface EditingNotification


Copyright © 2014 gvSIG Association. All Rights Reserved.