org.argouml.uml.ui
Class ActionNavigability
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.ActionNavigability
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Deprecated. as of 0.15.2 replace with ActionNavigability
, remove 0.15.3, alexb
- public class ActionNavigability
- extends UMLAction
A class to perform the action of changing the unidirectional or
bidirectional navigation of an association.
- See Also:
- Serialized Form
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary |
(package private) java.lang.Object |
assocEnd
Deprecated. |
(package private) java.lang.Object |
assocStart
Deprecated. |
static int |
BIDIRECTIONAL
Deprecated. |
static int |
ENDTOSTART
Deprecated. |
(package private) int |
nav
Deprecated. |
static int |
STARTTOEND
Deprecated. |
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 |
ActionNavigability(java.lang.String label,
java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
Deprecated. |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Deprecated. To perform the action of changing navigability |
private static java.lang.String |
getDescription(java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
Deprecated. |
static ActionNavigability |
newActionNavigability(java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
Deprecated. The ActionNavigability constructor. |
boolean |
shouldBeEnabled()
Deprecated. The is action is always enabled. |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIDIRECTIONAL
public static final int BIDIRECTIONAL
- Deprecated.
- See Also:
- Constant Field Values
STARTTOEND
public static final int STARTTOEND
- Deprecated.
- See Also:
- Constant Field Values
ENDTOSTART
public static final int ENDTOSTART
- Deprecated.
- See Also:
- Constant Field Values
nav
int nav
- Deprecated.
assocStart
java.lang.Object assocStart
- Deprecated.
assocEnd
java.lang.Object assocEnd
- Deprecated.
ActionNavigability
protected ActionNavigability(java.lang.String label,
java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
- Deprecated.
newActionNavigability
public static ActionNavigability newActionNavigability(java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
- Deprecated.
- The
ActionNavigability
constructor.
- Parameters:
assocStart
- a MAssociationEnd
object at the
start of an association.assocEnd
- a MAssociationEnd
object at the
end of an association.nav
- the type of navigation required in the association
being either:
- BIDIRECTIONAL
- STARTTOEND
- ENDTOSTART
getDescription
private static java.lang.String getDescription(java.lang.Object assocStart,
java.lang.Object assocEnd,
int nav)
- Deprecated.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Deprecated.
- To perform the action of changing navigability
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Overrides:
actionPerformed
in class UMLAction
shouldBeEnabled
public boolean shouldBeEnabled()
- Deprecated.
- The is action is always enabled.
- Overrides:
shouldBeEnabled
in class UMLAction
- Returns:
- true if the action should be available.