| 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 |
| ICaptivateWidgetData — Interface, package widgetfactory.properties |
|
Interface defining functions that initialize Widget Properties using data provided by Captivate. |
| IFrameRange — Interface, package widgetfactory.info |
|
An interface for objects (like proxies or information objects) that contain information about frame ranges. |
| info(message:String) — method, interface widgetfactory.logging.IWidgetDebugger |
|
Used for tracing information about the program. |
| info(message:String) — Static Method , class widgetfactory.logging.WidgetDebugger |
|
Used for tracing information about the program. |
| info(message:String) — method, class widgetfactory.logging.debuggers.DefaultWidgetDebugger |
|
Used for tracing information about the program. |
| info(message:String) — method, class widgetfactory.logging.debuggers.WidgetArthropodDebugger |
|
Used for tracing information about the program. |
| info(message:String) — method, class widgetfactory.logging.debuggers.WidgetMonsterDebugger |
|
Used for tracing information about the program. |
| information — Static Property, class widgetfactory.logging.WidgetDebugger |
|
Toggles whether info messages will be traced or not. |
| init() — method, interface widgetfactory.logging.IWidgetDebugger |
|
Initialized the object to connect to the debugger. |
| init() — method, class widgetfactory.logging.debuggers.DefaultWidgetDebugger |
|
Initialized the object to connect to the debugger. |
| init() — method, class widgetfactory.logging.debuggers.WidgetArthropodDebugger |
|
Initialized the object to connect to the debugger. |
| init() — method, class widgetfactory.logging.debuggers.WidgetMonsterDebugger |
|
Initialized the object to connect to the debugger. |
| initialAlpha — Property, class widgetfactory.info.WidgetInfo |
|
The alpha value the Captivate Author gave the widget. |
| initializeFromObject(obj:Object) — method, class widgetfactory.helpers.runtime.RuntimeData |
|
Takes an untyped RuntimeData object, extracts its data, and applies it to the properties of this object. |
| initializeFromObject(object:Object) — method, class widgetfactory.properties.BaseProperties |
|
Creates the Widget Properties data from an object. |
| initializeFromObject(object:Object) — method, interface widgetfactory.properties.ICaptivateWidgetData |
|
Creates the Widget Properties data from an object. |
| initializeFromString(xmlString:String) — method, class widgetfactory.properties.BaseProperties |
|
Creates the Widget Properties data from an XML string. |
| initializeFromString(xmlString:String) — method, interface widgetfactory.properties.ICaptivateWidgetData |
|
Creates the Widget Properties data from an XML string. |
| interactionID — Property, class widgetfactory.QuizData |
|
The interactionID given to the quiz element. |
| interactionID — Property, class widgetfactory.proxy.QuizReporterProxy |
|
The Interaction Identification Number associated with this question. |
| interactiveItemSubmitted — Event, class widgetfactory.StaticWidget |
| |
| INTERACTIVE_ITEM_SUBMITTED — Constant Static Property, class widgetfactory.events.WidgetEvent |
|
Dispatched whenever an interactive object sends information back to Captivate. |
| InteractiveWidget — class, package widgetfactory |
|
An Interactive Widget is a Static Widget with success and failure criteria. |
| InteractiveWidget(propertiesDialogWidth:Number, propertiesDialogHeight:Number, propertiesObject:widgetfactory.properties:ICaptivateWidgetData) — Constructor, class widgetfactory.InteractiveWidget |
|
Creates a new instance of the InteractiveWidget class. |
| interactiveWidgetSubmitted — Event, class widgetfactory.InteractiveWidget |
| |
| INTERACTIVE_WIDGET_SUBMITTED — Constant Static Property, class widgetfactory.events.WidgetEvent |
|
Dispatched when a WidgetFactory Interactive Widget reports a criteria. |
| INTERACTIVE_WIDGET_SUFFIX — Constant Static Property, class widgetfactory.StaticWidget |
|
The suffix that Captivate places on the end of an Interactive Widget's item name. |
| IRoom — Interface, package widgetfactory.communication |
|
Implemented by objects that are used as widget rooms. |
| IRuntimeData — Interface, package widgetfactory.helpers.runtime |
|
An interface for objects that hold information about a widget's runtime. |
| isActOfUser — Property, class widgetfactory.events.WidgetEvent |
|
Returns true if the event was caused by something the user did, or false if it was caused by a Captivate operation. |
| isCaptivate4 — Property, class widgetfactory.StaticWidget |
|
Returns true if the widget is being used by Captivate 4. |
| isCaptivate4Embedded — Property, class widgetfactory.StaticWidget |
|
Returns true if the widget is in Captivate 4 and embedded in the movie. |
| isCaptivate5 — Property, class widgetfactory.StaticWidget |
|
Returns true if the widget is being used by Captivate 5. |
| isCompleteAnswer — Property, class widgetfactory.QuestionWidget |
|
Determines if Captivate sees the question as complete (true) or incomplete (false). |
| isCorrectAnswer — Property, class widgetfactory.QuestionWidget |
|
Determines if Captivate marks the question as correct (true) or incorrect (false). |
| isDisplayedForRestOfProject — Property, interface widgetfactory.helpers.runtime.IRuntimeData |
|
Indicates whether the widget was set by the Captivate Author to display for the rest of the project. |
| isDisplayedForRestOfProject — Property, class widgetfactory.helpers.runtime.RuntimeData |
|
Indicates whether the widget was set by the Captivate Author to display for the rest of the project. |
| isDisplayedForRestOfProject — Property, class widgetfactory.info.WidgetInfo |
|
Indicates whether the Captivate Author set this widget to appear for the rest of the project. |
| isFirstRuntime — Property, class widgetfactory.StaticWidget |
|
Indicates whether this is the first time runtime has been dispatched for this widget. |
| isInAggregator — Property, class widgetfactory.StaticWidget |
|
Indicates whether the Captivate Movie is inside an aggregator. |
| isInRuntime — Property, class widgetfactory.StaticWidget |
|
Indicates whether the movie's current position is within the widget's set period to be active. |
| ISlideRoom — Interface, package widgetfactory.communication |
|
ISlideRoom is implemented by Widget Rooms which span across a certain slide. |
| isNull — Property, class widgetfactory.proxy.BaseProxy |
| |
| isReadyForStageSnapShot — Property, class widgetfactory.StaticWidget |
|
Tells Captivate if the widget is prepared to have the Stage snapshot taken. |
| isRoom — Property, class widgetfactory.communication.BaseRoom |
|
A property that WidgetRooms looks for when it is trying to locate a room object. |
| isRoom — Property, class widgetfactory.communication.BaseRoomProxy |
|
A property that WidgetRooms looks for when it is trying to locate a room object. |
| isRoom — Property, interface widgetfactory.communication.IRoom |
|
A property that WidgetRooms looks for when it is trying to locate a room object. |
| isSuccess — Property, class widgetfactory.events.WidgetEvent |
|
Used with the INTERACTIVE_WIDGET_SUBMITTED event. |
| isSynchronizedWithProject — Property, class widgetfactory.info.WidgetInfo |
|
Indicates whether the Captivate Author set the widget to synchronize with the project. |
| itemName — Property, class widgetfactory.StaticWidget |
|
Hold the item name that the Captivate Author gave the widget. |
| itemName — Property, class widgetfactory.events.WidgetEvent |
|
The item name of the widget that dispatched the event. |
| IWidgetDebugger — Interface, package widgetfactory.logging |
|
An interface used for objects that work with the WidgetDebugger class to connect to an external debugger. |
| IWidgetManager — Interface, package widgetfactory.helpers.runtime |
|
Implemented by the Widget Manager and its proxy class. |
|
| 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 |