Uses of Class
templates.presentation.IssueDescriptor

Packages that use IssueDescriptor
templates.presentation   
 

Uses of IssueDescriptor in templates.presentation
 

Fields in templates.presentation declared as IssueDescriptor
 IssueDescriptor IssuesViewer.IssueUI.descriptor
          The consistency issue descriptor.
 

Methods in templates.presentation that return types with arguments of type IssueDescriptor
static java.util.List<IssueDescriptor> IssuesWrapper.getIssues(TemplateDiagram diagram)
          Assemble a list of IssueDescriptors for the consistency issues in a TemplateDiagram.
 

Constructors in templates.presentation with parameters of type IssueDescriptor
IssuesViewer.IssueUI(IssueDescriptor id)
          Construct a new UI element to display the given consistency issue.