public abstract class SelectOccurrencesActionHandler extends EditorActionHandler
Constructor and Description |
---|
SelectOccurrencesActionHandler() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
getAndResetNotFoundStatus(Editor editor) |
protected static FindModel |
getFindModel(java.lang.String text,
boolean wholeWords) |
protected static TextRange |
getSelectionRange(Editor editor,
Caret caret) |
protected static boolean |
isRepeatedActionInvocation() |
protected static boolean |
isWholeWordSearch(Editor editor) |
protected static void |
setNotFoundStatus(Editor editor) |
protected static void |
setSelection(Editor editor,
Caret caret,
TextRange selectionRange) |
protected static void |
setWholeWordSearch(Editor editor,
boolean isWholeWordSearch) |
protected static void |
showHint(Editor editor) |
doExecute, execute, execute, executeInCommand, getCommandGroupId, isEnabled, isEnabled, isEnabledForCaret, runForAllCarets
protected static void setSelection(Editor editor, Caret caret, TextRange selectionRange)
protected static void showHint(Editor editor)
protected static boolean getAndResetNotFoundStatus(Editor editor)
protected static void setNotFoundStatus(Editor editor)
protected static boolean isWholeWordSearch(Editor editor)
protected static void setWholeWordSearch(Editor editor, boolean isWholeWordSearch)
protected static boolean isRepeatedActionInvocation()
protected static FindModel getFindModel(java.lang.String text, boolean wholeWords)