Uses of Class
javax.swing.plaf.TableHeaderUI
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects that combine two or more look and feels.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with
javax.swing.JTable
.-
Uses of TableHeaderUI in javax.swing.plaf.basic
-
Uses of TableHeaderUI in javax.swing.plaf.multi
Modifier and TypeClassDescriptionclass
A multiplexing UI used to combineTableHeaderUI
s. -
Uses of TableHeaderUI in javax.swing.plaf.synth
-
Uses of TableHeaderUI in javax.swing.table
Modifier and TypeMethodDescriptionJTableHeader.getUI()
Returns the look and feel (L&F) object that renders this component.Modifier and TypeMethodDescriptionvoid
JTableHeader.setUI
(TableHeaderUI ui) Sets the look and feel (L&F) object that renders this component.