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

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

public interface GUITableHeaderMenuFactory<V,E>

Factory for the contextual menu on a GUITable header.

Author:
Damien Coraboeuf

Method Summary
 JPopupMenu createMenu(GUITable<V,E> table)
          Creates a menu for the table header
 

Method Detail

createMenu

JPopupMenu createMenu(GUITable<V,E> table)
Creates a menu for the table header

Parameters:
table - Table
Returns:
Menu to display or null if none is available


Copyright © 2011. All Rights Reserved.