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

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

public interface GUITableHeaderFactory<V,E>

Factory for the header of a GUITable.

Author:
Damien Coraboeuf

Method Summary
 JTableHeader createHeader(GUITable<V,E> table)
          Creates the header for the table
 

Method Detail

createHeader

JTableHeader createHeader(GUITable<V,E> table)
Creates the header for the table

Parameters:
table - Table to create
Returns:
Header to display or null.


Copyright © 2011. All Rights Reserved.