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

Packages that use AbstractActionAddModelElement
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
org.argouml.uml.ui.behavior.activity_graphs Properties panels for the activity diagram. 
org.argouml.uml.ui.behavior.collaborations Properties panels for the behavior.collaborations uml package  
org.argouml.uml.ui.behavior.common_behavior Properties panels for the behavior.common_behavior uml package  
org.argouml.uml.ui.behavior.state_machines Properties panels for the behavior.state_machines uml package  
org.argouml.uml.ui.behavior.use_cases Properties panels for the behavior.use_cases uml package  
org.argouml.uml.ui.foundation.core Properties panels for the foundation.core uml package  
 

Uses of AbstractActionAddModelElement in org.argouml.uml.ui
 

Methods in org.argouml.uml.ui that return AbstractActionAddModelElement
 AbstractActionAddModelElement UMLMutableLinkedList.getAddAction()
          Returns the addAction.
 

Methods in org.argouml.uml.ui with parameters of type AbstractActionAddModelElement
 void UMLMutableLinkedList.setAddAction(AbstractActionAddModelElement action)
          Sets the addAction.
 

Constructors in org.argouml.uml.ui with parameters of type AbstractActionAddModelElement
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement theAddAction, AbstractActionNewModelElement theNewAction, AbstractActionRemoveElement theDeleteAction, boolean showIcon)
          Constructor that should be used if the developer wishes the popupmenu to be constructed via the actions (as described in the javadoc of this class itself).
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement theAddAction, AbstractActionNewModelElement theNewAction)
          The constructor.
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement theAddAction)
          The constructor.
 

Uses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.activity_graphs
 

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.activity_graphs
 class ActionAddEventAsTrigger
          Provide a dialog which helps the user to select one event out of an existing list, which will be used as the trigger of the transition.
 

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

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.collaborations
 class ActionAddClassifierRoleBase
           
 class ActionAddMessagePredecessor
          Action to add a predecessor to some message.
 

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

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.common_behavior
 class ActionAddContextSignal
          This action adds a context to a signal.
 class ActionAddCreateActionInstantiation
          This action binds Instances to one Classifiers, which declare its structure and behaviour.
 class ActionAddInstanceClassifier
          This action binds Instances to one or more Classifiers, which declare its structure and behaviour.
 

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

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.state_machines
 class ActionAddEventAsDeferrableEvent
          Provide a dialog which helps the user to select one event out of an existing list, which will be used as the trigger of the transition.
 

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

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.behavior.use_cases
 class ActionAddExtendExtensionPoint
           
 

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

Subclasses of AbstractActionAddModelElement in org.argouml.uml.ui.foundation.core
 class ActionAddAssociationSpecification
           
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook