Copyright © 2011 Citra Technologies. All Rights Reserved.

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.
 

Method Detail

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 cell
row - the row index of the cell
column - the column index of the cell
Returns:
the viewable object

Copyright © 2011 Citra Technologies. All Rights Reserved.