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

M

macAbout() - Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Deprecated. Internal use only.
macOpenFile(String) - Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Deprecated. Internal use only.
macPreferences() - Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Deprecated. Internal use only.
macQuit() - Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Deprecated. Internal use only.
Main - Class in org.argouml.application
This is the main class for two of the types of ArgoUML application invocation: non-GUI command line and Swing GUI.
Main() - Constructor for class org.argouml.application.Main
 
main(String[]) - Static method in class org.argouml.application.Main
The main entry point of ArgoUML.
makeCreateAssociationAction(Object, boolean, String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an association edge in the diagram.
makeCreateAssociationClassAction(String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an edge in the diagram.
makeCreateAssociationEndAction(String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an association end edge in the diagram.
makeCreateDependencyAction(Class, Object, String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an edge in the diagram.
makeCreateEdgeAction(Object, String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an edge in the diagram.
makeCreateGeneralizationAction() - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating an edge in the diagram.
makeCreateNodeAction(Object, String) - Method in class org.argouml.uml.diagram.ui.UMLDiagram
Factory method to build an Action for creating a node in the diagram.
makeEdge() - Method in class org.argouml.uml.diagram.ui.AddExistingNodeCommand
 
makeEdgePort() - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Create a FigCommentPort if needed
makeEmptyProfileProject() - Method in class org.argouml.kernel.ProjectManager
Makes an empty profile project.
makeEmptyProfileProject(boolean) - Method in class org.argouml.kernel.ProjectManager
Make a new empty profile project optionally including default diagrams.
makeEmptyProject() - Method in class org.argouml.kernel.ProjectManager
Makes an empty project.
makeEmptyProject(boolean) - Method in class org.argouml.kernel.ProjectManager
Make a new empty project optionally including default diagrams.
makeGraphModel() - Method in class org.argouml.uml.diagram.ui.AddExistingNodeCommand
 
makeInstance(SplashScreen, boolean, JPanel) - Static method in class org.argouml.ui.ProjectBrowser
Creator method for the ProjectBrowser which optionally allows all components to be created without making a top level application window visible.
makeKey(String) - Static method in class org.argouml.configuration.Configuration
Create a single component configuration key.
makeKey(ConfigurationKey, String) - Static method in class org.argouml.configuration.Configuration
Create a sub-component of an existing configuration key.
makeKey(String, String) - Static method in class org.argouml.configuration.Configuration
Create a two-component configuration key.
makeKey(String, String, String) - Static method in class org.argouml.configuration.Configuration
Create a three-component configuration key.
makeKey(String, String, String, String) - Static method in class org.argouml.configuration.Configuration
Create a four-component configuration key.
makeKey(String, String, String, String, String) - Static method in class org.argouml.configuration.Configuration
Create a five-component configuration key.
makeLanguage(String, String, Icon) - Static method in class org.argouml.uml.generator.GeneratorHelper
Creates a new Language only if one with the same name doesn't already exist in GeneratorManager, in which case that one is returned.
makeLanguage(String, String) - Static method in class org.argouml.uml.generator.GeneratorHelper
Creates a language with no icon.
makeLanguage(String, Icon) - Static method in class org.argouml.uml.generator.GeneratorHelper
Creates a language with title equal to the name.
makeLanguage(String) - Static method in class org.argouml.uml.generator.GeneratorHelper
Creates a language with title equal to the name and no icon.
makeNamedClone(String) - Method in class org.argouml.ui.explorer.ExplorerPerspective
Make a clone of this ExplorerPerspective with a different given name.
makeNode() - Method in class org.argouml.sequence2.diagram.ActionAddClassifierRole
 
makeNode() - Method in class org.argouml.ui.CmdCreateNode
Delegate creation of the node to the uml model subsystem.
makeNode() - Method in class org.argouml.uml.diagram.collaboration.ui.ActionAddClassifierRole
 
makeNode() - Method in class org.argouml.uml.diagram.sequence.ui.ActionAddClassifierRole
 
makeNode() - Method in class org.argouml.uml.diagram.state.ui.ActionCreatePseudostate
Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace TODO: should call super, reduce code volume!
makeNode() - Method in class org.argouml.uml.diagram.ui.AddExistingNodeCommand
 
makeNotation(String, String, Icon) - Static method in class org.argouml.notation.Notation
Create a versioned notation name with an icon.
makePanel(int) - Method in class org.argouml.cognitive.critics.Wizard
Create a new panel for the given step.
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizAddConstructor
Create a new panel for the given step.
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizAddInstanceVariable
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizAddOperation
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizAssocComposite
Create a JPanel for the given step.
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizBreakCircularComp
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizCueCards
Create a new panel for the given step.
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizManyNames
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizMEName
Create a new panel for the given step.
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizNavigable
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizOperName
 
makePanel(int) - Method in class org.argouml.uml.cognitive.critics.WizTooMany
 
makeProfileApplicable(Object) - Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
 
makeProfileApplicable(Object) - Method in interface org.argouml.model.ExtensionMechanismsHelper
Make a profile applicable.
makeSelection() - Method in class org.argouml.sequence2.diagram.FigClassifierRole
 
makeSelection() - Method in class org.argouml.sequence2.diagram.FigMessage
 
makeSelection() - Method in class org.argouml.uml.diagram.activity.ui.FigCallState
 
makeSelection() - Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
 
makeSelection() - Method in class org.argouml.uml.diagram.activity.ui.FigPartition
 
makeSelection() - Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
 
makeSelection() - Method in class org.argouml.uml.diagram.deployment.ui.AbstractFigNode
 
makeSelection() - Method in class org.argouml.uml.diagram.deployment.ui.FigComponent
 
makeSelection() - Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
 
makeSelection() - Method in class org.argouml.uml.diagram.deployment.ui.FigNodeInstance
 
makeSelection() - Method in class org.argouml.uml.diagram.deployment.ui.FigObject
 
makeSelection() - Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
 
makeSelection() - Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
 
makeSelection() - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
makeSelection() - Method in class org.argouml.uml.diagram.state.ui.FigFinalState
 
makeSelection() - Method in class org.argouml.uml.diagram.state.ui.FigInitialState
 
makeSelection() - Method in class org.argouml.uml.diagram.state.ui.FigStateVertex
return selectors, depending whether we deal with activity or state diagrams.
makeSelection() - Method in class org.argouml.uml.diagram.state.ui.FigStubState
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigDataType
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigEnumeration
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigException
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigFeature
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigSignal
 
makeSelection() - Method in class org.argouml.uml.diagram.static_structure.ui.FigStereotypeDeclaration
 
makeSelection() - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
makeSelection() - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
 
makeSelection() - Method in class org.argouml.uml.diagram.use_case.ui.FigActor
 
makeSelection() - Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Creates a set of handles for dragging generalization/specializations or associations.
makeText(Object) - Method in class org.argouml.uml.ui.UMLListCellRenderer2
Makes the text that must be placed on the label that is returned.
makeUniqueName(String) - Method in class org.argouml.kernel.AbstractProjectMember
Makes a unique name for this member.
makeWizard(ToDoItem) - Method in class org.argouml.cognitive.Critic
Create a new Wizard to help the user fix the identified problem.
manageDefault(Object[], String) - Static method in class org.argouml.util.ToolBarUtility
Manages the selection of the default tool in a popup tool in the toolbar.
MARGIN - Static variable in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
The margin between the outer box and the name and stereotype text box.
MARGIN - Static variable in class org.argouml.uml.diagram.state.ui.FigState
 
mark() - Method in class org.argouml.util.logging.SimpleTimer
Mark (Store) the current time.
mark(String) - Method in class org.argouml.util.logging.SimpleTimer
Mark (Store) the current time.
matchDiagram(ArgoDiagram) - Method in class org.argouml.uml.PredicateSearch
 
matchDiagram(String) - Method in class org.argouml.uml.PredicateSearch
 
matchesSuffix(Object, SuffixFilter[]) - Static method in class org.argouml.uml.reveng.FileImportUtils
Tells if the filename matches one of the given suffixes.
matchingCallerList(Object, int) - Method in class org.argouml.uml.diagram.sequence.MessageNode
 
matchPackage(Object) - Method in class org.argouml.uml.PredicateSearch
 
matchReason(long) - Method in class org.argouml.cognitive.Critic
 
MAX_PATS - Static variable in class org.argouml.util.PredicateStringMatch
 
MAX_PROGRESS - Static variable in class org.argouml.uml.reveng.ImportCommon
 
MAX_PROGRESS_IMPORT - Static variable in class org.argouml.uml.reveng.ImportCommon
The % maximum progress required to import.
MAX_PROGRESS_PREPARE - Static variable in class org.argouml.uml.reveng.ImportCommon
The % maximum progress required to preparing for import.
MAXIMUM_ZOOM - Static variable in class org.argouml.ui.ZoomSliderButton
The maximum zoom slider value (as percentage).
MDRModelImplementation - Class in org.argouml.model.mdr
The handle to find all helper and factories.
MDRModelImplementation(MDRepository) - Constructor for class org.argouml.model.mdr.MDRModelImplementation
Constructor intended for use by decorators which need to override some of the bootstrapping logic.
MDRModelImplementation() - Constructor for class org.argouml.model.mdr.MDRModelImplementation
Constructor.
MED_PRIORITY - Static variable in class org.argouml.cognitive.ToDoItem
The medium priority todoitem of 4 levels.
MEMBER - Static variable in interface org.argouml.uml.ui.behavior.common_behavior.ActionNewAction.Roles
The effect of some transition.
MenuBar14 - Class in org.argouml.ui
The Menu and Toolbar for UML1.4
MenuBar14() - Constructor for class org.argouml.ui.MenuBar14
 
MenuBar2 - Class in org.argouml.ui
The Menu and Toolbar for UML2.x
MenuBar2() - Constructor for class org.argouml.ui.MenuBar2
 
menuCanceled(MenuEvent) - Method in class org.argouml.ui.cmd.ActionNotation
 
menuDeselected(MenuEvent) - Method in class org.argouml.ui.cmd.ActionNotation
 
menuLocalize(String) - Static method in class org.argouml.ui.cmd.GenericArgoMenuBar
Deprecated.  
menuSelected(MenuEvent) - Method in class org.argouml.ui.cmd.ActionNotation
 
messageFormat(String, Object[]) - Static method in class org.argouml.cognitive.Translator
 
messageFormat(String, Object[]) - Static method in class org.argouml.i18n.Translator
Generates an localized String with arguments.
MessageNode - Class in org.argouml.uml.diagram.sequence
A Message Node for the sequence diagram.
MessageNode(FigClassifierRole) - Constructor for class org.argouml.uml.diagram.sequence.MessageNode
The constructor.
MessageNotation - Class in org.argouml.notation.providers
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the Message.
MessageNotation(Object) - Constructor for class org.argouml.notation.providers.MessageNotation
The constructor.
MessageNotationUml - Class in org.argouml.notation.providers.uml
The UML notation for a message, as shown on a collaboration diagram.
MessageNotationUml(Object) - Constructor for class org.argouml.notation.providers.uml.MessageNotationUml
The constructor.
META_MODIFIER - Static variable in class org.argouml.util.KeyEventUtils
The text for the meta modifier
MetaTypes - Interface in org.argouml.model
This interface contains methods to retrieve objects that represent the different UML types.
MethodImportInterface - Interface in org.argouml.uml.reveng
An interface for the import of method bodies.
METHODS - Static variable in class org.argouml.uml.cognitive.UMLDecision
Decision type: METHODS.
MIN_HEAD_HEIGHT - Static variable in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
The defaultheight of the object rectangle.
MIN_HEAD_WIDTH - Static variable in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
The defaultwidth of the object rectangle.
MIN_VERT_PADDING - Static variable in class org.argouml.uml.diagram.use_case.ui.FigActor
The padding between the actor body and name and the top of the stereotype.
MINIMUM_ZOOM - Static variable in class org.argouml.ui.ZoomSliderButton
The minimum zoom slider value (as percentage).
minimumLayoutSize(Container) - Method in class org.argouml.uml.ui.LabelledLayout
Required by LayoutManager.
ModeAddToDiagram - Class in org.argouml.uml.diagram.ui
This is the mode the editor is in having selected a number of model elements and executing Add To Diagram.
ModeAddToDiagram(Collection<Object>, String) - Constructor for class org.argouml.uml.diagram.ui.ModeAddToDiagram
Create a mode to add the given elements to the diagram
ModeBroomMessages - Class in org.argouml.sequence2.diagram
Brooms all the message which y coordinate is upper than the position of the broom.
ModeBroomMessages() - Constructor for class org.argouml.sequence2.diagram.ModeBroomMessages
 
modeChange(ModeChangeEvent) - Method in class org.argouml.uml.diagram.ui.TabDiagram
 
ModeChangeHeight - Class in org.argouml.uml.diagram.sequence.ui
Deprecated. in 0.26 alpha3 Use ModeContract or ModeExpand
ModeChangeHeight() - Constructor for class org.argouml.uml.diagram.sequence.ui.ModeChangeHeight
Deprecated. The constructor.
ModeContract - Class in org.argouml.uml.diagram.sequence.ui
 
ModeContract() - Constructor for class org.argouml.uml.diagram.sequence.ui.ModeContract
The constructor.
ModeCreateAssociation - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while drawing a binary association.
ModeCreateAssociation() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateAssociation
 
ModeCreateAssociationClass - Class in org.argouml.uml.diagram.ui
Mode to manage interaction while user is drawing the pseudo-edge that will become an Association Class.
ModeCreateAssociationClass() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateAssociationClass
 
ModeCreateAssociationEnd - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating an association end.
ModeCreateAssociationEnd() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateAssociationEnd
 
ModeCreateCommentEdge - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating a comment edge.
ModeCreateCommentEdge() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateCommentEdge
 
ModeCreateDependency - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating a dependency edge.
ModeCreateDependency() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateDependency
 
ModeCreateGeneralization - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating a generalization edge.
ModeCreateGeneralization() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateGeneralization
 
ModeCreateGraphEdge - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating an edge.
ModeCreateGraphEdge() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateGraphEdge
 
ModeCreateMessage - Class in org.argouml.sequence2.diagram
Mode to create a link between two FigClassifierRoles.
ModeCreateMessage(Editor) - Constructor for class org.argouml.sequence2.diagram.ModeCreateMessage
The constructor.
ModeCreateMessage() - Constructor for class org.argouml.sequence2.diagram.ModeCreateMessage
The constructor.
ModeCreateMessage - Class in org.argouml.uml.diagram.sequence.ui
Mode to create a link between two figobjects.
ModeCreateMessage() - Constructor for class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage
The constructor.
ModeCreateMessage(Editor) - Constructor for class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage
The constructor.
ModeCreatePermission - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating a permission edge.
ModeCreatePermission() - Constructor for class org.argouml.uml.diagram.ui.ModeCreatePermission
 
ModeCreateUsage - Class in org.argouml.uml.diagram.ui
A Mode to interpret user input while creating a usage edge.
ModeCreateUsage() - Constructor for class org.argouml.uml.diagram.ui.ModeCreateUsage
 
ModeExpand - Class in org.argouml.uml.diagram.sequence.ui
 
ModeExpand() - Constructor for class org.argouml.uml.diagram.sequence.ui.ModeExpand
The constructor.
Model - Class in org.argouml.model
This is the root class of the Model subsystem.
MODEL_TODOITEM_ADDED - Static variable in class org.argouml.cognitive.Designer
Property Names.
MODEL_TODOITEM_DISMISSED - Static variable in class org.argouml.cognitive.Designer
Property Names.
ModeLabelDrag - Class in org.argouml.uml.diagram.ui
Mode for dragging (i.e.
ModeLabelDrag(Editor) - Constructor for class org.argouml.uml.diagram.ui.ModeLabelDrag
Constructor for creating the ModeLabelDrag instance.
ModeLabelDrag() - Constructor for class org.argouml.uml.diagram.ui.ModeLabelDrag
Constructor for creating the ModeLabelDrag instance.
ModeLabelDragFactory - Class in org.argouml.uml.diagram.ui
Factory to create a ModeLabelDrag instance.
ModeLabelDragFactory() - Constructor for class org.argouml.uml.diagram.ui.ModeLabelDragFactory
 
ModelAccessModelInterpreter - Class in org.argouml.profile.internal.ocl.uml14
Model Access
ModelAccessModelInterpreter() - Constructor for class org.argouml.profile.internal.ocl.uml14.ModelAccessModelInterpreter
 
modelAssociationAdded(AddAssociationEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Called whenever we receive an AddAssociationEvent.
modelAssociationRemoved(RemoveAssociationEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Called whenever we receive an RemoveAssociationEvent.
modelAttributeChanged(AttributeChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Called whenever we receive an AttributeChangeEvent.
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.activity.ui.FigActionState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.deployment.ui.AbstractFigComponent
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.deployment.ui.AbstractFigNode
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.state.ui.FigState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.state.ui.FigStubState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.state.ui.FigSynchState
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigCompartmentBox
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeAssociationClass
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
This is called after any part of the UML ModelElement has changed.
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigGeneralization
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigMessage
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
This is a template method called by the ArgoUML framework as the result of a change to a model element.
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.use_case.ui.FigActor
 
modelChanged(PropertyChangeEvent) - Method in class org.argouml.uml.diagram.use_case.ui.FigExtend
 
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.behavior.activity_graphs.UMLObjectFlowStateClassifierComboBoxModel
The function in the parent removes items from the list when deselected.
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSignalComboBoxModel
Override UMLComboBoxModel2's default handling of RemoveAssociation.
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineContextComboBoxModel
 
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceComboBoxModel
 
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTypeComboBoxModel
 
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionComboBoxModel
 
modelChanged(UmlChangeEvent) - Method in class org.argouml.uml.ui.UMLComboBoxModel2
If the property that this comboboxmodel depicts is changed in the UML model, this method will make sure that the changes will be done in the combobox-model equally.
ModelCommand - Class in org.argouml.model
A command to record the state of an object before an undoable change.
ModelCommand() - Constructor for class org.argouml.model.ModelCommand
 
ModelCommandCreationObserver - Interface in org.argouml.model
An interface to be implemented by the class responsible for managing or delegating commands reform the model interface.
modelElementAdded(Object) - Method in class org.argouml.ui.explorer.ExplorerEventAdaptor
forwards this event to the tree model.
modelElementAdded(Object) - Method in class org.argouml.ui.explorer.ExplorerTreeModel
 
modelElementAdded(Object) - Method in interface org.argouml.ui.explorer.TreeModelUMLEventListener
 
modelElementChanged(Object) - Method in class org.argouml.ui.explorer.ExplorerEventAdaptor
forwards this event to the tree model.
modelElementChanged(Object) - Method in class org.argouml.ui.explorer.ExplorerTreeModel
 
modelElementChanged(Object) - Method in interface org.argouml.ui.explorer.TreeModelUMLEventListener
 
ModelElementNameNotation - Class in org.argouml.notation.providers
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the name of the modelelement.
ModelElementNameNotation(Object) - Constructor for class org.argouml.notation.providers.ModelElementNameNotation
The constructor.
ModelElementNameNotationJava - Class in org.argouml.notation.providers.java
Java notation for the name of a modelelement.
ModelElementNameNotationJava(Object) - Constructor for class org.argouml.notation.providers.java.ModelElementNameNotationJava
The constructor.
ModelElementNameNotationUml - Class in org.argouml.notation.providers.uml
Handles the notation of the name of a modelelement in UML, ie a string on the format:
ModelElementNameNotationUml(Object) - Constructor for class org.argouml.notation.providers.uml.ModelElementNameNotationUml
The constructor.
modelElementRemoved(Object) - Method in class org.argouml.ui.explorer.ExplorerTreeModel
 
modelElementRemoved(Object) - Method in interface org.argouml.ui.explorer.TreeModelUMLEventListener
 
ModelEventPump - Interface in org.argouml.model
This is the interface for registering interest in events sent from the model component.
ModelImplementation - Interface in org.argouml.model
The interface that the ModelImplementation must implement.
ModelInterpreter - Interface in org.argouml.profile.internal.ocl
Actually interprets the feature and operations in the model, in the sense that the OclInterpreter is only responsible for interpreting the OCL constructors
ModelManagementFactory - Interface in org.argouml.model
The interface for the factory for ModelManagement.
ModelManagementHelper - Interface in org.argouml.model
The interface for the helper for ModelManagement.
ModelMemento - Class in org.argouml.model
A memento to record the state of an object before an undoable change.
ModelMemento() - Constructor for class org.argouml.model.ModelMemento
 
ModelUtils - Class in org.argouml.profile.internal
Helper utility methods for searching the model.
ModelUtils() - Constructor for class org.argouml.profile.internal.ModelUtils
 
ModePlacePartition - Class in org.argouml.uml.diagram.activity.ui
A mode to place a new Partition on the diagram.
ModePlacePartition(GraphFactory, String, Object) - Constructor for class org.argouml.uml.diagram.activity.ui.ModePlacePartition
 
MODIFIER_JOINER - Static variable in class org.argouml.util.KeyEventUtils
The expression between modifier/modifier and between modifier/text
MODULARITY - Static variable in class org.argouml.uml.cognitive.UMLDecision
Decision type: MODULARITY.
MODULE_DISABLED - Static variable in interface org.argouml.application.events.ArgoEventTypes
Id indicating a module was disabled.
MODULE_ENABLED - Static variable in interface org.argouml.application.events.ArgoEventTypes
Id indicating a module was enabled.
MODULE_LOADED - Static variable in interface org.argouml.application.events.ArgoEventTypes
Id indicating a module was loaded.
MODULE_UNLOADED - Static variable in interface org.argouml.application.events.ArgoEventTypes
Id indicating a module was unloaded.
ModuleInterface - Interface in org.argouml.moduleloader
This is the interface that each module needs to implement in order to be loadable into ArgoUML according to the new module loader API.
ModuleLoader2 - Class in org.argouml.moduleloader
This is the module loader that loads modules implementing the ModuleInterface.
mount(Component, boolean) - Static method in class org.argouml.swingext.GlassPane
Finds the glass pane that is related to the specified component.
mouseClicked(MouseEvent) - Method in class org.argouml.cognitive.ui.ToDoPane
 
mouseClicked(MouseEvent) - Method in class org.argouml.ui.DetailsPane
 
mouseClicked(MouseEvent) - Method in class org.argouml.ui.FindDialog
 
mouseClicked(MouseEvent) - Method in class org.argouml.ui.MultiEditorPane
 
mouseClicked(MouseEvent) - Method in class org.argouml.ui.TabResults
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.deployment.ui.AbstractFigNode
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigBranchState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigFinalState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigForkState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigInitialState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigJoinState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigSynchState
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
If the user double clicks on any part of this FigNode, pass it down to one of the internal Figs.
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigCompartmentBox
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigTextGroup
Handle mouse click.
mouseClicked(MouseEvent) - Method in class org.argouml.uml.ui.UMLLinkMouseListener
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.ui.UMLList2
 
mouseClicked(MouseEvent) - Method in class org.argouml.uml.ui.UMLMutableLinkedList
 
mouseDragged(MouseEvent) - Method in class org.argouml.sequence2.diagram.ModeBroomMessages
 
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeChangeHeight
Deprecated.  
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeContract
 
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage
 
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeExpand
 
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeLabelDrag
Handle mouseDragged events.
mouseDragged(MouseEvent) - Method in class org.argouml.uml.diagram.ui.SelectionRerouteEdge
 
mouseEntered(MouseEvent) - Method in class org.argouml.cognitive.ui.ToDoPane
 
mouseEntered(MouseEvent) - Method in class org.argouml.ui.DetailsPane
 
mouseEntered(MouseEvent) - Method in class org.argouml.ui.FindDialog
 
mouseEntered(MouseEvent) - Method in class org.argouml.ui.MultiEditorPane
 
mouseEntered(MouseEvent) - Method in class org.argouml.ui.TabResults
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.SelectionClass
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.SelectionGeneralizableElement
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.diagram.static_structure.ui.SelectionStereotype
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigTextGroup
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.ui.UMLLinkMouseListener
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.ui.UMLList2
 
mouseEntered(MouseEvent) - Method in class org.argouml.uml.ui.UMLMutableLinkedList
 
mouseExited(MouseEvent) - Method in class org.argouml.cognitive.ui.ToDoPane
 
mouseExited(MouseEvent) - Method in class org.argouml.ui.DetailsPane
 
mouseExited(MouseEvent) - Method in class org.argouml.ui.FindDialog
 
mouseExited(MouseEvent) - Method in class org.argouml.ui.MultiEditorPane
 
mouseExited(MouseEvent) - Method in class org.argouml.ui.TabResults
 
mouseExited(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
mouseExited(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigTextGroup
 
mouseExited(MouseEvent) - Method in class org.argouml.uml.ui.UMLLinkMouseListener
 
mouseExited(MouseEvent) - Method in class org.argouml.uml.ui.UMLList2
 
mouseExited(MouseEvent) - Method in class org.argouml.uml.ui.UMLMutableLinkedList
 
mouseMoved(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
mousePressed(MouseEvent) - Method in class org.argouml.cognitive.ui.ToDoPane
 
mousePressed(MouseEvent) - Method in class org.argouml.sequence2.diagram.ModeBroomMessages
Handle mouse down events by preparing for a drag.
mousePressed(MouseEvent) - Method in class org.argouml.ui.DetailsPane
 
mousePressed(MouseEvent) - Method in class org.argouml.ui.FindDialog
 
mousePressed(MouseEvent) - Method in class org.argouml.ui.MultiEditorPane
 
mousePressed(MouseEvent) - Method in class org.argouml.ui.TabResults
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeChangeHeight
Deprecated.  
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeContract
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage
On mousePressed determine what port the user is dragging from.
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeExpand
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigTextGroup
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeCreateGraphEdge
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeLabelDrag
Grabs label to begin movement.
mousePressed(MouseEvent) - Method in class org.argouml.uml.diagram.ui.SelectionRerouteEdge
Set up for re-routing.
mousePressed(MouseEvent) - Method in class org.argouml.uml.ui.UMLLinkMouseListener
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.ui.UMLList2
 
mousePressed(MouseEvent) - Method in class org.argouml.uml.ui.UMLMutableLinkedList
 
mouseReleased(MouseEvent) - Method in class org.argouml.cognitive.ui.ToDoPane
 
mouseReleased(MouseEvent) - Method in class org.argouml.sequence2.diagram.ModeBroomMessages
 
mouseReleased(MouseEvent) - Method in class org.argouml.ui.DetailsPane
 
mouseReleased(MouseEvent) - Method in class org.argouml.ui.FindDialog
 
mouseReleased(MouseEvent) - Method in class org.argouml.ui.MultiEditorPane
 
mouseReleased(MouseEvent) - Method in class org.argouml.ui.TabResults
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.activity.ui.ModePlacePartition
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeChangeHeight
Deprecated.  
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeContract
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage
On mouseReleased, find the port in the destination node that's on the same height as the source port fig, ask the GraphModel to connect the two ports.
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.sequence.ui.ModeExpand
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.FigTextGroup
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeAddToDiagram
On mouse release add the elements to the diagram
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeCreateGraphEdge
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.ModeLabelDrag
Handle mouseReleased events.
mouseReleased(MouseEvent) - Method in class org.argouml.uml.diagram.ui.SelectionRerouteEdge
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.ui.UMLLinkMouseListener
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.ui.UMLList2
 
mouseReleased(MouseEvent) - Method in class org.argouml.uml.ui.UMLMutableLinkedList
 
move(Object, Object, UmlHelper.Direction) - Method in class org.argouml.model.AbstractUmlHelperDecorator
 
move(Object, Object, UmlHelper.Direction) - Method in interface org.argouml.model.UmlHelper
This is used to change the ordering of elements that are already in some container.
moveDown(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLActionArgumentListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLLinkConnectionListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLEventParameterListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLExtendExtensionPointListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseExtensionPointListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationConnectionListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationEndQualifiersListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassAttributeListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.foundation.core.UMLEnumerationLiteralsListModel
 
moveDown(int) - Method in class org.argouml.uml.ui.UMLModelElementOrderedListModel2
Move a element from the given position down one position, i.e.
moveIntoComponent(Fig) - Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Handle the case where this fig is moved into a Component.
moveToBottom(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLActionArgumentListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLLinkConnectionListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLEventParameterListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLExtendExtensionPointListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseExtensionPointListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationConnectionListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationEndQualifiersListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassAttributeListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.foundation.core.UMLEnumerationLiteralsListModel
 
moveToBottom(int) - Method in class org.argouml.uml.ui.UMLModelElementOrderedListModel2
Move element at given index to bottom of list.
moveToTop(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLActionArgumentListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.behavior.common_behavior.UMLLinkConnectionListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.behavior.state_machines.UMLEventParameterListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLExtendExtensionPointListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseExtensionPointListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationConnectionListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLAssociationEndQualifiersListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassAttributeListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.foundation.core.UMLEnumerationLiteralsListModel
 
moveToTop(int) - Method in class org.argouml.uml.ui.UMLModelElementOrderedListModel2
Move element at given index to top of list.
moveToTrash(Object) - Method in interface org.argouml.kernel.Project
Moves some object to trash, i.e.
moveToTrash(Object) - Method in class org.argouml.kernel.ProjectImpl
 
MultiEditorPane - Class in org.argouml.ui
The upper right pane in the ArgoUML user interface.
MultiEditorPane() - Constructor for class org.argouml.ui.MultiEditorPane
Constructs the MultiEditorPane.
MultiplicityNotation - Class in org.argouml.notation.providers
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a Multiplicity.
MultiplicityNotation(Object) - Constructor for class org.argouml.notation.providers.MultiplicityNotation
The constructor.
MultiplicityNotationUml - Class in org.argouml.notation.providers.uml
The UML notation for a Multiplicity.
MultiplicityNotationUml(Object) - Constructor for class org.argouml.notation.providers.uml.MultiplicityNotationUml
 
multiplicityToString(Object) - Method in class org.argouml.model.AbstractDataTypesHelperDecorator
 
multiplicityToString(Object) - Method in interface org.argouml.model.DataTypesHelper
Converts a Multiplicity to a String.
mutex() - Method in class org.argouml.cognitive.ListSet
 
myDoubleClick(int, TreePath) - Method in class org.argouml.cognitive.ui.ToDoPane
Called when the user clicks twice on an item in the tree.
myDoubleClick(int) - Method in class org.argouml.ui.DetailsPane
Spawns a new tab.
myDoubleClick(int) - Method in class org.argouml.ui.MultiEditorPane
When the user double clicks on a tab, this tab is spawned by this method if it is selected.
mySingleClick(int, TreePath) - Static method in class org.argouml.cognitive.ui.ToDoPane
Called when the user clicks once on an item in the tree.
mySingleClick(int) - Method in class org.argouml.ui.DetailsPane
no action currently executed here.
mySingleClick(int) - Method in class org.argouml.ui.MultiEditorPane
Called when the user clicks once on a tab.
MyTokenizer - Class in org.argouml.util
Class for dividing a String into any number of parts.
MyTokenizer(String, String) - Constructor for class org.argouml.util.MyTokenizer
Constructs a new instance.
MyTokenizer(String, String, CustomSeparator) - Constructor for class org.argouml.util.MyTokenizer
Constructs a new instance.
MyTokenizer(String, String, Collection) - Constructor for class org.argouml.util.MyTokenizer
Constructs a new instance.

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