com.lightdev.app.allday.action
Class AboutAppAction
java.lang.Object
javax.swing.AbstractAction
com.lightdev.app.allday.action.AbstractAllDayAction
com.lightdev.app.allday.action.AboutAppAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class AboutAppAction
- extends AbstractAllDayAction
Show an about dialog for application AllDay.
- 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
RB_KEY_ABOUT_DIALOG_TITLE
public static final String RB_KEY_ABOUT_DIALOG_TITLE
- See Also:
- Constant Field Values
AboutAppAction
public AboutAppAction(DefaultApplication app)
- constructor
- Parameters:
app - the application this action should act uponname - the name of this action
actionPerformed
public void actionPerformed(ActionEvent e)
- show the about 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