|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TablePopupMenuCustomizer
An interface to allow user to customize for the TablePopupMenuInstaller.
Method Summary | |
---|---|
void |
customizePopupMenu(JTable table,
JPopupMenu popup,
int clickingRow,
int clickingColumn)
Customizes the popup menu. |
Method Detail |
---|
void customizePopupMenu(JTable table, JPopupMenu popup, int clickingRow, int clickingColumn)
table
- the tablepopup
- the popup menu to be displayedclickingRow
- the row index clickedclickingColumn
- the column index clicked
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |