Uses of Class
ix.icore.TaskItem

Packages that use TaskItem
ix.ichat   
ix.icore I-X core classes. 
ix.ip2 I-X Process Panels 
ix.itest I-TEST. 
 

Uses of TaskItem in ix.ichat
 

Methods in ix.ichat with parameters of type TaskItem
 void ChatFrame.initReport(TaskItem item)
           
 

Uses of TaskItem in ix.icore
 

Subclasses of TaskItem in ix.icore
 class Activity
          An Activity.
 class Issue
          An Issue.
 

Uses of TaskItem in ix.ip2
 

Subclasses of TaskItem in ix.ip2
 class WaitForReportsActivity
          An activity that waits for reports re something sent to another agent.
 

Fields in ix.ip2 declared as TaskItem
protected  TaskItem AgendaItem.about
           
 

Methods in ix.ip2 that return TaskItem
 TaskItem AgendaItem.getAbout()
           
 

Constructors in ix.ip2 with parameters of type TaskItem
AgendaItem(TaskItem about)
           
AgendaItem(AgendaItem parent, TaskItem about)
           
 

Uses of TaskItem in ix.itest
 

Methods in ix.itest that return TaskItem
protected  TaskItem SendPanel.fillTaskItemFromControls(TaskItem item)
          Fills in the contents of an Issue or Activity.
 

Methods in ix.itest with parameters of type TaskItem
 void SendPanel.initReport(TaskItem item)
           
protected  TaskItem SendPanel.fillTaskItemFromControls(TaskItem item)
          Fills in the contents of an Issue or Activity.