org.argouml.uml.diagram.ui
Class ActionAggregation
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.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
ActionAggregation
protected ActionAggregation(Object a,
String s)
- The constructor.
- Parameters:
a - the aggregation kind objects - "src" or "dest". Anything else is interpreted as "dest".
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.