|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use TestClass | |
|---|---|
| org.ximtec.igesture.core | The core iGesture classes. |
| org.ximtec.igesture.core.jdom | XML import and export functionality for core iGesture classes. |
| org.ximtec.igesture.tool.view.testset.action | |
| org.ximtec.igesture.tool.view.testset.panel | |
| Uses of TestClass in org.ximtec.igesture.core |
|---|
| Methods in org.ximtec.igesture.core that return TestClass | |
|---|---|
TestClass |
TestSet.getTestClass(String name)
|
| Methods in org.ximtec.igesture.core that return types with arguments of type TestClass | |
|---|---|
List<TestClass> |
TestSet.getTestClasses()
Returns all samples. |
| Methods in org.ximtec.igesture.core with parameters of type TestClass | |
|---|---|
void |
TestSet.addTestClass(TestClass testClass)
|
void |
TestSet.remove(TestClass testClass)
Removes a the sample from the list of samples. |
| Method parameters in org.ximtec.igesture.core with type arguments of type TestClass | |
|---|---|
void |
TestSet.addTestClasses(List<TestClass> testClasses)
|
| Uses of TestClass in org.ximtec.igesture.core.jdom |
|---|
| Methods in org.ximtec.igesture.core.jdom that return TestClass | |
|---|---|
static TestClass |
JdomTestClass.unmarshal(org.jdom.Element setElement)
|
| Constructors in org.ximtec.igesture.core.jdom with parameters of type TestClass | |
|---|---|
JdomTestClass(TestClass testClass)
Creates a Test Class Jdom Element |
|
| Uses of TestClass in org.ximtec.igesture.tool.view.testset.action |
|---|
| Constructors in org.ximtec.igesture.tool.view.testset.action with parameters of type TestClass | |
|---|---|
AddSampleAction(Controller controller,
TestClass descriptor,
GestureDevice<?,?> device)
|
|
RemoveSampleAction(Controller controller,
TestClass descriptor,
Gesture<?> sample)
|
|
| Uses of TestClass in org.ximtec.igesture.tool.view.testset.panel |
|---|
| Constructors in org.ximtec.igesture.tool.view.testset.panel with parameters of type TestClass | |
|---|---|
TestClassPanel(Controller controller,
TestClass testClass)
Constructor |
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||