Class FlatTableUI


  • public class FlatTableUI
    extends BasicTableUI
    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.cellMargins Insets, Table.cellFocusColor Color, Table.showCellFocusIndicator boolean , Table.consistentHomeEndKeyBehavior boolean
    • Field Detail

      • 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
    • Constructor Detail

      • FlatTableUI

        public FlatTableUI()