com.lightdev.app.allday.action
Class EditPrefsAction
java.lang.Object
javax.swing.AbstractAction
com.lightdev.app.allday.action.AbstractAllDayAction
com.lightdev.app.allday.action.EditPrefsAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class EditPrefsAction
- extends AbstractAllDayAction
Action to initiate editing of user preferences for application AllDay.
This action is used as a single exit point for any occasions
in AllDay where the application is to exited.
- Version:
- 9, March 10, 2005
- Author:
- Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, Redistribution and use are subject to terms and conditions
of the Light Development Basic License agreement as layed
out in file 'license.txt' accompanying this package.
- See Also:
- Serialized Form
EditPrefsAction
public EditPrefsAction(AllDay app)
actionPerformed
public void actionPerformed(ActionEvent e)
- show the edit preferences dialog when this action is performed
- Specified by:
actionPerformed in interface ActionListener- Overrides:
actionPerformed in class AbstractAllDayAction
- Parameters:
e - event that led to perform this action