-
- All Known Implementing Classes:
DefaultTableCellTypeFactory
public interface TableCellTypeFactoryA factory forTableCellTypes.- Author:
- harald
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TableCellTypeFactorygetInstance()The singleton.<T> TableCellType<T>getTableCellType(java.lang.Class<T> itemClass)Gets the table cell type implementation for item class.
-
-
-
Method Detail
-
getInstance
static TableCellTypeFactory getInstance()
The singleton.- Returns:
- the singleton
-
getTableCellType
<T> TableCellType<T> getTableCellType(java.lang.Class<T> itemClass)
Gets the table cell type implementation for item class.- Type Parameters:
T- the item class- Parameters:
itemClass- the class- Returns:
- the table cell type
-
-