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

Packages that use UMLModelElementListModel2
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.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 UMLModelElementListModel2 in org.argouml.uml.ui
 

Constructors in org.argouml.uml.ui with parameters of type UMLModelElementListModel2
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).
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement addAction, AbstractActionNewModelElement newAction)
           
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, javax.swing.JPopupMenu popup, boolean showIcon)
          Constructor that should be used if the developer wishes a customized popupmenu.
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, javax.swing.JPopupMenu popup)
           
UMLList2(UMLModelElementListModel2 dataModel, boolean showIcon)
          Constructor for UMLList2.
UMLList2(UMLModelElementListModel2 dataModel)
           
UMLList2(UMLModelElementListModel2 dataModel, javax.swing.ListCellRenderer renderer)
          Constructor for UMLList2.
UMLLinkedList(UMLModelElementListModel2 dataModel, boolean showIcon)
          Constructor for UMLLinkedList.
UMLLinkedList(UMLModelElementListModel2 dataModel)
           
 

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

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.behavior.collaborations
 class UMLAssociationEndRoleBaseListModel
           
 class UMLAssociationRoleAssociationEndRoleListModel
          List model that shows the AssociationEndRoles belonging to some AssociationRole.
 class UMLAssociationRoleMessageListModel
           
 class UMLClassifierRoleAvailableContentsListModel
          Binary relation list model for available con between classifierroles
 class UMLClassifierRoleAvailableFeaturesListModel
           
 class UMLClassifierRoleBaseListModel
          Shows the bases belonging to some classifierrole.
 class UMLCollaborationConstrainingElementListModel
          Shows the constrainingelements for some collaboration.
 class UMLCollaborationInteractionListModel
           
 class UMLCollaborationRepresentedClassifierListModel
          The list of classifiers represented by some collaboration as shown on the collaboration proppanel
 class UMLCollaborationRepresentedOperationListModel
          The list of operations represented by some collaboration as shown on the collaboration proppanel
 class UMLInteractionContextListModel
           
 class UMLInteractionMessagesListModel
          List model for messages on the interaction proppanel.
 class UMLMessageActionListModel
           
 class UMLMessageInteractionListModel
           
 class UMLMessagePredecessorListModel
           
 class UMLMessageReceiverListModel
           
 class UMLMessageSenderListModel
          Listmodel to show the sender belonging to some message.
 

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

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.behavior.state_machines
 class UMLCallEventOperationListModel
          List model for the operation with a callevent.
 class UMLCompositeStateSubvertexListModel
           
 class UMLEventParameterListModel
          A list model for the parameters belonging to an event
 class UMLGuardTransitionListModel
          The listmodel behind the transition property for a Guard on the Guard's property panel.
 class UMLStateDeferrableEventListModel
           
 class UMLStateDoActivityListModel
           
 class UMLStateEntryListModel
           
 class UMLStateExitListModel
           
 class UMLStateInternalTransition
           
 class UMLStateMachineContextListModel
          Listmodel for the context of a statemachine
 class UMLStateMachineSubmachineStateListModel
           
 class UMLStateMachineTopListModel
           
 class UMLStateMachineTransitionListModel
           
 class UMLStateVertexContainerListModel
           
 class UMLStateVertexIncomingListModel
          Listmodel for the incoming transitions of a Statevertex
 class UMLStateVertexOutgoingListModel
          Listmodel for the outgoing transitions of a StateVertex
 class UMLTransitionEffectListModel
           
 class UMLTransitionGuardListModel
           
 class UMLTransitionSourceListModel
           
 class UMLTransitionStateListModel
           
 class UMLTransitionStatemachineListModel
           
 class UMLTransitionTargetListModel
           
 class UMLTransitionTriggerListModel
           
 

Constructors in org.argouml.uml.ui.behavior.state_machines with parameters of type UMLModelElementListModel2
UMLTransitionTriggerList(UMLModelElementListModel2 dataModel)
          Constructor for UMLTransitionTriggerList.
UMLTransitionEffectList(UMLModelElementListModel2 dataModel)
          Constructor for UMLTransitionTriggerList.
UMLStateExitList(UMLModelElementListModel2 dataModel)
          Constructor for UMLStateEntryList.
UMLStateEntryList(UMLModelElementListModel2 dataModel)
          Constructor for UMLStateEntryList.
UMLStateDoActivityList(UMLModelElementListModel2 dataModel)
          Constructor for UMLStateDoActivityList.
UMLCompositeStateSubvertexList(UMLModelElementListModel2 dataModel)
          Constructor for UMLCompositeStateSubvertexList.
 

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

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.behavior.use_cases
 class UMLExtendExtensionPointListModel
           
 class UMLExtensionPointExtendListModel
           
 class UMLExtensionPointUseCaseListModel
           
 class UMLUseCaseExtendListModel
          A model that shows the extend relationships for some usecase
 class UMLUseCaseExtensionPointListModel
           
 class UMLUseCaseIncludeListModel
           
 

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

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.foundation.core
 class UMLAssociationAssociationRoleListModel
           
 class UMLAssociationConnectionListModel
           
 class UMLAssociationEndAssociationListModel
           
 class UMLAssociationEndSpecificationListModel
           
 class UMLAssociationLinkListModel
           
 class UMLAttributeInitialValueListModel
           
 class UMLClassAttributeListModel
          $Revision: 1.3 $
 class UMLClassifierAssociationEndListModel
           
 class UMLClassifierClassifierInStateListModel
           
 class UMLClassifierClassifierRoleListModel
           
 class UMLClassifierCollaborationListModel
           
 class UMLClassifierCreateActionListModel
           
 class UMLClassifierFeatureListModel
           
 class UMLClassifierInstanceListModel
           
 class UMLClassifierObjectFlowStateListModel
           
 class UMLClassifierParameterListModel
           
 class UMLClassifierParticipantListModel
           
 class UMLClassifierPowertypeRangeListModel
           
 class UMLClassifierStructuralFeatureListModel
           
 class UMLClassOperationListModel
          $Revision: 1.3 $
 class UMLDependencyClientListModel
           
 class UMLDependencySupplierListModel
           
 class UMLFeatureOwnerListModel
           
 class UMLGeneralizableElementGeneralizationListModel
           
 class UMLGeneralizableElementSpecializationListModel
           
 class UMLModelElementClientDependencyListModel
          The listmodel of the client dependencies for some modelelement
 class UMLModelElementConstraintListModel
           
 class UMLModelElementElementResidenceListModel
           
 class UMLModelElementNamespaceListModel
           
 class UMLModelElementSourceFlowListModel
           
 class UMLModelElementSupplierDependencyListModel
           
 class UMLModelElementTargetFlowListModel
           
 class UMLNamespaceOwnedElementListModel
           
 



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