|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in org.argouml.uml.ui declared as AbstractActionRemoveElement | |
private AbstractActionRemoveElement |
UMLMutableLinkedList._deleteAction
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |