| org.eclipse.ui.texteditor.ResourceAction org.eclipse.ui.texteditor.IncrementalFindAction
IncrementalFindAction | public class IncrementalFindAction extends ResourceAction implements IUpdate(Code) | | An action which enters the incremental find mode like in emacs.
This class may be instantiated; it is not intended to be subclassed.
since: 2.0 |
Method Summary | |
public void | run() | public void | update() |
IncrementalFindAction | public IncrementalFindAction(ResourceBundle bundle, String prefix, IWorkbenchPart workbenchPart, boolean forward)(Code) | | Creates a new incremental find action for the given workbench part.
The action configures its visual representation from the given
resource bundle.
Parameters: bundle - the resource bundle Parameters: prefix - a prefix to be prepended to the various resource keys(described in ResourceAction constructor), ornull if none Parameters: workbenchPart - the workbench part Parameters: forward - true if the search direction is forward See Also: ResourceAction.ResourceAction(ResourceBundleString) since: 2.1 |
IncrementalFindAction | public IncrementalFindAction(ResourceBundle bundle, String prefix, IWorkbenchWindow workbenchWindow, boolean forward)(Code) | | Creates a new incremental find action for the given workbench window.
The action configures its visual representation from the given
resource bundle.
Parameters: bundle - the resource bundle Parameters: prefix - a prefix to be prepended to the various resource keys(described in ResourceAction constructor), ornull if none Parameters: workbenchWindow - the workbench window Parameters: forward - true if the search direction is forward See Also: ResourceAction.ResourceAction(ResourceBundleString) since: 2.1 |
update | public void update()(Code) | | |
|
|