类 JythonLanguageSupport
- java.lang.Object
-
- org.meteoinfo.laboratory.codecomplete.AbstractLanguageSupport
-
- org.meteoinfo.laboratory.codecomplete.JythonLanguageSupport
-
- 所有已实现的接口:
LanguageSupport
public class JythonLanguageSupport extends AbstractLanguageSupport
Language support for Groovy.- 版本:
- 1.0
- 作者:
- Robert Futrell
-
-
字段概要
-
从接口继承的字段 org.meteoinfo.laboratory.codecomplete.LanguageSupport
PROPERTY_LANGUAGE_PARSER
-
-
构造器概要
构造器 构造器 说明 JythonLanguageSupport()Constructor.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 JythonCompletionProvidergetProvider()Get Jython completion providervoidinstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)Installs this support.voiduninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)Uninstalls this support.-
从类继承的方法 org.meteoinfo.laboratory.codecomplete.AbstractLanguageSupport
createAutoCompletion, createDefaultCompletionCellRenderer, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImpl
-
-
-
-
方法详细资料
-
getProvider
public JythonCompletionProvider getProvider()
Get Jython completion provider- 返回:
- Jython completion provider
-
install
public void install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
Installs this support.- 参数:
textArea- The text area to install onto.- 另请参阅:
LanguageSupport.uninstall(RSyntaxTextArea)
-
uninstall
public void uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
Uninstalls this support.- 参数:
textArea- The text area to uninstall from.- 另请参阅:
LanguageSupport.install(RSyntaxTextArea)
-
-