Class JavaLanguageSupport.Info

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

    private static class JavaLanguageSupport.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, JavaLanguageSupport cannot share any information amongst instances of RSyntaxTextArea.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent e)
      Called when a text area is re-parsed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.