Uses of Class
scone.usertesttool.TaskPanel

Packages that use TaskPanel
scone.usertesttool Scone's usertesttool: TEA (Test Environment for Automation) "TEA" -- Scone's UserTestTool -- was developed to support usability experts while performing user tests. 
 

Uses of TaskPanel in scone.usertesttool
 

Methods in scone.usertesttool that return TaskPanel
 TaskPanel UserTestControl.createTestChooser(scone.usertesttool.PersistentTestStateStore ptss, UserTestControl utc)
          This method creates a TaskPanel that contains the test chooser and the chooser for unfinished Tests
 TaskPanel Task.getTaskPanel()
           
 

Methods in scone.usertesttool with parameters of type TaskPanel
 void TaskWindow.displayTask(TaskPanel panel)