com.creamtec.ajaxswing.support
Interface TableSupport


public interface TableSupport

JTable subclasses can implement this interface to provide additional information to AjaxSwing


Method Summary
 javax.swing.JPopupMenu getContextMenu(int row)
          Returns context menu associated with the given row
 

Method Detail

getContextMenu

javax.swing.JPopupMenu getContextMenu(int row)
Returns context menu associated with the given row

Parameters:
row - row number
Returns:
context menu to display when the user clicks right mouse button


Copyright © 2000-2008 CreamTec LLC. All Rights Reserved.