public class DefaultFeatureCommandsStack extends DefaultUndoRedoCommandStack implements FeatureCommandsStack
| Constructor and Description |
|---|
DefaultFeatureCommandsStack(DefaultFeatureStore featureStore,
FeatureManager expansionManager,
SpatialManager spatialManager,
FeatureTypeManager featureTypeManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete(Feature feature) |
void |
deselect(DefaultFeatureReferenceSelection selection,
FeatureReference reference) |
void |
deselectAll(DefaultFeatureReferenceSelection selection) |
void |
insert(Feature feature) |
void |
select(DefaultFeatureReferenceSelection selection,
FeatureReference reference) |
void |
selectAll(DefaultFeatureReferenceSelection selection) |
void |
selectionReverse(DefaultFeatureReferenceSelection selection) |
void |
selectionSet(DefaultFeatureStore store,
FeatureSelection oldSelection,
FeatureSelection newSelection) |
void |
update(Feature feature,
Feature oldFeature) |
void |
update(FeatureType featureType,
FeatureType oldFeatureType) |
add, addObserver, canRedo, canUndo, deleteObserver, deleteObservers, endComplex, getNextRedoCommand, getNextUndoCommand, getRedoInfos, getUndoInfos, inComplex, redo, redo, size, startComplex, undo, undoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, endComplex, getNextRedoCommand, getNextUndoCommand, inComplex, size, startComplexcanRedo, canUndo, getRedoInfos, getUndoInfos, redo, redo, undo, undoaddObserver, deleteObserver, deleteObserverspublic DefaultFeatureCommandsStack(DefaultFeatureStore featureStore, FeatureManager expansionManager, SpatialManager spatialManager, FeatureTypeManager featureTypeManager)
public void clear()
clear in interface UndoRedoCommandStackclear in class DefaultUndoRedoCommandStackpublic void deselect(DefaultFeatureReferenceSelection selection, FeatureReference reference)
deselect in interface FeatureCommandsStackpublic void deselectAll(DefaultFeatureReferenceSelection selection) throws DataException
deselectAll in interface FeatureCommandsStackDataExceptionpublic void select(DefaultFeatureReferenceSelection selection, FeatureReference reference)
select in interface FeatureCommandsStackpublic void selectAll(DefaultFeatureReferenceSelection selection) throws DataException
selectAll in interface FeatureCommandsStackDataExceptionpublic void selectionReverse(DefaultFeatureReferenceSelection selection)
selectionReverse in interface FeatureCommandsStackpublic void selectionSet(DefaultFeatureStore store, FeatureSelection oldSelection, FeatureSelection newSelection)
selectionSet in interface FeatureCommandsStackpublic void delete(Feature feature) throws DataException
delete in interface FeatureCommandsStackDataExceptionpublic void insert(Feature feature) throws DataException
insert in interface FeatureCommandsStackDataExceptionpublic void update(Feature feature, Feature oldFeature) throws DataException
update in interface FeatureCommandsStackDataExceptionpublic void update(FeatureType featureType, FeatureType oldFeatureType)
update in interface FeatureCommandsStack