Uses of Class
templates.diagram.TemplateDiagramMessage

Packages that use TemplateDiagramMessage
templates.diagram   
templates.presentation   
 

Uses of TemplateDiagramMessage in templates.diagram
 

Methods in templates.diagram with parameters of type TemplateDiagramMessage
protected  void TemplateDiagram.fireDiagramChanged(TemplateDiagramMessage message)
          Notifies all subscribers that there has been a change to an element of this template diagram.
protected  void TemplateDiagram.fireDiagramSelectionChanged(TemplateDiagramMessage message)
          Notifies all subscribers that there has been a change to the set of selected elements in this template diagram.
 void TemplateDiagramSubscriber.templateDiagramChanged(TemplateDiagramMessage message)
          Called when there has been a change to the structure of the TemplateDiagram to which this listener subscribes.
 void TemplateDiagramSubscriber.templateDiagramSelectionChanged(TemplateDiagramMessage message)
          Called when there has been a change to the collection of selected DiagramElements in the TemplateDiagram to which this listener subscribes.
 

Uses of TemplateDiagramMessage in templates.presentation
 

Methods in templates.presentation with parameters of type TemplateDiagramMessage
 void TemplateEditableCanvas.templateDiagramChanged(TemplateDiagramMessage message)
          In addition to refreshing the rendering of the template diagram, update the highlighting of diagram elements.
 void TemplateCanvas.templateDiagramChanged(TemplateDiagramMessage message)
          Refresh the rendering of the diagram.
 void IssuesViewer.templateDiagramChanged(TemplateDiagramMessage message)
          Update the list of consistency issues after a change to the template diagram.
 void TemplateCanvas.templateDiagramSelectionChanged(TemplateDiagramMessage message)
          Refresh the rendering of the diagram.
 void IssuesViewer.templateDiagramSelectionChanged(TemplateDiagramMessage message)
          After a change to the selection of diagram elements, in the list of consistency issues select those consistency issues which stem from the diagram elements selected by the user.