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.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.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
 

Fields in org.argouml.uml.ui declared as AbstractActionAddModelElement
private  AbstractActionAddModelElement UMLMutableLinkedList.addAction
           
 

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.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 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.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-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook