| org.eclipse.ui.texteditor.IFindReplaceTargetExtension2
All known Subclasses: org.eclipse.ui.texteditor.FindReplaceTarget,
IFindReplaceTargetExtension2 | public interface IFindReplaceTargetExtension2 (Code) | | Extension interface for
org.eclipse.jface.text.IFindReplaceTarget .
Extends the find replace target with the concept of state validation.
since: 2.1 |
validateTargetState | boolean validateTargetState()(Code) | | Validates the state of this target. The predominate intent of this method
is to take any action probably necessary to ensure that the target can
persistently be changed.
true if the target was validated, false otherwise |
|
|