templates.presentation
Class UIActions

java.lang.Object
  extended by templates.presentation.UIActions

public class UIActions
extends java.lang.Object

Collection of the actions available in the UI while working on a TemplateModel.

Author:
Lenko Grigorov

Nested Class Summary
static class UIActions.AssignFSAAction
          An action to display the dialog for assigning an FSA model to a template component.
static class UIActions.ConnectAction
          An action to start drawing a new connector from an entity in a template design.
static class UIActions.CreateEntityAction
          Action to create a new Entity in a template design.
static class UIActions.DeleteAction
          An action to delete a diagram element from a template diagram.
static class UIActions.DeleteAllLinksAction
          An action to remove all links between the events of the template components connected by a connector.
static class UIActions.EventLinksAction
          An action to display the dialog for specifying the linking of events between the template components connected by a connector.
static class UIActions.LabelAction
          Action to display the entity labelling dialog and let the user relabel an Entity.
static class UIActions.MakeTemplateAction
          An action to create a new template based on an entity in a template design.
static class UIActions.MatchEventsAction
          An action to replace all links between the template components connected by a connector with links only between the events with matching names.
static class UIActions.OpenModelAction
          Action to load and activate in IDES the underlying model of a template component.
static class UIActions.ResetIconAction
          An action to reset the icon of an entity to its default form.
static class UIActions.SetChannelAction
          An action to set the type of a template component to TemplateComponent.TYPE_CHANNEL (channel).
static class UIActions.SetColorAction
          An action to display the color chooser dialog to let the user select the background color of the icon of an entity.
static class UIActions.SetControllabilityAction
          Deprecated. This class is not maintained. It might be used in future releases of the Template Design plugin.
static class UIActions.SetModuleAction
          An action to set the type of a template component to TemplateComponent.TYPE_MODULE (module).
static class UIActions.ShowSupAction
          An action to compute and display the supervisor for a channel in a template design.
 
Constructor Summary
UIActions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIActions

public UIActions()