| org.eclipse.ui.texteditor.ResourceAction org.eclipse.ui.texteditor.FindNextAction
FindNextAction | public class FindNextAction extends ResourceAction implements IUpdate(Code) | | An action which finds the next/previous occurrence of the last search or the
current selection if present.
This class may be instantiated; it is not intended to be subclassed.
since: 2.0 |
Method Summary | |
public void | run() | public void | update() |
FindNextAction | public FindNextAction(ResourceBundle bundle, String prefix, IWorkbenchPart workbenchPart, boolean forward)(Code) | | Creates a new find/replace 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 - the search direction See Also: ResourceAction.ResourceAction(ResourceBundleString) |
FindNextAction | public FindNextAction(ResourceBundle bundle, String prefix, IWorkbenchWindow workbenchWindow, boolean forward)(Code) | | Creates a new find/replace 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 - the search direction See Also: ResourceAction.ResourceAction(ResourceBundleString) |
update | public void update()(Code) | | |
|
|