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
public class GroovyLanguageSupport
- extends AbstractLanguageSupport
Language support for Groovy.
- Version:
- 1.0
- Author:
- Robert Futrell
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyLanguageSupport
public GroovyLanguageSupport()
- Constructor.
install
public void install(RSyntaxTextArea textArea)
- Installs this support.
- Parameters:
textArea - The text area to install onto.- See Also:
LanguageSupport.uninstall(RSyntaxTextArea)
uninstall
public void uninstall(RSyntaxTextArea textArea)
- Uninstalls this support.
- Parameters:
textArea - The text area to uninstall from.- See Also:
LanguageSupport.install(RSyntaxTextArea)
Copyright © 2003-2011. All Rights Reserved.