com.citra.table
Interface ViewableModel
- All Known Implementing Classes:
- DefaultViewableModel
public interface ViewableModel
ViewableModel is the model that defines how a cell will resize its contents
to its viewable dimensions.
Method Summary |
Viewable |
getViewable(JTable table,
int row,
int column)
Defines how the cell of table at row and column
will resize its contents to its currently viewable dimensions. |
getViewable
Viewable getViewable(JTable table,
int row,
int column)
- Defines how the cell of table at row and column
will resize its contents to its currently viewable dimensions.
This information is contained in a
Viewable
object.
- Parameters:
table
- the table that paints the cellrow
- the row index of the cellcolumn
- the column index of the cell
- Returns:
- the viewable object