net.sf.doolin.gui.field.table
Interface ColumnGenerator<V,E>

Type Parameters:
V - Type of object for the view
E - Type of item in the table
All Known Implementing Classes:
DefaultColumnGenerator

public interface ColumnGenerator<V,E>

Generates the column list for a table.

Author:
Damien Coraboeuf

Method Summary
 List<Column> generateColumns(GUITableField<V,E> tableField)
          Generates the columns
 

Method Detail

generateColumns

List<Column> generateColumns(GUITableField<V,E> tableField)
Generates the columns

Parameters:
tableField - Associated table field
Returns:
List of columns


Copyright © 2011. All Rights Reserved.