java.lang.Comparable<org.fife.ui.autocomplete.Completion>, org.fife.ui.autocomplete.Completion, JythonSourceCompletionpublic abstract class AbstractJythonSourceCompletion extends org.fife.ui.autocomplete.BasicCompletion implements JythonSourceCompletion
| 构造器 | 说明 |
|---|---|
AbstractJythonSourceCompletion(org.fife.ui.autocomplete.CompletionProvider provider,
java.lang.String replacementText) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
compareTo(org.fife.ui.autocomplete.Completion c2) |
Overridden to ensure that two completions don't just have the same
text value (ignoring case), but that they're of the same "type" of
Completion as well, so, for example, a completion for the
"String" class won't clash with a completion for a "string" LocalVar. |
java.lang.String |
getAlreadyEntered(javax.swing.text.JTextComponent comp) |
getIcon, getInputText, getProvider, getRelevance, getToolTipText, setIcon, setRelevancegetReplacementText, getShortDescription, getSummary, setShortDescription, setSummary, toStringgetIcon, getInputText, getProvider, getRelevance, getReplacementText, getSummary, getToolTipTextequals, rendererTextpublic AbstractJythonSourceCompletion(org.fife.ui.autocomplete.CompletionProvider provider,
java.lang.String replacementText)
public int compareTo(org.fife.ui.autocomplete.Completion c2)
Completion as well, so, for example, a completion for the
"String" class won't clash with a completion for a "string" LocalVar.compareTo 在接口中 java.lang.Comparable<org.fife.ui.autocomplete.Completion>compareTo 在接口中 org.fife.ui.autocomplete.CompletioncompareTo 在类中 org.fife.ui.autocomplete.AbstractCompletionc2 - Another completion instance.public java.lang.String getAlreadyEntered(javax.swing.text.JTextComponent comp)
getAlreadyEntered 在接口中 org.fife.ui.autocomplete.CompletiongetAlreadyEntered 在类中 org.fife.ui.autocomplete.AbstractCompletionCopyright © 2019. All rights reserved.