A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
catchEvent(eventType, eventClass, objectID, properties) — Method in class src.main.FunFX
The method the testing framework (Ruby implemented Funfx) access to perform events.
catchProperty(objectID, property) — Method in class src.main.FunFX
Checks the value of an objects property.
checkComponent(parentID, name) — Method in class src.main.FunFX
Helps the Funfx framework to figure out if the object exist in the application.
checkName(obj, name) — Method in class src.main.FunFX
Takes a display object and a name, and checks different values on the object to see if it matches the name.
createID(obj) — Method in class src.main.FunFX
A help method to create the ID for the object.
createID(obj) — Method in class src.test.FunFXMock
Overridden method from FunFX
CustomAutomationClass — Class in package src.main
Custom Automation class (Used with Adobe's approval).
CustomAutomationClass(name, superClassName) — Constructor in class src.main.CustomAutomationClass
CustomAutomationEventDescriptor — Class in package src.main
Event descriptor class (Used with Adobe's approval).
CustomAutomationEventDescriptor(name, eventClassName, eventType, args) — Constructor in class src.main.CustomAutomationEventDescriptor
Constructor
CustomAutomationMethodDescriptor — Class in package src.main
Method descriptor class (Used with Adobe's approval).
CustomAutomationMethodDescriptor(name, asMethodName, returnType, args) — Constructor in class src.main.CustomAutomationMethodDescriptor
CustomAutomationPropertyDescriptor — Class in package src.main
Describes a property of a test object (Used with Adobe's approval).
CustomAutomationPropertyDescriptor(name, forDescription, forVerification, asType, defaultValue) — Constructor in class src.main.CustomAutomationPropertyDescriptor
Constructor
CustomEnvironment — Class in package src.main
Custom Environment class (Used with Adobe's approval).
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z