Class ParameterizedCompletionContext.Listener

java.lang.Object
org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
All Implemented Interfaces:
FocusListener, EventListener, CaretListener, DocumentListener
Enclosing class:
ParameterizedCompletionContext

private class ParameterizedCompletionContext.Listener extends Object implements FocusListener, CaretListener, DocumentListener
Listens for various events in the text component while this tool tip is visible.
  • Field Details

    • markOccurrencesEnabled

      private boolean markOccurrencesEnabled
  • Constructor Details

    • Listener

      private Listener()
  • Method Details