|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeaderLineWrapModel
The table model interface to provide line wrap properties for its table header.
Method Summary | |
---|---|
int |
getMaximumRows(int column)
Gets the maximum row count for the column. |
int |
getMinimumRows(int column)
Gets the minimum row count for the column. |
int |
getPreferredRows(int column)
Gets the preferred row count for the column. |
int |
getPreferredWidth(int column)
Gets the preferred width the column. |
Method Detail |
---|
int getPreferredRows(int column)
column
- the column index
int getMaximumRows(int column)
column
- the column index
int getMinimumRows(int column)
column
- the column index
int getPreferredWidth(int column)
column
- the column index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |