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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Print
public static UMLAction Print
PageSetup
public static UMLAction PageSetup
Undo
public static UMLAction Undo
Redo
public static UMLAction Redo
NavConfig
public static UMLAction NavConfig
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
getInstance
public static Actions getInstance()
updateAllEnabled
public static void updateAllEnabled()
- Deprecated. use updateAllEnabled(TargetEvent e) instead.
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)