Class FlatTableUI

All Implemented Interfaces:
FlatStylingSupport.StyleableUI, FlatViewportUI.ViewportPainter

Provides the Flat LaF UI delegate for JTable.
UiDefault:
Table.font Font, Table.background Color, Table.foreground Color, Table.selectionBackground Color, Table.selectionForeground Color, Table.gridColor Color, Table.scrollPaneBorder Border, Table.dropLineColor Color, Table.dropLineShortColor Color , Table.cellNoFocusBorder Border, Table.focusCellHighlightBorder Border, Table.focusSelectedCellHighlightBorder Border, Table.dropCellBackground Color, Table.dropCellForeground Color, Table.alternateRowColor Color, Table.focusCellBackground Color, Table.focusCellForeground Color , Table.rowHeight int, Table.showHorizontalLines boolean, Table.showVerticalLines boolean, Table.showTrailingVerticalLine boolean, Table.intercellSpacing Dimension, Table.selectionInactiveBackground Color, Table.selectionInactiveForeground Color, Table.selectionInsets Insets, Table.selectionArc int, Table.paintOutsideAlternateRows boolean, Table.editorSelectAllOnStartEditing boolean , Table.cellMargins Insets, Table.cellFocusColor Color, Table.showCellFocusIndicator boolean , Table.consistentHomeEndKeyBehavior boolean
  • 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