|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnWidthTableModel
This is an interface to store column width in the table model so that you don't have to get instance of TableColumnModel to set each column width.
Method Summary | |
---|---|
int |
getMaximumWidth(int column)
Returns the maximum width of the column. |
int |
getMinimumWidth(int column)
Returns the minimum width of the column. |
int |
getPreferredWidth(int column)
Returns the preferred width of the column. |
Method Detail |
---|
int getMinimumWidth(int column)
column
- the column index
int getPreferredWidth(int column)
column
- the column index
int getMaximumWidth(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 |