Uses of Class
ix.icore.TaskItem

Packages that use TaskItem
ix.ichat   
ix.icore I-X core classes. 
ix.icore.plan Classes for external / snapshot representation of processes. 
ix.icore.plan.build Utilities for constructing plans. 
ix.icore.plan.inspect Utilities for examining plans. 
ix.iface.plan Plan outputters. 
ix.ip2 I-X Process Panels 
ix.ip2.test Classes for test-menu entries. 
ix.itest I-Test. 
 

Uses of TaskItem in ix.ichat
 

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

Uses of TaskItem in ix.icore
 

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

Methods in ix.icore with parameters of type TaskItem
protected  void IXAgent.handleReceivedReport(TaskItem item)
          Utility for sending a "Received" report about an issue or activity.
 

Uses of TaskItem in ix.icore.plan
 

Methods in ix.icore.plan that return TaskItem
 TaskItem PlanNode.getItem()
           
 TaskItem PlanIssue.getItem()
           
abstract  TaskItem AbstractPlanItem.getItem()
           
 

Methods in ix.icore.plan with parameters of type TaskItem
 void PlanNode.setItem(TaskItem item)
           
 void PlanIssue.setItem(TaskItem item)
           
abstract  void AbstractPlanItem.setItem(TaskItem item)
           
 

Uses of TaskItem in ix.icore.plan.build
 

Methods in ix.icore.plan.build with parameters of type TaskItem
protected abstract  AbstractPlanItem ExamplePlanBuilder.Expander.makePlanItem(TaskItem item, AbstractPlanItem parentPI)
           
protected  AbstractPlanItem ExamplePlanBuilder.IssueExpander.makePlanItem(TaskItem item, AbstractPlanItem parentPI)
          Returns a PlanIssue.
protected  AbstractPlanItem ExamplePlanBuilder.ActivityExpander.makePlanItem(TaskItem item, AbstractPlanItem parentPI)
          Returns a PlanNode.
 

Uses of TaskItem in ix.icore.plan.inspect
 

Methods in ix.icore.plan.inspect with parameters of type TaskItem
 AbstractPlanItem PlanInspector.toPlanItem(TaskItem ti)
           
 void TaskItemVisitor.visit(TaskItem item, TaskItem parent, java.util.List children)
           
 void PlanInspector.walkTaskItemChildren(TaskItem item, TaskItemVisitor v)
           
 

Uses of TaskItem in ix.iface.plan
 

Methods in ix.iface.plan with parameters of type TaskItem
(package private)  void TextPlanWriter.TIVisitor.outTaskItem(TaskItem ti)
           
(package private)  void HtmlPlanWriter.outTaskItem(TaskItem ti)
           
(package private)  java.lang.String TextPlanWriter.TIVisitor.patternSentence(TaskItem ti)
           
 void TextPlanWriter.TIVisitor.visit(TaskItem item, TaskItem parent, java.util.List children)
           
 void HtmlPlanWriter.TIVisitor.visit(TaskItem item, TaskItem parent, java.util.List children)
           
 

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.
 

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

Methods in ix.ip2 with parameters of type TaskItem
 boolean PanelController.canHandleAutomatically(TaskItem issueOrActivity)
           
 boolean Agenda.canHandleAutomatically(TaskItem issueOrActivity)
           
(package private)  AgendaItem PlanInstaller.findItem(TaskItem target, java.util.List items)
           
 Agenda PanelController.getAgenda(TaskItem issueOrActivity)
           
 void PanelController.handleAutomatically(TaskItem issueOrActivity)
           
 void Agenda.handleAutomatically(TaskItem issueOrActivity)
           
 AgendaItem IssueAgenda.makeItem(TaskItem issue)
           
abstract  AgendaItem Agenda.makeItem(TaskItem issueOrActivity)
           
 AgendaItem ActivityAgenda.makeItem(TaskItem activity)
           
 void AgendaItem.setAbout(TaskItem item)
           
 

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

Uses of TaskItem in ix.ip2.test
 

Constructors in ix.ip2.test with parameters of type TaskItem
TestItem(TaskItem contents)
           
 

Uses of TaskItem in ix.itest
 

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

Methods in ix.itest with parameters of type TaskItem
protected  TaskItem SendPanel.IssueActivityControls.fillTaskItemFromControls(TaskItem item)
          Fills in the contents of an Issue or Activity.
protected  void SendPanel.IssueActivityControls.initItem(TaskItem item)
           
protected  void SendPanel.ActivityControls.initItem(TaskItem item)
           
 void SendPanel.initReport(TaskItem item, Name reportTo, Name ref, ReportType type)
           
(package private)  void SendPanel.ReportControls.initReport(TaskItem item, Name reportTo, Name ref, ReportType type)