Uses of Interface
editor.util.IReplaceWordCallback
-
Packages that use IReplaceWordCallback Package Description editor editor.util -
-
Uses of IReplaceWordCallback in editor
Methods in editor that return IReplaceWordCallback Modifier and Type Method Description IReplaceWordCallback
GosuEditor. getReplaceWordCallback()
-
Uses of IReplaceWordCallback in editor.util
Methods in editor.util with parameters of type IReplaceWordCallback Modifier and Type Method Description static void
TextComponentUtil. replaceWordAtCaretDynamic(JTextComponent editor, String strText, IReplaceWordCallback replaceWordCallback, boolean selectFirstArg, boolean replaceWholeWord)
static void
TextComponentUtil. replaceWordAtCaretDynamicAndRemoveEmptyParens(JTextComponent editor, String strText, IReplaceWordCallback replaceWordCallback, boolean selectFirstArg, boolean replaceWholeWord)
-