Uses of Class
ix.icore.Activity

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

Uses of Activity in ix.icore
 

Methods in ix.icore with parameters of type Activity
 void IXAgent.handleNewActivity(Activity activity)
          Handles new activities from external sources.
 

Uses of Activity in ix.iface.util
 

Methods in ix.iface.util with parameters of type Activity
static java.lang.String Reporting.activityDescription(Activity activity)
           
 

Uses of Activity in ix.ip2
 

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

Methods in ix.ip2 with parameters of type Activity
 void Ip2.handleNewActivity(Activity activity)
          Handles new activities from external sources.
 void PanelController.addActivity(Activity activity)
           
 

Constructors in ix.ip2 with parameters of type Activity
ActivityItem(Activity activity)
           
ActivityItem(ActivityItem parent, Activity activity)
           
WaitForReportsItem(Activity activity)
           
 

Uses of Activity in ix.itest
 

Methods in ix.itest that return Activity
protected  Activity SendPanel.activityFromControls()
          Construct an activity from the current state of the GUI.