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

Type Parameters:
V - Type of object for the view
E - Type of item in the table

public interface CustomHeaderFactory<V,E>

Factory for a custom header in a table scroll pane.

Author:
Damien Coraboeuf

Method Summary
 JComponent createHeaderComponent(GUITable<V,E> table)
          Creates the custom header for the table
 

Method Detail

createHeaderComponent

JComponent createHeaderComponent(GUITable<V,E> table)
Creates the custom header for the table

Parameters:
table - Table
Returns:
Header component or null


Copyright © 2011. All Rights Reserved.