A B C D E F G H I J K L M N O P R S T U V W X Y Z

B

back() - Method in class org.argouml.cognitive.critics.Wizard
Step back.
BACKGROUND_COLOR - Static variable in class org.argouml.gefext.DeferredBufferedImage
Background color
Bag<E> - Interface in org.argouml.profile.internal.ocl.uml14
Represent OCL bags (sets which allow repeated elements).
BASE - Static variable in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers2
Base index of array
beActive() - Method in class org.argouml.cognitive.Critic
Make this critic active.
beginMethodImports() - Method in interface org.argouml.uml.reveng.MethodImportInterface
 
BEHAVIOR - Static variable in class org.argouml.uml.cognitive.UMLDecision
Decision type: BEHAVIOR.
beInactive() - Method in class org.argouml.cognitive.Critic
Make this critic inactive.
BIDIRECTIONAL - Static variable in class org.argouml.uml.diagram.ui.ActionNavigability
Enumeration constant for BIDIRECTIONAL navigability.
bindPort(Object, Fig) - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
 
BOTTOM - Static variable in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers2
Bottom Handle
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 a CallAction for a given Message.
buildAction(Object) - Method in class org.argouml.notation.providers.uml.AbstractMessageNotationUml
Build a CallAction for the given UML Message if it did not have an Action yet.
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 as the given actor.
buildAddMenu() - Method in class org.argouml.uml.diagram.static_structure.ui.FigClassifierBox
 
buildAssociation(Object, Object, Object, Object, Boolean) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.27.3 by tfmorris. Use CoreFactory.buildAssociation(Object, Object, Object, Object, boolean).
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
Deprecated. for 0.27.3 by tfmorris. Use CollaborationsFactory.buildAssociationRole(Object, Object, Object, Object, boolean).
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.
buildAttribute2(Object) - Method in interface org.argouml.model.CoreFactory
Builds a default attribute.
buildAttribute2(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds an attribute of the given type owned by a classifier.
buildBinding(Object, Object, List) - Method in interface org.argouml.model.CoreFactory
Build binding between a supplier template element and its parameterized client using the given list or arguments to fill the template.
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, with an new expression, 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
Build a CompositeState initialized 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(MutableGraphModel, Object, Fig, Fig) - Method in class org.argouml.uml.diagram.ui.ModeCreateAssociation
Create an edge of the given type and connect it to the given nodes.
buildConnection(MutableGraphModel, Object, Fig, Fig) - Method in class org.argouml.uml.diagram.ui.ModeCreateAssociationEnd
Create an edge of the given type and connect it to the given nodes.
buildConnection(MutableGraphModel, Object, Fig, Fig) - Method in class org.argouml.uml.diagram.ui.ModeCreateGraphEdge
Create an edge of the given type and connect it to the given nodes.
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.
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 which imports the given modelelement into the given package.
buildElementResidence(Object, Object) - Method in interface org.argouml.model.CoreFactory
 
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) - 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
 
buildGridAction(String, int, boolean, boolean, String, int) - Static method in class org.argouml.ui.cmd.ActionAdjustGrid
 
buildGuard(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a guard condition with a given transition.
buildInActiveLayer(Editor, Object) - Static method in class org.argouml.uml.diagram.ui.ModeCreateAssociationClass
Build the complex representation of an AssociationClass in the active layer of the current editor.
buildInclude(Object, Object) - Method in interface org.argouml.model.UseCasesFactory
Build an include relationship.
buildingModel - Variable in class org.argouml.uml.ui.UMLComboBoxModel2
Flag to indicate whether the model is being build.
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.
buildMenu(JPopupMenu, String, Object) - Static method in class org.argouml.uml.ui.behavior.common_behavior.PopupMenuNewAction
 
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.
buildMinimalModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLGeneralizationPowertypeComboBoxModel
 
buildMinimalModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceComboBoxModel
 
buildMinimalModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTypeComboBoxModel
 
buildMinimalModelList() - Method in class org.argouml.uml.ui.UMLComboBoxModel2
Build the minimal number of items in the model for the edit box to be populated.
buildModel() - Method in class org.argouml.uml.ui.behavior.activity_graphs.UMLActionSynchCheckBox
 
buildModel() - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLActionAsynchronousCheckBox
 
buildModel() - Method in class org.argouml.uml.ui.behavior.state_machines.UMLCompositeStateConcurrentCheckBox
Deprecated.  
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
Deprecated.  
buildModel() - Method in class org.argouml.uml.ui.UMLCheckBox2
Builds the model.
buildModel() - Method in class org.argouml.uml.ui.UMLRadioButtonPanel
Builds the model.
buildModel() - Method in class org.argouml.uml.ui.UMLTaggedValueCheckBox
Set the checkbox according to the tagged values of the target.
buildModelList() - Method in class org.argouml.uml.ui.behavior.activity_graphs.PropPanelActivityGraph.UMLActivityGraphPartiitionListModel
 
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.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.UMLIncludeListModel
 
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.UMLClassifierAssociationEndListModel
 
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.UMLClassifierParameterListModel
 
buildModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierPowertypeRangeListModel
 
buildModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel
 
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.UMLDirectedRelationshipSourceListModel
 
buildModelList() - Method in class org.argouml.uml.ui.foundation.core.UMLDirectedRelationshipTargetListModel
 
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.UMLOperationRaisedExceptionsListModel
 
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.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
 
buildModifierPopUp() - Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
 
buildModifierPopUp() - Method in class org.argouml.uml.diagram.static_structure.ui.FigClassifierBox
 
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.
buildNode(Object, Object) - Method in interface org.argouml.model.UmlFactory
Creates a UML model element of the given type and adds it to the passed in container.
buildObjectFlowState(Object) - Method in interface org.argouml.model.ActivityGraphsFactory
Builds an ObjectFlowState.
buildOperation(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds an operation for a classifier.
buildOperation2(Object, Object, String) - Method in interface org.argouml.model.CoreFactory
Builds an operation with a given name for classifier.
buildOperationMenu() - Method in class org.argouml.sequence2.diagram.FigMessage
 
buildPackage(String) - Method in interface org.argouml.model.ModelManagementFactory
Build an empty but initialized instance of a UML Package with a given name.
buildPackageAccess(Object, Object) - Method in interface org.argouml.model.CoreFactory
Build an access Permission between a Namespace and a Package.
buildPackageImport(Object, Object) - Method in interface org.argouml.model.CoreFactory
Build an import Permission between a Namespace and a Package.
buildParameter(Object, Object) - Method in interface org.argouml.model.CoreFactory
Adds a parameter initialized to default values to a given event or behavioral feature.
buildPopup(JPopupMenu, int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateDeferrableEventListModel
 
buildPopup(JPopupMenu, int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLTransitionEffectListModel
 
buildPopup(JPopupMenu, int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLTransitionGuardListModel
 
buildPopup(JPopupMenu, int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLTransitionTriggerListModel
 
buildPopup(JPopupMenu, int) - Method in class org.argouml.uml.ui.foundation.core.UMLModelElementStereotypeListModel
 
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
 
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.
buildShowPopUp() - Method in class org.argouml.uml.diagram.static_structure.ui.FigClassifierBox
 
buildShowPopUp() - Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
 
buildShowPopUp() - Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
 
buildShowPopUp() - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
 
buildShowPopUp() - Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Show menu to display/hide the extension point compartment.
buildSignal(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a signal belonging to a BehavioralFeature, SignalEvent, SendAction, or Reception.
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
Build a stereotype which has the given name and a base class which matches the type of the given model element.
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 initialized 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 initialized with bound 0.
buildTagDefinition(String, Object, Object) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a TagDefinition with the default tagType of "String".
buildTagDefinition(String, Object, Object, String) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a TagDefinition.
buildTaggedValue(String, String) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Deprecated. for 0.25.5 by tfmorris. Use ExtensionMechanismsFactory.buildTaggedValue(Object, String[]).
buildTaggedValue(Object, String[]) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a UML TaggedValue.
buildTemplateArgument(Object) - Method in interface org.argouml.model.CoreFactory
Build a TemplateArgument which has the given element as its modelElement.
buildTemplateArgument(Object, Object) - Method in interface org.argouml.model.CoreFactory
Build a TemplateArgument which has the given element as its modelElement.
buildTemplateParameter(Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Build a TemplateParameter which has the given template and parameter and
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.
buildTitleWithCurrentProjectName() - Method in class org.argouml.ui.ProjectBrowser
Rebuild the title using the name of the current project.
buildToolbar() - Method in class org.argouml.uml.ui.PropPanel
 
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
 
ButtonActionNewCallEvent - Class in org.argouml.uml.diagram.state.ui
This is an Action to be used for Buttons to create a Call-Event.
ButtonActionNewCallEvent() - Constructor for class org.argouml.uml.diagram.state.ui.ButtonActionNewCallEvent
 
ButtonActionNewChangeEvent - Class in org.argouml.uml.diagram.state.ui
This is an Action to be used for Buttons to create a Change-Event.
ButtonActionNewChangeEvent() - Constructor for class org.argouml.uml.diagram.state.ui.ButtonActionNewChangeEvent
 
ButtonActionNewGuard - Class in org.argouml.uml.ui.behavior.state_machines
This is an Action to be used for Buttons to create a guard.
ButtonActionNewGuard() - Constructor for class org.argouml.uml.ui.behavior.state_machines.ButtonActionNewGuard
 
ButtonActionNewSignalEvent - Class in org.argouml.uml.diagram.state.ui
This is an Action to be used for Buttons to create a Signal-Event.
ButtonActionNewSignalEvent() - Constructor for class org.argouml.uml.diagram.state.ui.ButtonActionNewSignalEvent
 
ButtonActionNewTimeEvent - Class in org.argouml.uml.diagram.state.ui
This is an Action to be used for Buttons to create a Time-Event.
ButtonActionNewTimeEvent() - Constructor for class org.argouml.uml.diagram.state.ui.ButtonActionNewTimeEvent
 
buttonClicked(int) - Method in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers2
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z
ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook