public interface PopupMenuGenerator
Modifier and Type | Method and Description |
---|---|
javax.swing.JPopupMenu |
generate(TView tview,
java.awt.event.MouseEvent mouseEvent)
Generate JPopupMenu associated with given tview and mouse event.
|
javax.swing.JPopupMenu generate(TView tview, java.awt.event.MouseEvent mouseEvent)
tview
- TView the tview that is clicked.mouseEvent
- MouseEvent the mouse clicked event.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.