|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BackgroundPainter
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |