LanguageSupportpublic class JythonLanguageSupport extends AbstractLanguageSupport
PROPERTY_LANGUAGE_PARSER| 构造器 | 说明 |
|---|---|
JythonLanguageSupport() |
Constructor.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
JythonCompletionProvider |
getProvider() |
Get Jython completion provider
|
void |
install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) |
Installs this support.
|
void |
uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) |
Uninstalls this support.
|
createAutoCompletion, createDefaultCompletionCellRenderer, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImplpublic JythonCompletionProvider getProvider()
public void install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
textArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)public void uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
textArea - The text area to uninstall from.LanguageSupport.install(RSyntaxTextArea)Copyright © 2019. All rights reserved.