de.uni_paderborn.fujaba.uml.actions
Class LogicalStoryPatternAction
java.lang.Object
javax.swing.AbstractAction
de.uni_paderborn.fujaba.uml.actions.CreateSuccessorAbstractAction
de.uni_paderborn.fujaba.uml.actions.LogicalStoryPatternAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- Direct Known Subclasses:
- PushStoryForwardAction
- public class LogicalStoryPatternAction
- extends CreateSuccessorAbstractAction
- Version:
- $Revision: 1.20 $
- Author:
- $Author: cschneid $
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.AbstractAction |
|
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 |
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 |
LogicalStoryPatternAction
public LogicalStoryPatternAction()
createNewActivity
public UMLActivity createNewActivity()
- No comment provided by developer, please add a comment to improve documentation.
- Specified by:
createNewActivity
in class CreateSuccessorAbstractAction
- Returns:
- No description provided
createNewActivity
public UMLActivity createNewActivity(UMLStoryActivity newActivity)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
newActivity
- No description provided
- Returns:
- No description provided
copyLocations
private void copyLocations(UMLDiagramItem item,
UMLDiagramItem newItem,
UMLStoryPattern storyPattern,
UMLStoryPattern newStoryPattern)
- copy the UnparseInformation from one item to a new one
- Parameters:
item
- old item (source)newItem
- new item (destination)storyPattern
- pattern of the old itemnewStoryPattern
- pattern of the new item