Interface Highlighter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addChangeListener​(javax.swing.event.ChangeListener l)
      Adds a ChangeListener which are notified after changes of any attribute.
      javax.swing.event.ChangeListener[] getChangeListeners()
      Returns an array of all the change listeners registered on this LegacyHighlighter.
      java.awt.Component highlight​(java.awt.Component renderer, ComponentAdapter adapter)
      Decorates the specified component for the given component adapter.
      void removeChangeListener​(javax.swing.event.ChangeListener l)
      Removes a ChangeListener.
    • Method Detail

      • highlight

        java.awt.Component highlight​(java.awt.Component renderer,
                                     ComponentAdapter adapter)
        Decorates the specified component for the given component adapter.
        Parameters:
        renderer - the cell rendering component that is to be decorated
        adapter - the ComponentAdapter for this decorate operation
        Returns:
        the decorated cell rendering component