org.argouml.ui
Class Actions
java.lang.Object
org.argouml.ui.Actions
- All Implemented Interfaces:
- java.util.EventListener, TargetListener
- public class Actions
- extends java.lang.Object
- implements TargetListener
Constructor Summary |
private |
Actions()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_instance
private static Actions _instance
_allActions
static java.util.Vector _allActions
Print
public static UMLAction Print
PageSetup
public static UMLAction PageSetup
Undo
public static UMLAction Undo
Redo
public static UMLAction Redo
Find
public static UMLAction Find
GotoDiagram
public static UMLAction GotoDiagram
NextEditTab
public static UMLAction NextEditTab
ShowRapidButtons
public static UMLAction ShowRapidButtons
CreateMultiple
public static UMLAction CreateMultiple
AutoCritique
public static UMLAction AutoCritique
OpenDecisions
public static UMLAction OpenDecisions
OpenGoals
public static UMLAction OpenGoals
OpenCritics
public static UMLAction OpenCritics
FlatToDo
public static UMLAction FlatToDo
NewToDoItem
public static UMLAction NewToDoItem
Resolve
public static UMLAction Resolve
EmailExpert
public static UMLAction EmailExpert
MoreInfo
public static UMLAction MoreInfo
Snooze
public static UMLAction Snooze
SystemInfo
public static UMLAction SystemInfo
AboutArgoUML
public static UMLAction AboutArgoUML
Actions
private Actions()
getInstance
public static Actions getInstance()
updateAllEnabled
public static void updateAllEnabled()
- Deprecated. as of 0.15.3. Use updateAllEnabled(TargetEvent e) instead.
updateAllEnabled
private static void updateAllEnabled(TargetEvent e)
- Updates all global actions as a consequence of the send TargetEvent.
- Parameters:
e
-
addAction
public static void addAction(javax.swing.AbstractAction newAction)
isGlobalAction
public static boolean isGlobalAction(javax.swing.AbstractAction action)
targetAdded
public void targetAdded(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a target is added to the list of targets.
- Specified by:
targetAdded
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_ADDED- See Also:
TargetListener.targetAdded(org.argouml.ui.targetmanager.TargetEvent)
targetRemoved
public void targetRemoved(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a target is removed from the list of targets
- Specified by:
targetRemoved
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_REMOVED- See Also:
TargetListener.targetRemoved(org.argouml.ui.targetmanager.TargetEvent)
targetSet
public void targetSet(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a total new set of targets is set
- Specified by:
targetSet
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_SET- See Also:
TargetListener.targetSet(org.argouml.ui.targetmanager.TargetEvent)