Public Member Functions | |
InfoRenderer () | |
Component | getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) |
Static Private Attributes | |
ImageIcon | infoIcon = null |
final JLabel | infoLabel = new JLabel() |
final JLabel | emptyLabel = new JLabel() |
|
ExpandButtonRenderer constructor comment. |
|
This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing. Return the Component used for drawing.
|
|
The label with no icon |
|
The icon showed when the log has additional data |
|
The label with the info icon |