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

Packages that use UMLModelElementListModel
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.use_cases Package Specification (none) Related Documentation (none) 
 

Uses of UMLModelElementListModel in org.argouml.uml.ui
 

Subclasses of UMLModelElementListModel in org.argouml.uml.ui
 class UMLActivatorListModel
           
 class UMLAssociationEndListModel
          An UMLAssociationEndListModel is used with UMLList to present a list of association ends that are connected with a classifier.
 class UMLAssociationsListModel
          This class implements a list model for the subpackages of a package.
 class UMLAttributesClassifierRoleListModel
           
 class UMLAttributesListModel
          This class implements a list model for the attributes of a classifier.
 class UMLBinaryRelationListModel
          The base class for models behind scrollpanes for binary relations like the association pane on PropPanelUsecase
 class UMLClassifierListModel
           
 class UMLClassifiersListModel
          This class implements a list model for the subpackages of a package.
 class UMLClientDependencyListModel
           
 class UMLConnectionListModel
           
 class UMLGeneralizationListModel
          A concrete class to provide the list of model elements that are generalizations of some other element. This list should support the full set of "Open", "Add", "Delete" Where there is no entry, the default text is "none".
 class UMLGeneralizationsListModel
          Deprecated.  
 class UMLModelElementCachedListModel
           
 class UMLModelElementListLinkModel
          An abstract list model which allows linking to existing artifacts in the UML model. In addition to the menu associated with UMLModelElementListModel (Open, Add, Delete, Move Up, Move Down), this also provides a "Link" menu entry, with sub-entries which are valid existing entries that may be linked to. For the "Link" sub-list, we divide the entries in to two categories, those that make good semantic sense, and those that make only syntactic sense.
 class UMLOperationsListModel
           
 class UMLOwnedElementListModel
          This class implements is a abstract base for UMLPackagesListModel, UMLClassifiersListModel and other classes that display a subset of the owned elements of a namespace.
 class UMLPackagesListModel
          This class implements a list model for the subpackages of a package.
 class UMLReflectionListModel
          This class is an implements a list model using reflection.
 class UMLSpecializationListModel
          A concrete class to provide the list of model elements that are specializations of some other element. This list should support the full set of "Open", "Add", "Delete", "Move Up" and "Move Down" in its context sensitive menu. Where there is no entry, the default text is "null".
 class UMLStimulusListModel
           
 

Constructors in org.argouml.uml.ui with parameters of type UMLModelElementListModel
UMLList(UMLModelElementListModel listModel, boolean navigate)
           
 

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

Subclasses of UMLModelElementListModel in org.argouml.uml.ui.behavior.collaborations
 class UMLClassifierRoleAssociationRoleListModel
          Binary relation list model for associationsroles between classifierroles
 

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

Subclasses of UMLModelElementListModel in org.argouml.uml.ui.behavior.use_cases
 class UMLActorAssociationListModel
          Binary relation list model for associations with actors
 class UMLExtendedUseCasesListModel
           
 class UMLExtendListModel
          A list model for the extend relationship on use case and extension point property panels. Supports the full menu (Open, Add, Delete, Move Up, Move Down).
 class UMLIncludeListModel
          A list model for the include relationship on use case property panels. Supports the full menu (Open, Add, Delete, Move Up, Move Down).
 class UMLUseCaseAssociationListModel
          Binary relation list model for associations with usecases
 



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