public interface FeatureCommandsStack extends UndoRedoCommandStack
| Modifier and Type | Method and Description |
|---|---|
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, clear, endComplex, getNextRedoCommand, getNextUndoCommand, inComplex, size, startComplexcanRedo, canUndo, getRedoInfos, getUndoInfos, redo, redo, undo, undoaddObserver, deleteObserver, deleteObserversvoid insert(Feature feature) throws DataException
DataExceptionvoid update(Feature feature, Feature oldFeature) throws DataException
DataExceptionvoid delete(Feature feature) throws DataException
DataExceptionvoid update(FeatureType featureType, FeatureType oldFeatureType)
void select(DefaultFeatureReferenceSelection selection, FeatureReference reference)
void deselect(DefaultFeatureReferenceSelection selection, FeatureReference reference)
void selectAll(DefaultFeatureReferenceSelection selection) throws DataException
DataExceptionvoid deselectAll(DefaultFeatureReferenceSelection selection) throws DataException
DataExceptionvoid selectionReverse(DefaultFeatureReferenceSelection selection)
void selectionSet(DefaultFeatureStore store, FeatureSelection oldSelection, FeatureSelection newSelection)