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

U

UIActions - Class in templates.presentation
Collection of the actions available in the UI while working on a TemplateModel.
UIActions() - Constructor for class templates.presentation.UIActions
 
UIActions.AssignFSAAction - Class in templates.presentation
An action to display the dialog for assigning an FSA model to a template component.
UIActions.AssignFSAAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.AssignFSAAction
Construct an action to display the dialog for assigning an FSA model to the given template component.
UIActions.ConnectAction - Class in templates.presentation
An action to start drawing a new connector from an entity in a template design.
UIActions.ConnectAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.ConnectAction
Construct an action to start drawing a new connector from the given entity.
UIActions.CreateEntityAction - Class in templates.presentation
Action to create a new Entity in a template design.
UIActions.CreateEntityAction(TemplateEditableCanvas, Point) - Constructor for class templates.presentation.UIActions.CreateEntityAction
Construct an action to add a new Entity at the given location.
UIActions.DeleteAction - Class in templates.presentation
An action to delete a diagram element from a template diagram.
UIActions.DeleteAction(TemplateEditableCanvas, DiagramElement) - Constructor for class templates.presentation.UIActions.DeleteAction
Construct an action to delete a given diagram element from a given template diagram.
UIActions.DeleteAllLinksAction - Class in templates.presentation
An action to remove all links between the events of the template components connected by a connector.
UIActions.DeleteAllLinksAction(TemplateEditableCanvas, Connector) - Constructor for class templates.presentation.UIActions.DeleteAllLinksAction
Construct an action to remove all links between the events of the template components connected by the given connector.
UIActions.EventLinksAction - Class in templates.presentation
An action to display the dialog for specifying the linking of events between the template components connected by a connector.
UIActions.EventLinksAction(TemplateEditableCanvas, Connector) - Constructor for class templates.presentation.UIActions.EventLinksAction
Construct an action to display the dialog for specifying the linking of events between the template components connected by the given connector.
UIActions.LabelAction - Class in templates.presentation
Action to display the entity labelling dialog and let the user relabel an Entity.
UIActions.LabelAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.LabelAction
Construct an action to display the entity labelling dialog and let the user relabel the given Entity.
UIActions.MakeTemplateAction - Class in templates.presentation
An action to create a new template based on an entity in a template design.
UIActions.MakeTemplateAction(Entity) - Constructor for class templates.presentation.UIActions.MakeTemplateAction
Construct an action to create a new template based on the given entity.
UIActions.MatchEventsAction - Class in templates.presentation
An action to replace all links between the template components connected by a connector with links only between the events with matching names.
UIActions.MatchEventsAction(TemplateEditableCanvas, Connector) - Constructor for class templates.presentation.UIActions.MatchEventsAction
Construct an action to replace all links between the template components connected by the given connector with links only between the events with matching names.
UIActions.OpenModelAction - Class in templates.presentation
Action to load and activate in IDES the underlying model of a template component.
UIActions.OpenModelAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.OpenModelAction
Construct an action to load and activate in IDES the underlying model of the specified template component.
UIActions.ResetIconAction - Class in templates.presentation
An action to reset the icon of an entity to its default form.
UIActions.ResetIconAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.ResetIconAction
Construct an action to reset the icon of the given entity to its default form.
UIActions.SetChannelAction - Class in templates.presentation
An action to set the type of a template component to TemplateComponent.TYPE_CHANNEL (channel).
UIActions.SetChannelAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.SetChannelAction
Construct an action to set the type of the given template component to TemplateComponent.TYPE_CHANNEL (channel).
UIActions.SetColorAction - Class in templates.presentation
An action to display the color chooser dialog to let the user select the background color of the icon of an entity.
UIActions.SetColorAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.SetColorAction
Construct an action to display the color chooser dialog to let the user select the background color of the icon of the given entity.
UIActions.SetControllabilityAction - Class in templates.presentation
Deprecated. This class is not maintained. It might be used in future releases of the Template Design plugin.
UIActions.SetControllabilityAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.SetControllabilityAction
Deprecated.  
UIActions.SetModuleAction - Class in templates.presentation
An action to set the type of a template component to TemplateComponent.TYPE_MODULE (module).
UIActions.SetModuleAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.SetModuleAction
Construct an action to set the type of the given template component to TemplateComponent.TYPE_MODULE (module).
UIActions.ShowSupAction - Class in templates.presentation
An action to compute and display the supervisor for a channel in a template design.
UIActions.ShowSupAction(TemplateEditableCanvas, Entity) - Constructor for class templates.presentation.UIActions.ShowSupAction
Construct an action to compute and display the supervisor for the given channel.
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.AddLinkEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.AssignFSAEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.CreateConnectorEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.CreateEntityEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.LabelEntityEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.MovedSelectionEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.RemoveConnectorEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.RemoveEntityEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.RemoveLinkEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.SetControllabilityEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.SetIconEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.SetTypeEdit
 
undo() - Method in class templates.diagram.actions.DiagramUndoableEdits.TranslateDiagramEdit
 
unlinkAll() - Method in class templates.presentation.EventLinker
Remove all links between the events of the template components connected by the Connector given during initialization.
unlinkLabel(EventLinker.EventLabel) - Method in class templates.presentation.EventLinker
Remove all links which link the event from the given event label.
unload() - Method in class templates.plugin.TemplatesPlugin
Do nothing.
update() - Method in class templates.diagram.Connector
Updates the connector to reflect any changes to the location of the linked Entitys and/or the events being linked.
update() - Method in class templates.diagram.Entity
Updates the entity to reflect any changes to the icon, label, location, type of entity, etc.
update() - Method in class templates.presentation.EventLinker
Update the positions of the event labels.
updateEmptyConnectorList() - Method in class templates.diagram.TemplateDiagram
Update the list of empty connectors in the template diagram (i.e., Connectors which do not contain any TemplateLinks), and add the information to the underlying TemplateModel as a layout annotation.
updateList() - Method in class templates.library.LibraryUI
Update the list of templates to be displayed according to the current content of the template library.
usePluralDescription - Variable in class templates.diagram.actions.AbstractDiagramAction
Specifies if the user-readable description of the UndoableEdit for this action should use the plural form.
usePluralDescription - Variable in class templates.diagram.actions.AbstractDiagramUndoableEdit
Specifies if the user-readable description of the undoable edit should use the plural form.

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