|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for classes providing information about the required row height of a table This interface is needed by classes being responsible for table rendering in some way and which have the need for dynamically changed row heights. They can send such events - and hope that someone will listen to them.
| Method Summary | |
void |
addTableRowHeightListener(TableRowHeightListener l)
Add a listener for row height change events. |
int |
getPreferredRowHeight(int column,
int row)
Return preferred row height of the table cell addressed by given column and row. |
void |
removeTableRowHeightListener(TableRowHeightListener l)
Remove a listener for row height change events. |
| Method Detail |
public void addTableRowHeightListener(TableRowHeightListener l)
l - A listenerpublic void removeTableRowHeightListener(TableRowHeightListener l)
l - The listener in question.
public int getPreferredRowHeight(int column,
int row)
column - Column of the cell in questionrow - Row of the cell in question
|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||