|
||||||||||
| 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.sh.ShellLanguageSupport
public class ShellLanguageSupport
Language support for Unix shell scripts.
| Field Summary |
|---|
| Fields inherited from interface org.fife.rsta.ac.LanguageSupport |
|---|
PROPERTY_LANGUAGE_PARSER |
| Constructor Summary | |
|---|---|
ShellLanguageSupport()
Constructor. |
|
| Method Summary | |
|---|---|
protected ListCellRenderer |
createDefaultCompletionCellRenderer()
Creates the default cell renderer to use when none is specified. |
boolean |
getUseLocalManPages()
Returns whether the local system's man pages should be used for descriptions of functions. |
void |
install(RSyntaxTextArea textArea)
Installs this support. |
void |
setUseLocalManPages(boolean use)
Sets whether the local system's man pages should be used for descriptions of functions. |
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 ShellLanguageSupport()
| Method Detail |
|---|
protected ListCellRenderer createDefaultCompletionCellRenderer()
createDefaultCompletionCellRenderer in class AbstractLanguageSupportpublic boolean getUseLocalManPages()
setUseLocalManPages(boolean)public void install(RSyntaxTextArea textArea)
textArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)public void setUseLocalManPages(boolean use)
use - Whether to use the local man pages in function descriptions.getUseLocalManPages()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 | |||||||||