Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
B
BEHAVIOR
- Static variable in class org.argouml.uml.cognitive.
UMLDecision
Decision type: BEHAVIOR.
BIDIRECTIONAL
- Static variable in class org.argouml.uml.diagram.ui.
ActionNavigability
Enumeration constant for
BIDIRECTIONAL
navigability.
back()
- Method in class org.argouml.cognitive.ui.
Wizard
Step back.
beActive()
- Method in class org.argouml.cognitive.critics.
Critic
Make this critic active.
beInactive()
- Method in class org.argouml.cognitive.critics.
Critic
Make this critic inactive.
borderFig
- Variable in class org.argouml.uml.diagram.static_structure.ui.
FigClassifierBox
buildAbstraction(String, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Build an empty but initialized instance of a UML Abstraction with a given name.
buildAction(Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds an action (actually an CallAction) for some message.
buildActivator(Object, Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds an activator for some message.
buildActivityGraph(Object)
- Method in interface org.argouml.model.
ActivityGraphsFactory
Builds an activity graph owned by the given context.
buildActor(Object, Object)
- Method in interface org.argouml.model.
UseCasesFactory
Builds an actor in the same namespace of the given actor.
buildAssociation(Object, Object, Object, Object, Boolean)
- Method in interface org.argouml.model.
CoreFactory
Builds a binary associationrole on basis of two classifierroles, navigation and aggregation.
buildAssociation(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a binary associations between two classifiers with default values for the association ends and the association itself.
buildAssociation(Object, boolean, Object, boolean, String)
- Method in interface org.argouml.model.
CoreFactory
Builds a binary association with a direction, aggregation and a given name.
buildAssociationClass(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds an associationClass between classifier end1 and end2 with a default class.
buildAssociationEnd(Object, String, Object, Object, Object, boolean, Object, Object, Object, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a fully configurable association end.
buildAssociationEnd(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a simply configured association end.
buildAssociationEndRole(Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds an associationendrole based on some classifierrole.
buildAssociationRole(Object, Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds a binary associationrole on basis of two classifierroles.
buildAssociationRole(Object, Object, Object, Object, Boolean)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds a binary associationrole on basis of two classifierroles, navigation and aggregation.
buildAssociationRole(Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds an associationrole based on a given link.
buildAttribute(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a default attribute.
buildAttribute(Object, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds an attribute owned by some classifier cls.
buildAttribute(Object, Object, Object, Collection)
- Method in interface org.argouml.model.
CoreFactory
Deprecated.
for 0.21.2 by tfmorris - use non-listener version
buildCallAction(Object, String)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a CallAction belonging to operation oper with a given name.
buildCallEvent(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a callevent with given namespace (and therefore the ownership).
buildCallEvent(Object, String, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Create a initialized instance of a CallEvent with a name as a trigger for a Transition, within a given namespace.
buildChangeEvent(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a changeevent within a given namespace.
buildChangeEvent(String, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Create a initialized instance of a ChangeEvent, within a given namespace.
buildClass()
- Method in interface org.argouml.model.
CoreFactory
Builds a default implementation for a class.
buildClass(Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a class with a given namespace.
buildClass(String)
- Method in interface org.argouml.model.
CoreFactory
Builds a class with a given name.
buildClass(String, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a class with a given name and namespace.
buildClassifierInState(Object, Collection)
- Method in interface org.argouml.model.
ActivityGraphsFactory
Builds a ClassifierInState.
buildClassifierRole(Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Creates a classifierrole and adds it to the given collaboration.
buildCollaboration(Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds a default collaboration not attached to a classifier.
buildCollaboration(Object, Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds a collaboration that is owned by a certain namespace and represents the given represented element.
buildComment(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a comment inluding a reference to the given modelelement to comment.
buildCommentConnection(Object, Object)
- Method in class org.argouml.uml.diagram.
UMLMutableGraphSupport
Builds the model behind a connection between a comment and the annotated modelelement.
buildCompositeState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a compositestate initalized as a non-concurrent composite state.
buildCompositeStateOnStateMachine(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a compositestate as top for some statemachine.
buildConnection(Object, Object, Object, Object, Object, Object, Object)
- Method in interface org.argouml.model.
UmlFactory
Creates a UML model element of the given type and uses this to connect two other existing UML model elements.
buildConnection(Object, Object, Object, Object, Object, Object, Object)
- Method in class org.argouml.uml.diagram.
UMLMutableGraphSupport
Create an edge of the given type and connect it to the given nodes.
buildConstraint(Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a constraint that constraints the given modelelement.
buildConstraint(String, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a constraint with a given name and boolean expression.
buildContext(JMenuItem, String)
- Method in interface org.argouml.application.api.
PluggableMenu
Deprecated.
Helper to create a context recognized by
Pluggable.inContext(Object[])
.
buildDataType(String, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a datatype with a given name and namespace.
buildDependency(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a modelelement dependency between two modelelements.
buildDiagram(Object)
- Method in interface org.argouml.model.
DiagramInterchangeFactory
Build a diagram.
buildElementImport(Object, Object)
- Method in interface org.argouml.model.
ModelManagementFactory
Build a ElementImport for the given package and modelelement.
buildEnumeration(String, Object)
- Method in interface org.argouml.model.
CoreFactory
buildEnumerationLiteral(String, Object)
- Method in interface org.argouml.model.
CoreFactory
buildExtend(Object, Object)
- Method in interface org.argouml.model.
UseCasesFactory
Build an extend relationship with a newly created extension point.
buildExtend(Object, Object, Object)
- Method in interface org.argouml.model.
UseCasesFactory
Build an extend relationship.
buildExtensionPoint(Object)
- Method in interface org.argouml.model.
UseCasesFactory
Builds an extension point for a use case.
buildFinalState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a finalstate.
buildGeneralization(Object, Object, String)
- Method in interface org.argouml.model.
CoreFactory
Builds a generalization between a parent and a child with a given name.
buildGeneralization(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a generalization between a parent and a child.
buildGraphNode(Object, Object)
- Method in interface org.argouml.model.
DiagramInterchangeFactory
buildGuard(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a guard condition with a given transition.
buildInclude(Object, Object)
- Method in interface org.argouml.model.
UseCasesFactory
Build an include relationship.
buildInteraction(Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds an interaction belonging to some collaboration.
buildInterface()
- Method in interface org.argouml.model.
CoreFactory
Builds a default implementation for an interface.
buildInterface(Object)
- Method in interface org.argouml.model.
CoreFactory
Builds an interface with a given namespace.
buildInterface(String)
- Method in interface org.argouml.model.
CoreFactory
Builds an interface with a given name.
buildInterface(String, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds an interface with a given name and namespace.
buildInternalTransition(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds an internal transition for a given state.
buildLink(Object, Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a Link between two Instances.
buildMessage(Object, Object)
- Method in interface org.argouml.model.
CollaborationsFactory
Builds a message within some collaboration or interaction.
buildMethod(String)
- Method in interface org.argouml.model.
CoreFactory
Builds a method with a given name.
buildModel()
- Method in class org.argouml.uml.ui.
UMLCheckBox2
Builds the model.
buildModel()
- Method in class org.argouml.uml.ui.
UMLDeprecatedCheckBox
Set the checkbox according to the tagged values of the target.
buildModel()
- Method in class org.argouml.uml.ui.
UMLRadioButtonPanel
Builds the model.
buildModel()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLActionAsynchronousCheckBox
buildModel()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLCompositeStateConcurrentCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndAggregationRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndChangeabilityRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndNavigableCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndOrderingCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndTargetScopeCheckbox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLBehavioralFeatureQueryCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassActiveCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLFeatureOwnerScopeCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizableElementAbstractCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizableElementLeafCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizableElementRootCheckBox
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementVisibilityRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLOperationConcurrencyRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLParameterDirectionKindRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLStructuralFeatureChangeabilityRadioButtonPanel
buildModel()
- Method in class org.argouml.uml.ui.foundation.core.
UMLStructuralFeatureTargetScopeCheckBox
buildModelList()
- Method in class org.argouml.uml.ui.
UMLComboBoxModel2
Builds the list of elements and sets the selectedIndex to the currently selected item if there is one.
buildModelList()
- Method in class org.argouml.uml.ui.
UMLModelElementElementResidenceListModel
buildModelList()
- Method in class org.argouml.uml.ui.
UMLModelElementListModel2
Builds the list of elements.
buildModelList()
- Method in class org.argouml.uml.ui.
UMLModelElementOrderedListModel2
buildModelList()
- Method in class org.argouml.uml.ui.
UMLMultiplicityComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.activity_graphs.
UMLObjectFlowStateClassifierComboBoxModel
Get all Classifiers that are not ClassifierInState.
buildModelList()
- Method in class org.argouml.uml.ui.behavior.activity_graphs.
UMLPartitionContentsListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLAssociationEndRoleBaseListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLAssociationRoleAssociationEndRoleListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLAssociationRoleBaseComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLAssociationRoleMessageListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLClassifierRoleAvailableContentsListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLClassifierRoleAvailableFeaturesListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLClassifierRoleBaseListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLCollaborationConstrainingElementListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLCollaborationInteractionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLInteractionContextListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLInteractionMessagesListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessageActionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessageActivatorComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessageInteractionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessagePredecessorListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessageReceiverListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.collaborations.
UMLMessageSenderListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLActionArgumentListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLCreateActionClassifierListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLInstanceClassifierListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLInstanceLinkEndListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLInstanceReceiverStimulusListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLInstanceSenderStimulusListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLLinkConnectionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLReceptionSignalComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLSignalContextListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLStimulusReceiverListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.common_behavior.
UMLStimulusSenderListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLCompositeStateSubvertexListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLEventParameterListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLEventTransitionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLGuardTransitionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateDeferrableEventListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateDoActivityListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateEntryListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateExitListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateInternalTransition
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateMachineContextComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateMachineContextListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateMachineSubmachineStateListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateMachineTopListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateMachineTransitionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateVertexContainerListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateVertexIncomingListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStateVertexOutgoingListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLStubStateComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLSubmachineStateComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionEffectListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionGuardListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionSourceListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionStateListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionStatemachineListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionTargetListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.state_machines.
UMLTransitionTriggerListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLExtendBaseListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLExtendExtensionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLExtendExtensionPointListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLExtensionPointExtendListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLExtensionPointUseCaseListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLIncludeAdditionListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLIncludeBaseListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLUseCaseExtendListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLUseCaseExtensionPointListModel
buildModelList()
- Method in class org.argouml.uml.ui.behavior.use_cases.
UMLUseCaseIncludeListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationAssociationRoleListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationConnectionListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndAssociationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndQualifiersListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationEndSpecificationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAssociationLinkListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLAttributeInitialValueListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassAttributeListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassOperationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierAssociationEndListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierClassifierInStateListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierClassifierRoleListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierCollaborationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierCreateActionListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierFeatureListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierInstanceListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierObjectFlowStateListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierParameterListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierParticipantListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierPowertypeRangeListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLClassifierStructuralFeatureListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLCommentAnnotatedElementListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLComponentResidentListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLConstraintConstrainedElementListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLContainerResidentListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLDependencyClientListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLDependencySupplierListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLEnumerationLiteralsListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLFeatureOwnerListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizableElementGeneralizationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizableElementSpecializationListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizationChildListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizationParentListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLGeneralizationPowertypeComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementClientDependencyListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementConstraintListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementElementResidenceListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementNamespaceComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementNamespaceListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementSourceFlowListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementStereotypeListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementSupplierDependencyListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementTargetFlowListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLNamespaceOwnedElementListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLOperationMethodsListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLOperationRaisedSignalsListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLParameterBehavioralFeatListModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.core.
UMLStructuralFeatureTypeComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.extension_mechanisms.
UMLMetaClassComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.extension_mechanisms.
UMLTagDefinitionComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.extension_mechanisms.
UMLTagDefinitionOwnerComboBoxModel
buildModelList()
- Method in class org.argouml.uml.ui.foundation.extension_mechanisms.
UMLTagDefinitionTypeComboBoxModel
buildModifierPopUp(int)
- Method in class org.argouml.uml.diagram.ui.
FigNodeModelElement
Build a pop-up menu item for the various modifiers.
buildNode(Object)
- Method in interface org.argouml.model.
UmlFactory
Creates a UML model element of the given type.
buildObjectFlowState(Object)
- Method in interface org.argouml.model.
ActivityGraphsFactory
Builds an ObjectFlowState.
buildOperation(Object, Object, Object, Collection)
- Method in interface org.argouml.model.
CoreFactory
Deprecated.
for 0.21.2 by tfmorris - use non-listener version
buildOperation(Object, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds an operation for a classifier.
buildOperation(Object, Object, Object, String, Collection)
- Method in interface org.argouml.model.
CoreFactory
Deprecated.
for 0.21.2 by tfmorris - use non-listener version
buildOperation(Object, Object, Object, String)
- Method in interface org.argouml.model.
CoreFactory
Builds an operation with a given name for classifier.
buildPackage(String, String)
- Method in interface org.argouml.model.
ModelManagementFactory
Build an empty but initialized instance of a UML Package with a given name, and set it's UUID, if it doesn't exist.
buildParameter(Object, Object, Object, Collection)
- Method in interface org.argouml.model.
CoreFactory
Deprecated.
for 0.21.2 by tfmorris - use non-listener version
buildParameter(Object, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Adds a parameter initialized to default values to a given event or behavioral feature.
buildPermission(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a modelelement permission between two modelelements.
buildPopup(JPopupMenu, int)
- Method in class org.argouml.uml.ui.
UMLModelElementListModel2
Override this if you want a popup menu.
buildPopup(JPopupMenu, int)
- Method in class org.argouml.uml.ui.
UMLModelElementOrderedListModel2
buildPopup(JPopupMenu, int)
- Method in class org.argouml.uml.ui.foundation.core.
UMLModelElementStereotypeListModel
buildProperty(String, String)
- Method in interface org.argouml.model.
DiagramInterchangeFactory
buildPseudoState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a pseudostate initialized as a choice pseudostate.
buildRealization(Object, Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a realization between some supplier (for example an interface in Java) and a client who implements the realization.
buildReception(Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a reception belonging to some classifier.
buildSignal(Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a signal belonging to some behavioralfeature.
buildSignalEvent(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a signalevent within a given namespace.
buildSignalEvent(String, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a named signalevent within a given namespace.
buildSimpleSemanticModelElement(Object, Object, String, String)
- Method in interface org.argouml.model.
DiagramInterchangeFactory
buildSimpleState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a simplestate.
buildStateMachine(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a state machine owned by the given context.
buildStereotype(Object, Object, Object)
- Method in interface org.argouml.model.
ExtensionMechanismsFactory
Builds a stereotype for some kind of modelelement.
buildStereotype(Object, String, Object, Collection)
- Method in interface org.argouml.model.
ExtensionMechanismsFactory
Builds an initialized stereotype.
buildStereotype(String, Object)
- Method in interface org.argouml.model.
ExtensionMechanismsFactory
Builds an initialized stereotype.
buildStimulus(Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a stimulus based on a given link.
buildStubState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a stubstate initalized with an empty referenced state.
buildSubmachineState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a submachinestate.
buildSynchState(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a synchstate initalized with bound 0.
buildTagDefinition(String, Object, Object)
- Method in interface org.argouml.model.
ExtensionMechanismsFactory
Build an initialized instance of a TagDefinition.
buildTaggedValue(String, String)
- Method in interface org.argouml.model.
ExtensionMechanismsFactory
Build an initialized instance of a UML TaggedValue.
buildTimeEvent(Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a timeevent within a given namespace.
buildTimeEvent(String, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a timeevent within a given namespace.
buildTransition(Object, Object, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Builds a complete transition including all associations (composite state the transition belongs to, source the transition is coming from, destination the transition is going to).
buildTransition(Object, Object)
- Method in interface org.argouml.model.
StateMachinesFactory
Build a transition between a source state and a target state.
buildUml1SemanticModelBridge(Object, Object)
- Method in interface org.argouml.model.
DiagramInterchangeFactory
buildUninterpretedAction(Object)
- Method in interface org.argouml.model.
CommonBehaviorFactory
Builds a new uninterpreted action.
buildUsage(Object, Object)
- Method in interface org.argouml.model.
CoreFactory
Builds a usage between some client and a supplier.
buildVisibilityPopUp()
- Method in class org.argouml.uml.diagram.ui.
FigNodeModelElement
buildingModel
- Variable in class org.argouml.uml.ui.
UMLComboBoxModel2
Flag to indicate whether the model is being build.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
ArgoUML © 1996-2006
ArgoUML Homepage
ArgoUML Developers' page
ArgoUML Cookbook