Package org.eclipse.ui.texteditor
Interface IFindReplaceTargetExtension2
-
public interface IFindReplaceTargetExtension2
Extension interface forIFindReplaceTarget
. Extends the find replace target with the concept of state validation.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validateTargetState()
Validates the state of this target.
-