net.java.sip.communicator.plugin.notificationconfiguration
Class TableHeaderRenderer
java.lang.Object
net.java.sip.communicator.plugin.notificationconfiguration.TableHeaderRenderer
- All Implemented Interfaces:
- TableCellRenderer
class TableHeaderRenderer
- extends Object
- implements TableCellRenderer
- Author:
- Alexandre Maillard, Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableHeaderRenderer
TableHeaderRenderer(JLabel JLIcon)
- Creates an instance of TableHeaderRenderer.
- Parameters:
JLIcon - the label of the column.
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
- Returns the rendering component.
- Specified by:
getTableCellRendererComponent in interface TableCellRenderer
- Parameters:
table - the parent tablevalue - the value of the cellisSelected - indicates if the cell is selectedhasFocus - indicates if the cell has the focusrow - the cell rowcolumn - the cell column
- Returns:
- the rendering component
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.