public interface BackgroundPainter
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getTableWest()
Gets the component that should be shown in the west of the table.
|
void |
layoutChanged(ProgramTableLayout layout,
ProgramTableModel model)
Is called when the table's layout has changed.
|
void |
paintBackground(java.awt.Graphics grp,
int columnWidth,
int tableHeight,
int minCol,
int maxCol,
java.awt.Rectangle clipBounds,
ProgramTableLayout layout,
ProgramTableModel model)
Paints the background.
|
void layoutChanged(ProgramTableLayout layout, ProgramTableModel model)
void paintBackground(java.awt.Graphics grp, int columnWidth, int tableHeight, int minCol, int maxCol, java.awt.Rectangle clipBounds, ProgramTableLayout layout, ProgramTableModel model)
grp
- columnWidth
- tableHeight
- clipBounds
- layout
- The table's layoutmodel
- The table modeljavax.swing.JComponent getTableWest()
If nothing should be shown in the west, null is returned.
TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)