|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rolodex.CancelAddButtonListener
Class CancelAddButtonListener is attached to the Cancel button in the add card dialog. It is an example of referential transparency of design. See the documentation for OKAddButtonListener for further discussion of referential transparency.
Field Summary | |
protected RolodexMenuUI |
rmui
The lexical grandparent view |
Constructor Summary | |
CancelAddButtonListener(RolodexMenuUI rmui)
Construct this with the given grandparent rolodex view. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Respond to a press of this button by calling RolodexMenuUI.showEmptyDialog. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected RolodexMenuUI rmui
Constructor Detail |
public CancelAddButtonListener(RolodexMenuUI rmui)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |