|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.gui.table.ButtonCellEditorListener
The ButtonCellEditorListener represents an action
listener invoked when a button is clicked on the table cell.
It provides a framework to access the editing object.
| Field Summary | |
protected ButtonCellEditor |
editor
The cell editir. |
protected java.lang.Object |
object
The object to edit. |
| Constructor Summary | |
ButtonCellEditorListener()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the menus is selected. |
void |
setEditingObject(java.lang.Object object,
ButtonCellEditor editor)
Sets the editing object. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.Object object
protected ButtonCellEditor editor
| Constructor Detail |
public ButtonCellEditorListener()
| Method Detail |
public void setEditingObject(java.lang.Object object,
ButtonCellEditor editor)
object - the object to edit.editor - the cell editor.public void actionPerformed(java.awt.event.ActionEvent e)
e - contains the selected menu item.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||