Class FlatTableUI

All Implemented Interfaces:
FlatStylingSupport.StyleableUI, FlatViewportUI.ViewportPainter

Provides the Flat LaF UI delegate for JTable.
Author:
Karl Tauber
  • Field Details

    • showHorizontalLines

      protected boolean showHorizontalLines
    • showVerticalLines

      protected boolean showVerticalLines
    • showTrailingVerticalLine

      protected boolean showTrailingVerticalLine
      Since:
      1.6
    • intercellSpacing

      protected Dimension intercellSpacing
    • selectionBackground

      protected Color selectionBackground
    • selectionForeground

      protected Color selectionForeground
    • selectionInactiveBackground

      protected Color selectionInactiveBackground
    • selectionInactiveForeground

      protected Color selectionInactiveForeground
    • selectionInsets

      protected Insets selectionInsets
      Since:
      3.5
    • selectionArc

      protected int selectionArc
      Since:
      3.5
    • cellMargins

      protected Insets cellMargins
      Since:
      2
    • cellFocusColor

      protected Color cellFocusColor
      Since:
      2
    • showCellFocusIndicator

      protected Boolean showCellFocusIndicator
      Since:
      2
  • Constructor Details

    • FlatTableUI

      public FlatTableUI()
  • Method Details