|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.el.author.gui.Author.TaskListener
public class Author.TaskListener
ActionListener for "Task" menu.
- this listener is for JMenuItems only
- for RadioButtonMenuItems is implemented
TaskItemListener
Constructor Summary | |
---|---|
Author.TaskListener()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Recognizes the performed action in menu item "Task": Select - calls selectTask to select a taskSave - calls saveTask to save the taskNew - calls newTask
to create a new taskDelete - calls removeTask to delete a task |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Author.TaskListener()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
selectTask
to select a tasksaveTask
to save the tasknewTask
to create a new taskremoveTask
to delete a task
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |