Class FlatTableUI

All Implemented Interfaces:
FlatStylingSupport.StyleableUI, FlatViewportUI.ViewportPainter

Provides the Flat LaF UI delegate for JTable.
  • 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
    • cellMargins

      protected Insets cellMargins
      Since:
      2
    • cellFocusColor

      protected Color cellFocusColor
      Since:
      2
    • showCellFocusIndicator

      protected Boolean showCellFocusIndicator
      Since:
      2
    • oldShowHorizontalLines

      private boolean oldShowHorizontalLines
    • oldShowVerticalLines

      private boolean oldShowVerticalLines
    • oldIntercellSpacing

      private Dimension oldIntercellSpacing
    • oldBooleanRenderer

      private TableCellRenderer oldBooleanRenderer
    • propertyChangeListener

      private PropertyChangeListener propertyChangeListener
    • oldStyleValues

      private Map<String,Object> oldStyleValues
  • Constructor Details

    • FlatTableUI

      public FlatTableUI()
  • Method Details