|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.rsta.ac.AbstractLanguageSupport
org.fife.rsta.ac.java.JavaLanguageSupport
public class JavaLanguageSupport
Language support for Java.
| Field Summary |
|---|
| Fields inherited from interface org.fife.rsta.ac.LanguageSupport |
|---|
PROPERTY_LANGUAGE_PARSER |
| Constructor Summary | |
|---|---|
JavaLanguageSupport()
Constructor. |
|
| Method Summary | |
|---|---|
JavaCompletionProvider |
getCompletionProvider(RSyntaxTextArea textArea)
Returns the completion provider running on a text area with this Java language support installed. |
JarManager |
getJarManager()
Returns the shared jar manager instance. |
JavaParser |
getParser(RSyntaxTextArea textArea)
Returns the Java parser running on a text area with this Java language support installed. |
void |
install(RSyntaxTextArea textArea)
Installs this support. |
void |
uninstall(RSyntaxTextArea textArea)
Uninstalls this support. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaLanguageSupport()
| Method Detail |
|---|
public JavaCompletionProvider getCompletionProvider(RSyntaxTextArea textArea)
textArea - The text area.
null if
the text area does not have this JavaLanguageSupport
installed.public JarManager getJarManager()
public JavaParser getParser(RSyntaxTextArea textArea)
textArea - The text area.
null if the text
area does not have this JavaLanguageSupport installed.public void install(RSyntaxTextArea textArea)
textArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)public void uninstall(RSyntaxTextArea textArea)
textArea - The text area to uninstall from.LanguageSupport.install(RSyntaxTextArea)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||