public interface TTablePopupMenuFactory
Subclasses should implements the defined method and return a JPopupMenu instance for display. Null or empty JPopupMenu will no menu displayed.
Modifier and Type | Method and Description |
---|---|
javax.swing.JPopupMenu |
getPopupMenu(TTable table,
java.awt.event.MouseEvent e)
Create popup menu for this TWaver table when
a right click mouse event occur.
|
javax.swing.JPopupMenu getPopupMenu(TTable table, java.awt.event.MouseEvent e)
table
- TTable the table popup should displayed one
- MouseEvent a mouse event encapsulate the mouse right clickingCopyright © 2002 - 2010 Serva Software. All Rights Reserved.