Uses of Class
org.argouml.uml.ui.UMLAction

Packages that use UMLAction
org.argouml.cognitive.ui Package Specification (none) Related Documentation (none) 
org.argouml.language.ui   
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc.  
org.argouml.uml.diagram.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui.behavior.collaborations Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui.behavior.common_behavior Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui.behavior.state_machines Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui.behavior.use_cases Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui.foundation.core Package Specification (none) Related Documentation (none) 
 

Uses of UMLAction in org.argouml.cognitive.ui
 

Fields in org.argouml.cognitive.ui declared as UMLAction
static UMLAction TabToDo._actionNewToDoItem
           
static UMLAction TabToDo._actionResolve
           
static UMLAction TabToDo._actionEmailExpert
           
static UMLAction TabToDo._actionSnooze
           
 

Uses of UMLAction in org.argouml.language.ui
 

Subclasses of UMLAction in org.argouml.language.ui
 class ActionNotation
          Allows selection of a default notation.
 

Uses of UMLAction in org.argouml.ui
 

Subclasses of UMLAction in org.argouml.ui
 class ActionAutoResize
          A class to keep track of the users desire to have his diagram nodes automatically resized.
 class ActionGoToCritique
           
 class ActionGoToDetails
           
 class ActionGoToEdit
           
 class ActionSaveConfiguration
          Action for handling Argo configuration save
 class ActionSettings
          Action object for handling Argo settings
 

Fields in org.argouml.ui declared as UMLAction
static UMLAction Actions.Print
           
static UMLAction Actions.PageSetup
           
static UMLAction Actions.Undo
           
static UMLAction Actions.Redo
           
static UMLAction Actions.NavBack
           
static UMLAction Actions.NavForw
           
static UMLAction Actions.NavConfig
           
static UMLAction Actions.Find
           
static UMLAction Actions.GotoDiagram
           
static UMLAction Actions.NextEditTab
           
static UMLAction Actions.ShowRapidButtons
           
static UMLAction Actions.CreateMultiple
           
static UMLAction Actions.AutoCritique
           
static UMLAction Actions.OpenDecisions
           
static UMLAction Actions.OpenGoals
           
static UMLAction Actions.OpenCritics
           
static UMLAction Actions.FlatToDo
           
static UMLAction Actions.NewToDoItem
           
static UMLAction Actions.Resolve
           
static UMLAction Actions.EmailExpert
           
static UMLAction Actions.MoreInfo
           
static UMLAction Actions.Snooze
           
static UMLAction Actions.SystemInfo
           
static UMLAction Actions.AboutArgoUML
           
 

Uses of UMLAction in org.argouml.uml.diagram.ui
 

Subclasses of UMLAction in org.argouml.uml.diagram.ui
 class ActionAddExistingEdge
           
 class ActionAddExistingNode
           
 

Uses of UMLAction in org.argouml.uml.ui
 

Subclasses of UMLAction in org.argouml.uml.ui
 class AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
 class AbstractActionNewModelElement
           
 class AbstractActionRemoveElement
          Base class for remove actions.
 class ActionActivityDiagram
          Action to trigger creation of a new activity diagram.
 class ActionAddAttribute
          Action to add an attribute to a classifier.
 class ActionAddDiagram
          Abstract class that is the parent of all actions adding diagrams to ArgoUML.
 class ActionAddExtensionPoint
          A class to implement the addition of extension points to use cases. This is a singleton.
 class ActionAddMessage
          Action to add a message.
 class ActionAddNote
          Action to add a note.
 class ActionAddOperation
          Action to add an operation to a classifier.
 class ActionAddPackage
          Action to add a package to the selected model element in the nav pane.
 class ActionAddTopLevelPackage
           
 class ActionAggregation
           
 class ActionClassDiagram
          Action to trigger creation of new class diagram.
 class ActionCollaborationDiagram
          Action to trigger creation of new collaboration diagram.
 class ActionCompartmentDisplay
          A class to implement the actions involved in hiding and showing compartments on interfaces, classes and use cases. This implementation extended to handle compartments for extension points on use cases. The class declares a number of static instances, each with an actionPerformed method that performs the required action.
 class ActionCopy
           
 class ActionCut
           
 class ActionDeleteFromDiagram
          deletes an modelelement from the diagram, but not from the model.
 class ActionDeploymentDiagram
          Action to trigger creation of a deployment diagram.
 class ActionEmptyTrash
          Action to empty the trashcan.
 class ActionExit
          Action to exit ArgoUML.
 class ActionGenerateAll
          Action to trigger code generation for one or more classes.
 class ActionGenerateOne
          Action to trigger creation of one class to source.
 class ActionGenerateProjectCode
          Action to trigger code generation for all classes/interfaces in the project, which have a source code path set in tagged value 'src_path'
 class ActionGenerationSettings
          Action for viewing/editing source path settings of model elements
 class ActionImportFromSources
          Action to trigger importing from sources.
 class ActionLayout
           
 class ActionLoadModelFromDB
           
 class ActionModifier
          A class to perform the action of changing value of the modifiers on a package, use case, interface or class.
 class ActionMultiplicity
           
 class ActionNavigability
          A class to perform the action of changing the unidirectional or bidirectional navigation of an association.
 class ActionNew
          Action to trigger creation of a new project.
 class ActionOpenProject
          Action that loads the project.
 class ActionPaste
           
 class ActionProperties
          Action to select the properties tab.
 class ActionRemoveFromModel
          Action for removing (moving to trash) objects from the model.
 class ActionRemoveModelElement
          Action to delete modelelements from the model without navigating to/from them.
 class ActionSaveGIF
          Wraps a CmdSaveGIF to allow selection of an output file.
 class ActionSaveGraphics
          Wraps a CmdSaveGIF or CmdSave(E)PS to allow selection of an output file.
 class ActionSaveProject
          Action that saves the project.
 class ActionSaveProjectAs
          Action to save project under name.
 class ActionSequenceDiagram
          Action to add a new sequence diagram.
 class ActionSetMultiplicity
          Framework action to set the multiplicity of some modelelement.
 class ActionSetSourcePath
          Action to choose and set source path for model elements
 class ActionStateDiagram
          Action to create a new state diagram.
 class ActionStoreModelToDB
           
 class ActionUseCaseDiagram
          Action to create a new use case diagram.
 class ActionZoom
           
 class UMLChangeAction
           
 

Fields in org.argouml.uml.ui declared as UMLAction
static UMLAction ActionMultiplicity.SrcMultOne
           
static UMLAction ActionMultiplicity.DestMultOne
           
static UMLAction ActionMultiplicity.SrcMultZeroToOne
           
static UMLAction ActionMultiplicity.DestMultZeroToOne
           
static UMLAction ActionMultiplicity.SrcMultZeroToMany
           
static UMLAction ActionMultiplicity.DestMultZeroToMany
           
static UMLAction ActionMultiplicity.SrcMultOneToMany
           
static UMLAction ActionMultiplicity.DestMultOneToMany
           
static UMLAction ActionAggregation.SrcAgg
           
static UMLAction ActionAggregation.DestAgg
           
static UMLAction ActionAggregation.SrcAggComposite
           
static UMLAction ActionAggregation.DestAggComposite
           
static UMLAction ActionAggregation.SrcAggNone
           
static UMLAction ActionAggregation.DestAggNone
           
static UMLAction ActionCompartmentDisplay.ShowAttrCompartment
          Static instance to show the attribute compartment of a class.
static UMLAction ActionCompartmentDisplay.HideAttrCompartment
          Static instance to hide the attribute compartment of a class.
static UMLAction ActionCompartmentDisplay.ShowOperCompartment
          Static instance to show the operation compartment of a class.
static UMLAction ActionCompartmentDisplay.HideOperCompartment
          Static instance to hide the operation compartment of a class.
static UMLAction ActionCompartmentDisplay.ShowExtPointCompartment
          Static instance to show the extension point compartment of a use case.
static UMLAction ActionCompartmentDisplay.HideExtPointCompartment
          Static instance to hide the extension point compartment of a use case.
static UMLAction ActionCompartmentDisplay.ShowAllCompartments
          Static instance to show both compartments of a class.
static UMLAction ActionCompartmentDisplay.HideAllCompartments
          Static instance to hide both compartments of a class.
 

Constructors in org.argouml.uml.ui with parameters of type UMLAction
UMLComboBox2(UMLComboBoxModel2 arg0, UMLAction action, boolean showIcon)
          Constructor for UMLMessageActivatorComboBox.
UMLComboBox2(UMLComboBoxModel2 arg0, UMLAction action)
           
UMLEditableComboBox(UMLComboBoxModel2 model, UMLAction selectAction, boolean showIcon)
           
UMLEditableComboBox(UMLComboBoxModel2 arg0, UMLAction selectAction)
           
UMLSearchableComboBox(UMLComboBoxModel2 model, UMLAction selectAction, boolean showIcon)
          Constructor for UMLSearchableComboBox.
UMLSearchableComboBox(UMLComboBoxModel2 arg0, UMLAction selectAction)
          Constructor for UMLSearchableComboBox.
UMLMultiplicityComboBox2(UMLComboBoxModel2 arg0, UMLAction selectAction)
          Constructor for UMLMultiplicityComboBox2.
 

Uses of UMLAction in org.argouml.uml.ui.behavior.collaborations
 

Subclasses of UMLAction in org.argouml.uml.ui.behavior.collaborations
 class ActionAddClassifierRoleBase
           
 class ActionAddMessagePredecessor
          Action to add a predecessor to some message.
 class ActionRemoveClassifierRoleBase
          Action to remove a base from a classifierrole.
 class ActionSetAssociationRoleBase
           
 

Uses of UMLAction in org.argouml.uml.ui.behavior.common_behavior
 

Subclasses of UMLAction in org.argouml.uml.ui.behavior.common_behavior
 class ActionNewAction
           
 class ActionNewCallAction
           
 class ActionNewCreateAction
           
 class ActionNewDestroyAction
           
 class ActionNewReturnAction
           
 class ActionNewSendAction
           
 class ActionNewTerminateAction
           
 class ActionNewUninterpretedAction
           
 

Uses of UMLAction in org.argouml.uml.ui.behavior.state_machines
 

Subclasses of UMLAction in org.argouml.uml.ui.behavior.state_machines
 class ActionNewCallEvent
           
 class ActionNewChangeEvent
           
 class ActionNewCompositeState
           
 class ActionNewEvent
           
 class ActionNewFinalState
           
 class ActionNewGuard
           
 class ActionNewPseudoState
           
 class ActionNewSignalEvent
           
 class ActionNewSimpleState
           
 class ActionNewStubState
           
 class ActionNewSubmachineState
           
 class ActionNewSynchState
           
 class ActionNewTimeEvent
           
 class ActionNewTransition
          Action to create a new transition, either an internal transition or a transition between two states.
 class ActionSetCompositeStateConcurrent
           
 class ActionSetSubmachineStateSubmachine
           
 

Uses of UMLAction in org.argouml.uml.ui.behavior.use_cases
 

Subclasses of UMLAction in org.argouml.uml.ui.behavior.use_cases
 class ActionAddExtendExtensionPoint
           
 class ActionNewExtendExtensionPoint
           
 class ActionNewUseCaseExtensionPoint
           
 class ActionSetExtendBase
          Sets the base of an extend.
 class ActionSetExtendExtension
           
 class ActionSetIncludeAddition
           
 class ActionSetIncludeBase
           
 

Uses of UMLAction in org.argouml.uml.ui.foundation.core
 

Subclasses of UMLAction in org.argouml.uml.ui.foundation.core
 class ActionAddAssociationSpecification
           
 class ActionNewModelElementConstraint
           
 class ActionSetAssociationEndAggregation
           
 class ActionSetAssociationEndChangeability
           
 class ActionSetAssociationEndNavigable
           
 class ActionSetAssociationEndOrdering
           
 class ActionSetAssociationEndTargetScope
           
 class ActionSetAssociationEndType
           
 class ActionSetElementOwnershipSpecification
           
 class ActionSetFeatureOwner
           
 class ActionSetFeatureOwnerScope
           
 class ActionSetFlowSource
           
 class ActionSetGeneralizableElementAbstract
           
 class ActionSetGeneralizableElementLeaf
           
 class ActionSetGeneralizableElementRoot
           
 class ActionSetGeneralizationPowertype
           
 class ActionSetModelElementNamespace
           
 class ActionSetModelElementStereotype
           
 class ActionSetModelElementVisibility
           
 class ActionSetParameterType
           
 class ActionSetStructuralFeatureChangeability
           
 class ActionSetStructuralFeatureMultiplicity
          Action to set the multiplicity of a structural feature.
 class ActionSetStructuralFeatureTargetScope
           
 class ActionSetStructuralFeatureType
           
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook