org.jurvis.swing.actions
Class JvUnimplementedAction
java.lang.Object
javax.swing.AbstractAction
org.jurvis.swing.actions.JvUnimplementedAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class JvUnimplementedAction
- extends AbstractAction
A placeholder for an action that has not been implemented yet. Invoking
this action causes a dialog to be displayed. The name of the displayed
dialog is "unimplementedDialog" and jurvis.properties contains
a default title and text message.
It is intended that all menu bar and tool bar items be created before all
the actions are implemented. Objects of this class may be used with the
real action names so that the GUI will look like the finished product.
- Author:
- Neil W. Weber
- See Also:
- Serialized Form
|
Field Summary |
protected Component |
parent
Component the warning dialog will be centered within. |
parent
protected Component parent
- Component the warning dialog will be centered within.
JvUnimplementedAction
public JvUnimplementedAction(Component parent,
String name)
- Create an
UnimplementedAction with the specified name.
- Parameters:
parent - component the warning dialog will be centered withinname - the name of the action
actionPerformed
public void actionPerformed(ActionEvent e)
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.