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


Field Summary
static UMLAction AboutArgoUML
           
static UMLAction AutoCritique
           
static UMLAction CreateMultiple
           
static UMLAction EmailExpert
           
static UMLAction Find
           
static UMLAction FlatToDo
           
static UMLAction GotoDiagram
           
static UMLAction MoreInfo
           
static UMLAction NavConfig
           
static UMLAction NewToDoItem
           
static UMLAction NextEditTab
           
static UMLAction OpenCritics
           
static UMLAction OpenDecisions
           
static UMLAction OpenGoals
           
static UMLAction PageSetup
           
static UMLAction Print
           
static UMLAction Redo
           
static UMLAction Resolve
           
static UMLAction ShowRapidButtons
           
static UMLAction Snooze
           
static UMLAction SystemInfo
           
static UMLAction Undo
           
 
Method Summary
static void addAction(javax.swing.AbstractAction newAction)
           
static Actions getInstance()
           
static boolean isGlobalAction(javax.swing.AbstractAction action)
           
 void targetAdded(TargetEvent e)
          Fired when a target is added to the list of targets.
 void targetRemoved(TargetEvent e)
          Fired when a target is removed from the list of targets
 void targetSet(TargetEvent e)
          Fired when a total new set of targets is set
static void updateAllEnabled()
          Deprecated. use updateAllEnabled(TargetEvent e) instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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)


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook