public class JavaCompletionProvider
extends org.fife.ui.autocomplete.DefaultCompletionProvider
Constructor and Description |
---|
JavaCompletionProvider()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValidChar(char ch)
Returns whether the specified character is valid in an auto-completion.
|
protected void |
loadCompletions()
Load the completions related to Java.
|
getAlreadyEnteredText, getCompletionsAt, getParameterizedCompletions, init, loadFromXML, loadFromXML, loadFromXML, loadFromXML
addCompletion, addCompletions, addWordCompletions, checkProviderAndAdd, clear, getCompletionByInputText, getCompletionsImpl, removeCompletion
clearParameterizedCompletionParams, getCompletions, getListCellRenderer, getParameterChoicesProvider, getParameterListEnd, getParameterListSeparator, getParameterListStart, getParent, isAutoActivateOkay, setAutoActivationRules, setListCellRenderer, setParameterChoicesProvider, setParameterizedCompletionParams, setParent
protected boolean isValidChar(char ch)
Character.isLetterOrDigit(ch) || ch=='_'
". Subclasses can
override this method to change what characters are matched.isValidChar
in class org.fife.ui.autocomplete.DefaultCompletionProvider
ch
- The character.protected void loadCompletions()
Copyright © 2020 myrobotlab. All rights reserved.