se.kth.cid.util
Interface GridTableComponentFactory
- public interface GridTableComponentFactory
This interface creates components for a GridTable.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Mikael Nilsson
getComponentFor
public JComponent getComponentFor(int rowIndex,
int columnIndex,
Object o)
- Creates the component at the specified cell.
- Parameters:
rowIndex
- the row of the cell.columnIndex
- the column of the cell.o
- the object to put in the cell.- Returns:
- the component to put in the cell.
getConstraintsFor
public GridTableComponentFactory.Constraints getConstraintsFor(int rowIndex,
int columnIndex)
Centre for user-oriented IT -design