public interface ISelectionValidator
For example, selection and document changes that occur between the original selection and the point in time the validator is called cause the selection to be invalid.
Clients may implement and use this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(ISelection selection)
Tests whether the given post selection is still valid.
|
boolean isValid(ISelection selection)
selection
- the selectiontrue
if the selection is still valid
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.