org.argouml.ui.cmd
Class ActionEmailExpert
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.ui.cmd.ToDoItemAction
org.argouml.ui.cmd.ActionEmailExpert
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionEmailExpert
- extends ToDoItemAction
The action to send an email to an expert.
- See Also:
- Serialized Form
ActionEmailExpert
public ActionEmailExpert()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent ae)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
isEnabled
public boolean isEnabled(Object target)
- Overrides:
isEnabled in class ToDoItemAction
- Parameters:
target - the current target
- Returns:
- true if the action icon should be enabled (i.e. not downlighted)
- See Also:
ToDoItemAction.isEnabled(java.lang.Object)