Public Member Functions | |
EntryTypeRenderer (boolean showDescription) | |
java.awt.Component | getTableCellRendererComponent (javax.swing.JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) |
void | paint (Graphics g) |
void | viewDescription (boolean b) |
Private Attributes | |
Color | bColor |
Color | fColor |
boolean | showDescription |
|
Constructor
|
|
This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing. Return the Component used for drawing.
|
|
|
|
Set the way the renderer shows a log type i.e. icon only or icon and the description.
|
|
Background color |
|
Foreground color |
|
If |