Uses of Class
templates.presentation.EventLinker.EventLabel

Packages that use EventLinker.EventLabel
templates.presentation   
 

Uses of EventLinker.EventLabel in templates.presentation
 

Fields in templates.presentation declared as EventLinker.EventLabel
protected  EventLinker.EventLabel EventLinker.AddEventToModel.label
          The event label for the event to be marked.
protected  EventLinker.EventLabel EventLinker.mouseDownOn
          The event label on which the user pressed the mouse button, if any.
 

Fields in templates.presentation with type parameters of type EventLinker.EventLabel
protected  java.util.Set<EventLinker.EventLabel> EventLinker.labels
          The event labels for the events of the template components.
 

Methods in templates.presentation that return EventLinker.EventLabel
protected  EventLinker.EventLabel EventLinker.findMatchingRightLabel(java.lang.String name)
          Retrieve the event label for an event from the right template component of the Connector.
protected  EventLinker.EventLabel EventLinker.getLabel(java.lang.String name, Entity mom)
          Retrieve the event label for the event with the given name, part of the template component of the given Entity.
protected  EventLinker.EventLabel EventLinker.getLabelAt(java.awt.Point p)
          Retrieve the event label which contains the given point.
 

Methods in templates.presentation with parameters of type EventLinker.EventLabel
 int EventLinker.EventLabel.compareTo(EventLinker.EventLabel arg0)
          Compare first according to the hash code of the template component whose event is rendered; then according to the name of the event.
protected  void EventLinker.linkLabels(EventLinker.EventLabel first, EventLinker.EventLabel second)
          Establish a link between the event from the given event labels.
 void EventLinker.unlinkLabel(EventLinker.EventLabel label)
          Remove all links which link the event from the given event label.
 

Constructors in templates.presentation with parameters of type EventLinker.EventLabel
EventLinker.AddEventToModel(EventLinker.EventLabel label)
          Construct an action to mark the event from the given event label.
EventLinker.LabelLink(EventLinker.EventLabel leftSide, EventLinker.EventLabel rightSide)
          Construct a new event link with the given event labels.