Uses of Interface
templates.diagram.TemplateDiagramSubscriber

Packages that use TemplateDiagramSubscriber
templates.diagram   
templates.presentation   
 

Uses of TemplateDiagramSubscriber in templates.diagram
 

Methods in templates.diagram that return TemplateDiagramSubscriber
 TemplateDiagramSubscriber[] TemplateDiagram.getDiagramSubscribers()
          Returns all current subscribers to this template diagram.
 

Methods in templates.diagram with parameters of type TemplateDiagramSubscriber
 void TemplateDiagram.addSubscriber(TemplateDiagramSubscriber subscriber)
          Attaches the given subscriber to this template diagram.
 void TemplateDiagram.removeSubscriber(TemplateDiagramSubscriber subscriber)
          Removes the given subscriber to this template diagram.
 

Uses of TemplateDiagramSubscriber in templates.presentation
 

Classes in templates.presentation that implement TemplateDiagramSubscriber
 class IssuesViewer
          The UI element displaying the list of consistency issues in template designs.
 class TemplateCanvas
          The UI element which renders the graphical representation of a TemplateModel.
 class TemplateConsistencyCanvas
          A TemplateEditableCanvas which highlights the elements which contribute to consistency issues in the template design.
 class TemplateEditableCanvas
          A TemplateCanvas which allows the manipulation of a TemplateModel by the user via the GUI.