Class SubstanceTableHeaderUI


public class SubstanceTableHeaderUI extends BasicTableHeaderUI
UI for table headers in Substance look and feel.
  • Field Details

    • substanceHeaderListener

      protected org.pushingpixels.substance.internal.ui.SubstanceTableHeaderUI.TableHeaderListener substanceHeaderListener
      Repaints the header on column selection.
    • defaultHeaderRenderer

      protected TableCellRenderer defaultHeaderRenderer
      The default renderer.
    • selectedIndices

      protected Map<Integer,Object> selectedIndices
      Holds the list of currently selected indices.
    • substanceFadeSelectionListener

      protected ListSelectionListener substanceFadeSelectionListener
      Listener for transition animations on list selections.
    • substancePropertyChangeListener

      protected PropertyChangeListener substancePropertyChangeListener
      Property change listener.
  • Constructor Details

    • SubstanceTableHeaderUI

      public SubstanceTableHeaderUI()
      Creates a new UI delegate.
  • Method Details