| java.lang.Object org.eclipse.ui.texteditor.IncrementalFindTarget
IncrementalFindTarget | class IncrementalFindTarget implements IFindReplaceTarget,IFindReplaceTargetExtension,VerifyKeyListener,MouseListener,FocusListener,ISelectionChangedListener,ITextListener,IExecutionListener(Code) | | An incremental find target. Replace is always disabled.
since: 2.0 |
Constructor Summary | |
public | IncrementalFindTarget(ITextViewer viewer, IStatusLineManager manager) Creates an instance of an incremental find target. |
IncrementalFindTarget | public IncrementalFindTarget(ITextViewer viewer, IStatusLineManager manager)(Code) | | Creates an instance of an incremental find target.
Parameters: viewer - the text viewer to operate on Parameters: manager - the status line manager for output |
beginSession | public void beginSession()(Code) | | |
canPerformFind | public boolean canPerformFind()(Code) | | |
endSession | public void endSession()(Code) | | |
findAndSelect | public int findAndSelect(int offset, String findString, boolean searchForward, boolean caseSensitive, boolean wholeWord)(Code) | | |
focusGained | public void focusGained(FocusEvent e)(Code) | | |
focusLost | public void focusLost(FocusEvent e)(Code) | | |
getLineSelection | public Point getLineSelection()(Code) | | |
getScope | public IRegion getScope()(Code) | | |
getSelection | public Point getSelection()(Code) | | |
isEditable | public boolean isEditable()(Code) | | |
mouseDoubleClick | public void mouseDoubleClick(MouseEvent e)(Code) | | |
mouseDown | public void mouseDown(MouseEvent e)(Code) | | |
mouseUp | public void mouseUp(MouseEvent e)(Code) | | |
notHandled | public void notHandled(String commandId, NotHandledException exception)(Code) | | |
postExecuteFailure | public void postExecuteFailure(String commandId, ExecutionException exception)(Code) | | |
postExecuteSuccess | public void postExecuteSuccess(String commandId, Object returnValue)(Code) | | |
preExecute | public void preExecute(String commandId, ExecutionEvent event)(Code) | | |
replaceSelection | public void replaceSelection(String text)(Code) | | |
selectionChanged | public void selectionChanged(SelectionChangedEvent e)(Code) | | |
setDirection | public void setDirection(boolean forward)(Code) | | Sets the direction for the next search.
This can be called before beginSession to set the initial search direction.
Parameters: forward - true if the next search should be forward See Also: IncrementalFindTarget.beginSession() since: 2.1 |
setGlobal | public void setGlobal(boolean global)(Code) | | |
setReplaceAllMode | public void setReplaceAllMode(boolean replaceAll)(Code) | | |
setScope | public void setScope(IRegion scope)(Code) | | |
setScopeHighlightColor | public void setScopeHighlightColor(Color color)(Code) | | |
setSelection | public void setSelection(int offset, int length)(Code) | | |
setStatusField | void setStatusField(IStatusField statusField)(Code) | | Sets the find status field for this incremental find target.
Parameters: statusField - the status field since: 3.0 |
textChanged | public void textChanged(TextEvent event)(Code) | | |
verifyKey | public void verifyKey(VerifyEvent event)(Code) | | |
|
|