org.argouml.uml.diagram.ui
Class ActionAggregation

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.tigris.gef.undo.UndoableAction
          extended byorg.argouml.uml.diagram.ui.ActionAggregation
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable

public class ActionAggregation
extends org.tigris.gef.undo.UndoableAction

Action to set the Aggregation kind.

See Also:
Serialized Form

Field Summary
 
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
protected ActionAggregation(Object a, String s)
          The constructor.
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
static org.tigris.gef.undo.UndoableAction getDestAgg()
           
static org.tigris.gef.undo.UndoableAction getDestAggComposite()
           
static org.tigris.gef.undo.UndoableAction getDestAggNone()
           
static org.tigris.gef.undo.UndoableAction getSrcAgg()
           
static org.tigris.gef.undo.UndoableAction getSrcAggComposite()
           
static org.tigris.gef.undo.UndoableAction getSrcAggNone()
           
 boolean isEnabled()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAggregation

protected ActionAggregation(Object a,
                            String s)
The constructor.

Parameters:
a - the aggregation kind object
s - "src" or "dest". Anything else is interpreted as "dest".
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

isEnabled

public boolean isEnabled()
Returns:
true if the action is enabled
See Also:
AbstractAction.isEnabled()

getSrcAgg

public static org.tigris.gef.undo.UndoableAction getSrcAgg()
Returns:
Returns the srcAgg.

getDestAgg

public static org.tigris.gef.undo.UndoableAction getDestAgg()
Returns:
Returns the destAgg.

getSrcAggComposite

public static org.tigris.gef.undo.UndoableAction getSrcAggComposite()
Returns:
Returns the srcAggComposite.

getDestAggComposite

public static org.tigris.gef.undo.UndoableAction getDestAggComposite()
Returns:
Returns the destAggComposite.

getSrcAggNone

public static org.tigris.gef.undo.UndoableAction getSrcAggNone()
Returns:
Returns the srcAggNone.

getDestAggNone

public static org.tigris.gef.undo.UndoableAction getDestAggNone()
Returns:
Returns the destAggNone.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook