public interface ISelectionModel
Modifier and Type | Method and Description |
---|---|
void |
addSelectionFilter(ISelectionFilter selectionFilter) |
boolean |
isSelectionAccepted(ISelection selection)
Tests whether the given selection is accepted by the selection model.
|
void |
removeSelectionFilter(ISelectionFilter selectionFilter) |
boolean isSelectionAccepted(ISelection selection)
selection
- the selection to testvoid addSelectionFilter(ISelectionFilter selectionFilter)
void removeSelectionFilter(ISelectionFilter selectionFilter)