IMSEVimse 1.0
Draft

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

Inner Class Summary
static class GridTableComponentFactory.Constraints
           
 
Method Summary
 JComponent getComponentFor(int rowIndex, int columnIndex, Object o)
          Creates the component at the specified cell.
 GridTableComponentFactory.Constraints getConstraintsFor(int rowIndex, int columnIndex)
           
 

Method Detail

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)

IMSEVimse 1.0
Draft

Centre for user-oriented IT -design