public interface BackgroundPainter
Modifier and Type | Method and Description |
---|---|
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(Graphics grp,
int columnWidth,
int tableHeight,
int minCol,
int maxCol,
Rectangle clipBounds,
ProgramTableLayout layout,
ProgramTableModel model)
Paints the background.
|
void layoutChanged(ProgramTableLayout layout, ProgramTableModel model)
void paintBackground(Graphics grp, int columnWidth, int tableHeight, int minCol, int maxCol, Rectangle clipBounds, ProgramTableLayout layout, ProgramTableModel model)
grp
- columnWidth
- tableHeight
- clipBounds
- layout
- The table's layoutmodel
- The table modelJComponent getTableWest()
If nothing should be shown in the west, null is returned.
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)