|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |