Package org.gvsig.vcsgis.lib.workspace
Class FeatureStoreObserver
java.lang.Object
org.gvsig.vcsgis.lib.workspace.FeatureStoreObserver
- All Implemented Interfaces:
org.gvsig.tools.observer.Observer
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpDisposables(Object references) static List<org.apache.commons.lang3.tuple.Pair<WeakReference<org.gvsig.fmap.dal.feature.FeatureStore>, Integer>> static Objectstatic intstatic voidinstall()static booleanisEditing(org.gvsig.fmap.dal.feature.FeatureStore store) static booleanstatic booleanvoid
-
Constructor Details
-
FeatureStoreObserver
public FeatureStoreObserver()
-
-
Method Details
-
update
- Specified by:
updatein interfaceorg.gvsig.tools.observer.Observer
-
install
public static void install() -
isEditing
public static boolean isEditing(org.gvsig.fmap.dal.feature.FeatureStore store) -
getInEditingList
public static List<org.apache.commons.lang3.tuple.Pair<WeakReference<org.gvsig.fmap.dal.feature.FeatureStore>,Integer>> getInEditingList() -
isThereAnyStoreInEditing
public static boolean isThereAnyStoreInEditing() -
IsThereConflictingStoresInEdition
public static boolean IsThereConflictingStoresInEdition() -
getReferencesCount
public static int getReferencesCount() -
getReferences
-
dumpDisposables
-