Uses of Class
scone.usertesttool.UserTestControl

Packages that use UserTestControl
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 UserTestControl in scone.usertesttool
 

Fields in scone.usertesttool declared as UserTestControl
static UserTestControl EventObserver.utc
           
 

Methods in scone.usertesttool that return UserTestControl
 UserTestControl UserTestTool.getUtc()
           
 

Methods in scone.usertesttool with parameters of type UserTestControl
 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
static void UserTestToolMeg.setUtc(UserTestControl AUtc)
           
static void EventObserver.setUtc(UserTestControl AUtc)
           
 

Constructors in scone.usertesttool with parameters of type UserTestControl
Task(org.w3c.dom.Node userTextXml, int taskNumber, UserTestControl utc)
          This constructor searches the xml-document for the n-th task node, reads its information and creates a Panel out of this information.
Task(org.w3c.dom.Node userTextXml, int taskNumber, UserTestControl utc, boolean caseSensitive)
           
TaskWindow(UserTestControl utc)
           
UTButton(UserTestControl utc)
           
UTComboBox(UserTestControl utc)
          Constructor with standard Size
UTComboBox(UserTestControl utc, java.lang.String description)
           
UTComboBox(UserTestControl utc, java.lang.String description, int width)
           
UTComboBox(UserTestControl utc, java.lang.String description, int width, boolean enabled)
          Set Heading, label and width.
UTDropDownBox(UserTestControl utc)
          Constructor with standard Size
UTDropDownBox(UserTestControl utc, java.lang.String description)
           
UTDropDownBox(UserTestControl utc, java.lang.String description, int width)
           
UTDropDownBox(UserTestControl utc, java.lang.String description, int width, boolean enabled)
          Set Heading, label and width.
UTSlider(UserTestControl utc)
          Constructor with standard Size
UTSlider(UserTestControl utc, java.lang.String description)
           
UTSlider(UserTestControl utc, java.lang.String description, int width)
           
UTSlider(UserTestControl utc, java.lang.String description, int width, boolean enabled)
          Set Heading, label and width.
UTTextField(UserTestControl utc)
          Constructor with standard Size