Class JavaScriptLanguageSupport.Info

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    JavaScriptLanguageSupport

    private static class JavaScriptLanguageSupport.Info
    extends java.lang.Object
    implements java.beans.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.
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Called when a text area is re-parsed.
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Parameters:
        e - The event.