Class Asm6502LanguageSupport
java.lang.Object
org.fife.rsta.ac.AbstractLanguageSupport
org.fife.rsta.ac.asm6502.Asm6502LanguageSupport
- All Implemented Interfaces:
LanguageSupport
Language support for 6502 assembler.
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Asm6502CompletionProviderThe completion provider, shared amongst all text areas editing 6502 assembler.Fields inherited from interface LanguageSupport
PROPERTY_LANGUAGE_PARSER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Asm6502CompletionProvidervoidinstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Installs this support.voiduninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Uninstalls this support.Methods inherited from class 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 editing 6502 assembler.
-
-
Constructor Details
-
Asm6502LanguageSupport
public Asm6502LanguageSupport()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:
-