|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface CustomTablePopupListener This interface is used to define listeners for popup events for the CustomTable. Popup events are triggered by mouse clicks on the table headers. The listeners are responsible to define a dialog that is to presented as a popup and a possible String that should be displayed in the table header.
Method Summary | |
java.lang.String |
getDisplayString()
gets an optional String to be displayed in the table header. |
javax.swing.JDialog |
getPopupDialog()
gets the dialog that is be popped up when the user clicks on a table header. |
Method Detail |
public javax.swing.JDialog getPopupDialog()
public java.lang.String getDisplayString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |