Class FlatListUI

All Implemented Interfaces:
FlatStylingSupport.StyleableUI

public class FlatListUI extends BasicListUI implements FlatStylingSupport.StyleableUI
Provides the Flat LaF UI delegate for JList.
  • Field Details

    • selectionBackground

      protected Color selectionBackground
    • selectionForeground

      protected Color selectionForeground
    • selectionInactiveBackground

      protected Color selectionInactiveBackground
    • selectionInactiveForeground

      protected Color selectionInactiveForeground
    • selectionInsets

      protected Insets selectionInsets
      Since:
      3
    • selectionArc

      protected int selectionArc
      Since:
      3
    • cellMargins

      protected Insets cellMargins
      Since:
      2
    • cellFocusColor

      protected Color cellFocusColor
      Since:
      2
    • showCellFocusIndicator

      protected Boolean showCellFocusIndicator
      Since:
      2
    • oldStyleValues

      private Map<String,Object> oldStyleValues
  • Constructor Details

    • FlatListUI

      public FlatListUI()
  • Method Details