AbstractGCellRenderer

Package: docking.widgets
Type: class

11.3_PUBLIC

addedfield: baseFontId
java.lang.String baseFontId
addedfield: fixedWidthFontId
java.lang.String fixedWidthFontId
addedmethod: fontChanged
void fontChanged(java.lang.String fontId, java.awt.Font f)
addedmethod: setFixedWidthFontId
void setFixedWidthFontId(java.lang.String fontId)
addedmethod: setUI
void setUI(javax.swing.plaf.LabelUI ui)
modifiedtype-implements: AbstractGCellRenderer
- (none)
+ generic.theme.laf.FontChangeListener

11.1_PUBLIC

addedmethod: getItalicFont
java.awt.Font getItalicFont()
addedfield: italicFont
java.awt.Font italicFont
addedmethod: setBaseFontId
void setBaseFontId(java.lang.String fontId)
addedmethod: setItalic
void setItalic()
removedmethod: superSetFont
void superSetFont(java.awt.Font font)

10.3.3_PUBLIC

modifiedmethod: firePropertyChange
param 1 renamed: propertyName → property
- void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
+ void firePropertyChange(java.lang.String property, java.lang.Object oldValue, java.lang.Object newValue)

10.3_PUBLIC

addedmethod: getAlternatingBackgroundColor
java.awt.Color getAlternatingBackgroundColor(javax.swing.JComponent parent, int row)
addedmethod: getErrorForegroundColor
java.awt.Color getErrorForegroundColor(boolean isSelected)
addedmethod: getUneditableForegroundColor
java.awt.Color getUneditableForegroundColor(boolean isSelected)
addedmethod: setBackground
void setBackground(java.awt.Color bg)
addedmethod: setForeground
void setForeground(java.awt.Color fg)
removedmethod: getOSDependentBackgroundColor
java.awt.Color getOSDependentBackgroundColor(javax.swing.JComponent parent, int row)

9.1_PUBLIC

addedmethod: getDefaultBackgroundColor
java.awt.Color getDefaultBackgroundColor()
modifiedtype-extends: AbstractGCellRenderer
- javax.swing.JLabel
+ docking.widgets.label.GDHtmlLabel
modifiedmethod: getBackgroundColorForRow
no longer static
- static java.awt.Color getBackgroundColorForRow(int row)
+ java.awt.Color getBackgroundColorForRow(int row)
removedmethod: getText
java.lang.String getText(java.lang.Object value)
removedfield: HTML_DISABLE_STRING
static java.lang.String HTML_DISABLE_STRING
removedmethod: setHTMLRenderingEnabled
void setHTMLRenderingEnabled(boolean enable)

9.0.2_PUBLIC

addedfield: boldFont
java.awt.Font boldFont
addedfield: defaultFont
java.awt.Font defaultFont
addedfield: dropRow
int dropRow
addedmethod: firePropertyChange
void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
addedfield: fixedWidthFont
java.awt.Font fixedWidthFont
addedfield: focusBorder
javax.swing.border.Border focusBorder
addedmethod: getBackgroundColorForRow
static java.awt.Color getBackgroundColorForRow(int row)
addedmethod: getBoldFont
java.awt.Font getBoldFont()
addedmethod: getDefaultFont
java.awt.Font getDefaultFont()
addedmethod: getFixedWidthFont
java.awt.Font getFixedWidthFont()
addedmethod: getNoFocusBorder
javax.swing.border.Border getNoFocusBorder()
addedmethod: getOSDependentBackgroundColor
java.awt.Color getOSDependentBackgroundColor(javax.swing.JComponent parent, int row)
addedmethod: getText
java.lang.String getText(java.lang.Object value)
addedfield: HTML_DISABLE_STRING
static java.lang.String HTML_DISABLE_STRING
addedfield: noFocusBorder
javax.swing.border.Border noFocusBorder
addedmethod: setBold
void setBold()
addedmethod: superSetFont
void superSetFont(java.awt.Font font)
addedmethod: superValidate
void superValidate()
addedfield: systemAlternateRowColors
static boolean systemAlternateRowColors

9.0.1_PUBLIC

introducedInitial version