|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface that objects can implement to allow arlut.csd.JTable tables to report when a row is selected.
rowTable| Method Summary | |
void |
rowDoubleSelected(java.lang.Object key)
Called when a row is double selected (double clicked) in rowTable |
void |
rowMenuPerformed(java.lang.Object key,
java.awt.event.ActionEvent event)
Called when a row is unselected in rowTable |
void |
rowSelected(java.lang.Object key)
Called when a row is selected in rowTable |
void |
rowUnSelected(java.lang.Object key,
boolean endSelected)
Called when a row is unselected in rowTable |
| Method Detail |
public void rowSelected(java.lang.Object key)
key - Hash key for the selected rowpublic void rowDoubleSelected(java.lang.Object key)
key - Hash key for the selected row
public void rowUnSelected(java.lang.Object key,
boolean endSelected)
key - Hash key for the unselected rowendSelected - false if the callback should assume that the final
state of the system due to the user's present
action will have no row selected
public void rowMenuPerformed(java.lang.Object key,
java.awt.event.ActionEvent event)
key - Hash key for the row on which the popup menu item was performedevent - the original ActionEvent from the popupmenu.
See event.getSource() to identify the menu item performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||