|
||||||||||
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.LectureListener
public class Author.LectureListener
ActionListener for "Lecture" menu.
- this listener is for JMenuItems only
- for RadioButtonMenuItems is implemented
LectureItemListener
Constructor Summary | |
---|---|
Author.LectureListener()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Recognizes the performed action in menu item "Lecture": Select - calls selectLecture to select a lectureSave - calls saveLecture to save the lectureNew - calls newLecture
to create a new lectureDelete - calls removeLecture to delete a lecture |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Author.LectureListener()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
selectLecture
to select a lecturesaveLecture
to save the lecturenewLecture
to create a new lectureremoveLecture
to delete a lecture
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |