GTableHeaderRenderer

Package: docking.widgets.table
Type: class

11.3_PUBLIC

addedmethod: setSortEmphasis
void setSortEmphasis(double sortEmphasis)
removedfield: isPaintingPrimarySortColumn
boolean isPaintingPrimarySortColumn

10.3_PUBLIC

addedmethod: paint
void paint(java.awt.Graphics g)
addedmethod: setBounds
void setBounds(int x, int y, int w, int h)
modifiedtype-extends: GTableHeaderRenderer
- javax.swing.JPanel
+ javax.swing.table.DefaultTableCellRenderer
modifiedtype-implements: GTableHeaderRenderer
- javax.swing.table.TableCellRenderer
+ (none)
removedmethod: getBackgroundPaint
java.awt.Paint getBackgroundPaint()
removedmethod: isSortedAscending
boolean isSortedAscending()
removedmethod: paintComponent
void paintComponent(java.awt.Graphics g)

9.0.2_PUBLIC

addedmethod: getBackgroundPaint
java.awt.Paint getBackgroundPaint()
addedfield: isPaintingPrimarySortColumn
boolean isPaintingPrimarySortColumn
addedmethod: paintChildren
void paintChildren(java.awt.Graphics g)
addedmethod: paintComponent
void paintComponent(java.awt.Graphics g)

9.0.1_PUBLIC

introducedInitial version