Package org.fife.rsta.ac.groovy
Class GroovyLanguageSupport
java.lang.Object
org.fife.rsta.ac.AbstractLanguageSupport
org.fife.rsta.ac.groovy.GroovyLanguageSupport
- All Implemented Interfaces:
LanguageSupport
Language support for Groovy.
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GroovyCompletionProviderThe completion provider, shared amongst all text areas.Fields inherited from interface org.fife.rsta.ac.LanguageSupport
PROPERTY_LANGUAGE_PARSER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate GroovyCompletionProvidervoidinstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Installs this support.voiduninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Uninstalls this support.Methods inherited from class org.fife.rsta.ac.AbstractLanguageSupport
createAutoCompletion, createDefaultCompletionCellRenderer, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImpl
-
Field Details
-
provider
The completion provider, shared amongst all text areas.
-
-
Constructor Details
-
GroovyLanguageSupport
public GroovyLanguageSupport()Constructor.
-
-
Method Details
-
getProvider
-
install
public void install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Description copied from interface:LanguageSupportInstalls this support.- Parameters:
textArea- The text area to install onto.- See Also:
-
uninstall
public void uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Description copied from interface:LanguageSupportUninstalls this support.- Parameters:
textArea- The text area to uninstall from.- See Also:
-