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.activity_graphs Properties panels for the activity diagram. 
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.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
 

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui
 class UMLModelElementElementResidenceListModel
           
 class UMLModelElementOrderedListModel2
          This class resembles UMLModelElementListModel2, but is for those associations in the metamodel (see UML standard) that have a {ordered} constraint.
 

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

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

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.behavior.activity_graphs
 class UMLPartitionContentsListModel
           
 

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
          List model that shows the Messages belonging to some AssociationRole.
 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.common_behavior
 

Subclasses of UMLModelElementListModel2 in org.argouml.uml.ui.behavior.common_behavior
 class UMLInstanceClassifierListModel
          The model for instances of a classifier.
 class UMLInstanceLinkEndListModel
           
 class UMLInstanceReceiverStimulusListModel
          ListModel for the stimuli an instance receives.
 class UMLInstanceSenderStimulusListModel
          ListModel for the stimuli an instance sends.
 class UMLLinkConnectionListModel
           
 class UMLSignalContextListModel
          The model for the listbox showing the contexts of a signal.
 class UMLStimulusReceiverListModel
          ListModel for the stimuli an instance receives.
 class UMLStimulusSenderListModel
          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 UMLCompositeStateSubvertexListModel
           
 class UMLEventParameterListModel
          A list model for the parameters belonging to an event.
 class UMLEventTransitionListModel
          The listmodel behind the transition property for an event on the event's property panel.
 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 UMLAssociationEndQualifiersListModel
           
 class UMLAssociationEndSpecificationListModel
           
 class UMLAssociationLinkListModel
           
 class UMLAttributeInitialValueListModel
           
 class UMLClassAttributeListModel
           
 class UMLClassifierAssociationEndListModel
           
 class UMLClassifierClassifierInStateListModel
           
 class UMLClassifierClassifierRoleListModel
           
 class UMLClassifierCollaborationListModel
           
 class UMLClassifierCreateActionListModel
           
 class UMLClassifierFeatureListModel
           
 class UMLClassifierInstanceListModel
           
 class UMLClassifierObjectFlowStateListModel
           
 class UMLClassifierParameterListModel
          This is the model for the list of parameters for a classifier, as e.g.
 class UMLClassifierParticipantListModel
           
 class UMLClassifierPowertypeRangeListModel
           
 class UMLClassifierStructuralFeatureListModel
           
 class UMLClassOperationListModel
           
 class UMLCommentAnnotatedElementListModel
          The list model for the annotated modelelements of a comment.
 class UMLComponentResidentListModel
          ListModel for resident elements in a component
 class UMLContainerResidentListModel
          ListModel for resient relations and containers, such as Node, ComponentInstance, NodeInstance.
 class UMLDependencyClientListModel
           
 class UMLDependencySupplierListModel
           
 class UMLFeatureOwnerListModel
           
 class UMLGeneralizableElementGeneralizationListModel
           
 class UMLGeneralizableElementSpecializationListModel
           
 class UMLGeneralizationChildListModel
           
 class UMLGeneralizationParentListModel
           
 class UMLModelElementClientDependencyListModel
          The listmodel of the client dependencies for some modelelement.
 class UMLModelElementConstraintListModel
           
 class UMLModelElementNamespaceListModel
           
 class UMLModelElementSourceFlowListModel
           
 class UMLModelElementSupplierDependencyListModel
           
 class UMLModelElementTargetFlowListModel
           
 class UMLNamespaceOwnedElementListModel
           
 class UMLOperationRaisedSignalsListModel
          The model for the list of raised signals of an operation.
 class UMLParameterBehavioralFeatListModel
           
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook