org.jurvis.swing.actions
Class JvUnimplementedAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by 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.
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
JvUnimplementedAction(Component parent, String name)
          Create an UnimplementedAction with the specified name.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected Component parent
Component the warning dialog will be centered within.

Constructor Detail

JvUnimplementedAction

public JvUnimplementedAction(Component parent,
                             String name)
Create an UnimplementedAction with the specified name.

Parameters:
parent - component the warning dialog will be centered within
name - the name of the action
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.