Uses of Class
ix.icore.Issue

Packages that use Issue
ix.icore I-X core classes. 
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.itest I-TEST. 
 

Uses of Issue in ix.icore
 

Methods in ix.icore that return Issue
 Issue Issue.instantiate(MatchEnv env, Function1 ifUnbound)
           
 

Methods in ix.icore with parameters of type Issue
 void IssueHandler.handleIssue(Issue i)
           
 void IXAgent.handleNewIssue(Issue issue)
          Handles new issues from external sources.
 

Uses of Issue in ix.iface.util
 

Methods in ix.iface.util with parameters of type Issue
static java.lang.String Reporting.issueDescription(Issue issue)
           
 

Uses of Issue in ix.ip2
 

Methods in ix.ip2 with parameters of type Issue
 void Ip2.handleNewIssue(Issue issue)
          Handles new issues from external sources.
 void PanelController.addIssue(Issue issue)
           
 

Constructors in ix.ip2 with parameters of type Issue
IssueItem(Issue issue)
           
 

Uses of Issue in ix.itest
 

Methods in ix.itest that return Issue
protected  Issue SendPanel.issueFromControls()
          Construct an issue from the current state of the GUI.