com.ontimize.gui.table
Class Table.DeleteItemListener
java.lang.Object
com.ontimize.gui.table.Table.DeleteItemListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- Table
- protected class Table.DeleteItemListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Class that implement an action listener that deletes the selected report.
The selected report corresponds to the command of the action.
|
Field Summary |
protected java.util.ResourceBundle |
bundle
|
protected java.lang.String |
DELETE_KEY
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETE_KEY
protected java.lang.String DELETE_KEY
bundle
protected java.util.ResourceBundle bundle
Table.DeleteItemListener
public Table.DeleteItemListener(java.util.ResourceBundle resource)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
setResourceBundle
public void setResourceBundle(java.util.ResourceBundle bundle)