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

M

MARKER_STROKE - Static variable in class templates.diagram.DiagramElement
Stroke for rendering selection marquees.
matchEvents() - Method in class templates.presentation.EventLinker
Remove all existing links between events and only establish links between events with the same name.
matchEvents(Connector) - Static method in class templates.presentation.Helpers
Compute the set of event names which appear in both TemplateComponents connected by the given connector.
matchEvents(Set<String>, Set<String>) - Static method in class templates.presentation.Helpers
Compute the set of event names which appear in both event name sets given.
message - Variable in class templates.diagram.TemplateDiagramMessage
Text message.
message - Variable in class templates.model.TemplateModelMessage
Text message.
message - Variable in class templates.model.Validator.ValidatorResult
String descriptor of the message.
message - Variable in class templates.presentation.IssueDescriptor
The human-readable description of the issue.
META - Static variable in class templates.io.TemplateFileIO
The meta tag for the layout information of TemplateDiagrams.
META_TAG - Static variable in class templates.library.TemplateMetaIO
The "tag" for the meta-data associated with templates.
metadataChanged() - Method in class templates.model.v3.TemplateDesign
 
metrics - Variable in class templates.presentation.EventLinker
The FontMetrics to be used when computing the sizes of the event labels on the screen.
MIN_HEIGHT - Static variable in class templates.presentation.EventLinker
The minimal height of the event linker component (in pixels).
MIN_LINK_WIDTH - Static variable in class templates.presentation.EventLinker
The minimal horizontal space which should be available to render event links (in pixels).
MissingLayoutException - Exception in templates.diagram
To be thrown when an Entity cannot retrieve the layout information for a TemplateComponent during instantiation.
MissingLayoutException() - Constructor for exception templates.diagram.MissingLayoutException
Calls super.
MissingLayoutException(String) - Constructor for exception templates.diagram.MissingLayoutException
Calls super with the given arguments.
MissingLayoutException(Throwable) - Constructor for exception templates.diagram.MissingLayoutException
Calls super with the given arguments.
MissingLayoutException(String, Throwable) - Constructor for exception templates.diagram.MissingLayoutException
Calls super with the given arguments.
model - Variable in class templates.diagram.actions.DiagramUndoableEdits.SetControllabilityEdit
The FSAModel which contains the DESEvent whose controllability should be set.
model - Variable in class templates.diagram.TemplateDiagram
The TemplateModel represented by this template diagram.
model - Variable in class templates.library.FSATemplate
The FSAModel underlying the template.
model - Variable in class templates.library.LibraryUI
The ListModel used to display the list of templates.
model - Variable in class templates.presentation.TemplateCanvas
The template design to be rendered.
model - Variable in class templates.presentation.TemplateToolset.TemplateStatusBar
The template design whose status information is displayed.
model - Variable in class templates.presentation.TemplateToolset.TemplateUID
The template design which is displayed by the Presentations specified in this descriptor.
modelNameChanged(DESModelMessage) - Method in class templates.model.v3.TemplateDesign
 
modelNameChanged(DESModelMessage) - Method in class templates.presentation.TemplateToolset.TemplateStatusBar
Update the information displayed in the status bar.
modelSaved() - Method in class templates.model.v3.TemplateDesign
 
modelsCombo - Static variable in class templates.library.AddTemplateDialog
The combo box listing the FSA models for the template.
ModularSupSolution - Class in templates.operations
Computes the modular supervisory solution for a TemplateModel.
ModularSupSolution() - Constructor for class templates.operations.ModularSupSolution
 
mom - Variable in class templates.presentation.EventLinker.EventLabel
The Entity for the TemplateComponent whose event is rendered.
mouseClicked(MouseEvent) - Method in class templates.library.LibraryUI
Load the underlying model of a template when the user double-clicks this template in the list of templates.
mouseClicked(MouseEvent) - Method in class templates.presentation.EventLinker
Do nothing.
mouseClicked(MouseEvent) - Method in class templates.presentation.IssuesViewer
When the user clicks inside the list of consistency issues, select in the template diagram those diagram elements which contribute to the occurrence of the consistency issue under the mouse cursor.
mouseClicked(MouseEvent) - Method in class templates.presentation.MouseInterpreter
 
mouseClicked(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
mouseDownAt - Variable in class templates.presentation.MouseInterpreter
The location of the mouse cursor when the mouse button was depressed last.
mouseDownOn - Variable in class templates.presentation.EventLinker
The event label on which the user pressed the mouse button, if any.
mouseDownOn - Variable in class templates.presentation.MouseInterpreter
The diagram element under the mouse cursor when the mouse button was depressed last.
mouseDragged(MouseEvent) - Method in class templates.library.LibraryUI
Do nothing.
mouseDragged(MouseEvent) - Method in class templates.presentation.EventLinker
Record the fact that the mouse was dragged.
mouseDragged(MouseEvent) - Method in class templates.presentation.MouseInterpreter
 
mouseDragged(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
mouseEntered(MouseEvent) - Method in class templates.library.LibraryUI
Do nothing.
mouseEntered(MouseEvent) - Method in class templates.presentation.EventLinker
Do nothing.
mouseEntered(MouseEvent) - Method in class templates.presentation.IssuesViewer
Do nothing.
mouseEntered(MouseEvent) - Method in class templates.presentation.MouseInterpreter
Do nothing.
mouseEntered(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
mouseExited(MouseEvent) - Method in class templates.library.LibraryUI
Do nothing.
mouseExited(MouseEvent) - Method in class templates.presentation.EventLinker
Do nothing.
mouseExited(MouseEvent) - Method in class templates.presentation.IssuesViewer
Do nothing.
mouseExited(MouseEvent) - Method in class templates.presentation.MouseInterpreter
Do nothing.
mouseExited(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
MouseInterpreter - Class in templates.presentation
Processes the mouse actions of the user when manipulating a TemplateEditableCanvas.
MouseInterpreter(TemplateEditableCanvas) - Constructor for class templates.presentation.MouseInterpreter
Construct a new mouse interpreter for the given canvas.
mouseMoved(MouseEvent) - Method in class templates.library.LibraryUI
Set the tooltip to contain the description of a template when mouse moves over this template in the list of template.
mouseMoved(MouseEvent) - Method in class templates.presentation.EventLinker
Repaint the UI element to reflect the updated position of the mouse cursor.
mouseMoved(MouseEvent) - Method in class templates.presentation.MouseInterpreter
 
mouseMoved(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
mousePopupTrigger(MouseEvent) - Method in class templates.presentation.EventLinker
Show the context (right-click) pop-up menu for the item under the mouse cursor.
mousePopupTrigger(MouseEvent) - Method in class templates.presentation.MouseInterpreter
Show the context (right-click) pop-up menu for the diagram element under the mouse cursor.
mousePressed(MouseEvent) - Method in class templates.library.LibraryUI
Do nothing.
mousePressed(MouseEvent) - Method in class templates.presentation.EventLinker
Process the depression of the mouse button to perform any relevant action such as starting the drawing of a new link, completing an already started link, etc.
mousePressed(MouseEvent) - Method in class templates.presentation.IssuesViewer
Do nothing.
mousePressed(MouseEvent) - Method in class templates.presentation.MouseInterpreter
 
mousePressed(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
mouseReleased(MouseEvent) - Method in class templates.library.LibraryUI
Do nothing.
mouseReleased(MouseEvent) - Method in class templates.presentation.EventLinker
Process the release of the mouse button to perform any relevant action such as selecting a link, completing an already started link, etc.
mouseReleased(MouseEvent) - Method in class templates.presentation.IssuesViewer
Do nothing.
mouseReleased(MouseEvent) - Method in class templates.presentation.MouseInterpreter
 
mouseReleased(MouseEvent) - Method in class templates.presentation.TemplateEditableCanvas
Transform the mouse cursor coordinates accounting for the scaling factor and forward the event to the mouse event interpreter.
myDescriptor - Static variable in class templates.model.v3.TemplateDesign
Maintains an instance of the descriptor of the template design type.

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