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

Packages that use AbstractActionRemoveElement
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  
 

Uses of AbstractActionRemoveElement in org.argouml.uml.ui
 

Subclasses of AbstractActionRemoveElement in org.argouml.uml.ui
 class ActionRemoveModelElement
          Action to delete modelelements from the model without navigating to/from them.
 

Methods in org.argouml.uml.ui that return AbstractActionRemoveElement
 AbstractActionRemoveElement UMLMutableLinkedList.getDeleteAction()
          Returns the deleteAction.
 

Methods in org.argouml.uml.ui with parameters of type AbstractActionRemoveElement
 void UMLMutableLinkedList.setDeleteAction(AbstractActionRemoveElement deleteAction)
          Sets the deleteAction.
 

Constructors in org.argouml.uml.ui with parameters of type AbstractActionRemoveElement
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement addAction, AbstractActionNewModelElement newAction, AbstractActionRemoveElement deleteAction, 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).
 

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

Subclasses of AbstractActionRemoveElement in org.argouml.uml.ui.behavior.collaborations
 class ActionRemoveClassifierRoleBase
          Action to remove a base from a classifierrole.
 



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