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, startComplex
canRedo, canUndo, getRedoInfos, getUndoInfos, redo, redo, undo, undo
addObserver, deleteObserver, deleteObservers
void insert(Feature feature) throws DataException
DataException
void update(Feature feature, Feature oldFeature) throws DataException
DataException
void delete(Feature feature) throws DataException
DataException
void update(FeatureType featureType, FeatureType oldFeatureType)
void select(DefaultFeatureReferenceSelection selection, FeatureReference reference)
void deselect(DefaultFeatureReferenceSelection selection, FeatureReference reference)
void selectAll(DefaultFeatureReferenceSelection selection) throws DataException
DataException
void deselectAll(DefaultFeatureReferenceSelection selection) throws DataException
DataException
void selectionReverse(DefaultFeatureReferenceSelection selection)
void selectionSet(DefaultFeatureStore store, FeatureSelection oldSelection, FeatureSelection newSelection)