org.argouml.uml.ui
Class ActionNavigateContainerElement
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.AbstractActionNavigate
org.argouml.uml.ui.ActionNavigateContainerElement
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable, TargetListener
- public class ActionNavigateContainerElement
- extends AbstractActionNavigate
Navigate to container of the element.
- See Also:
Facade.getModelElementContainer(Object),
Serialized Form
ActionNavigateContainerElement
public ActionNavigateContainerElement()
navigateTo
protected Object navigateTo(Object source)
- Description copied from class:
AbstractActionNavigate
- Abstract method to do the navigation. The actual navigation is performed
by actionPerformed.
- Specified by:
navigateTo in class AbstractActionNavigate
- Parameters:
source - the object to navigate from
- Returns:
- the object to navigate to