Package org.fife.rsta.ac.js
Class JavaScriptLanguageSupport.Info
java.lang.Object
org.fife.rsta.ac.js.JavaScriptLanguageSupport.Info
- All Implemented Interfaces:
PropertyChangeListener,EventListener
- Enclosing class:
JavaScriptLanguageSupport
private static class JavaScriptLanguageSupport.Info
extends Object
implements PropertyChangeListener
Manages information about the parsing/auto-completion for a single text
area. Unlike many simpler language supports,
JavaScriptLanguageSupport cannot share any information
amongst instances of RSyntaxTextArea.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a text area is re-parsed.
-
Field Details
-
provider
-
-
Constructor Details
-
Info
-
-
Method Details
-
propertyChange
Called when a text area is re-parsed.- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
e- The event.
-