All classes and interfaces
- Action
- An Action is a "Command Pattern" object that holds data of an object's method.
- ActionEvent
- Event object sent by Action and TimedAction classes.
- ActionQueue
- Creates a series of sequential animation/function calls, or "actions".
- ActionRunner
- Sequentially calls a list of Action objects.
- AnimationEvent
- Event class for sending animation related events.
- AQAddMove
- Action method that controls the relative position of a DisplayObject.
- AQBaseSinusoid
- Base class that calculates the starting values for sinusoid-like movements like blinking and pulsing.
- AQBlink
- Action method to control the timed blinking (making more or less visible) of a DisplayObject.
- AQFade
- Action method to control the timed fading of a DisplayObject.
- AQFollowMouse
- Action method to let a DisplayObject follow the mouse pointer.
- AQFunction
- Action method to call a function repeatedly over time, with a changing numeric value.
- AQMove
- Action method to control the timed movement of a DisplayObject.
- AQProperty
- Action method to control an object's property over time.
- AQPulse
- Action methods to control pulsing animations (fading, scaling) of a DisplayObject.
- AQRotate
- Action method to control the timed rotation of a DisplayObject.
- AQScale
- Action method to control the timed scaling of a DisplayObject.
- AQSet
- Action methods to set the properties of a DisplayObject or MovieClip.
- AQTimeline
- Action methods to control a MovieClip's timeline.
- ArrayEnumerator
- Straightforward enumeration (iterator) class for arrays.
- AssetLoader
- Loads assets (SWF movies or supported image formats) into a clip.
- AssetLoaderEvent
- Event object sent by AssetLoader.
- BaseButton
- BaseEnumerator
- Base class for enumerator objects.
- BooleanUtils
- BooleanValidationRule
- Validation rule that returns the value of target.getValue() as Boolean, so the value is valid if true
- ButtonBehavior
- Delegate class to manage button states (mouse over, selected, enabled, etcetera) to free the button class from state management and let it just do the drawing of its mouse states.
- ButtonBehaviorEvent
- Passes events for ButtonBehavior (and subclasses thereof).
- ButtonStates
- Button state options used by ButtonBehavior.
- Condition
- A Condition is an Action that runs an evaluation method and returns its result: true or false.
- ConditionEvent
- Event objects that are sent by ConditionManager.
- ConditionManager
- ConditionManager repeatedly runs through a list of Conditions (on each FramePulse event, until all conditions are met).
- CustomNetStream
- extends Netstream class so we can listen to Netstream events using eventListeners
- CustomNetStreamEvent
- DelayButtonBehavior
- Delegate class to manage timing control over mouse over and mouse out events.
- DutchPostcodeValidationRule
- Validation rule to check for a valid Dutch type postcode.
- EmailValidationRule
- Validation rule to check for a valid email address.
- EmptyStringValidationRule
- Validation rule to check for empty strings.
- FlowManager
- Enables to navigate a multi-part Flash movie using the principle of deep links.
- FlowNavigationData
- Navigation properties for FlowSection names.
- FlowNavigationEvent
- Event objects that are dispatched by FlowManager.
- FlowOptions
- FlowSection relation types and display mode types.
- FlowRule
- Behavior rule for FlowManager when traversing from one state to the other.
- FlowSection
- Building block of navigatable site sections.
- FocusManager
- Class for managing focus on UI components that implement IFocusable.
- FocusManagerEvent
- Event sent by FocusManager when a new item gets focus.
- FrameDelay
- Delay a function call with one or more frames.
- FramePulse
- Class to generate onEnterFrame events.
- HilightButton
- Button with highlight behavior.
- IAction
- Abstract type for Actions.
- IControllable
- IFlowSection
- Building block of navigatable site sections.
- IFocusable
- Interface to be implemented by UI components in order to be added to the FocusManager for focus management.
- IHasError
- Interface to be implemented by UI components that can have an error state
- IHasMediaProgress
- IHasProgress
- Interface for classes that can send ProgressEvent events
- ILocalController
- Interface for the LocalController class.
- IMediaProgressable
- IMultiLanguageTextContainer
- Interface to be implemented by any class that wishes to add itself to the LanguageManager.
- InputField
- UI Component class for text input.
- IParsable
- Interface to implement in DataValueObject classes that get their data through the Parser class.
- IProgressable
- Interface for classes that can handle ProgressEvent events
- IResettable
- ISelectable
- Interface for selectable UI components, such as a checkbox
- ITimedAction
- Abstract type for timed Actions.
- ITraverseArrayDelegate
- Delegate interface contract for TraverseArrayEnumerator delegate objects - see TraverseArrayEnumerator.addDelegate.
- IValidatable
- Interface to be implemented by UI components in order to allow validation on them
- IValidationRule
- Interface to be implemented in order to be used by the Validator class, for validation of IValidatable objects
- KeyMapper
- Class for directly coupling Keyboard events to actions, without having to bother about event filtering
- LanguageManager
- Class for managing language dependencies in an application.
- LocalController
- (Virtual) base class for controlling movies locally, either independently or embedded.
- LocalControllerFlowSection
- FlowSection that stands in as LocalController, to be used as main controller for external SWFs.
- Log
- This class implements a simple logging functionality that dispatches an event whenever a log message is received.
- LogEvent
- Event object sent by Log.
- MediaEvent
- MediaStatus
- MovieManager
- MovieManager handles administration, loading and retrieving of separate SWF movies.
- MovieManagerEvent
- Event object sent by MovieManager.
- MultiLanguageTextContainer
- Basic implementation of IMultiLanguageTextContainer to be used with the LanguageManager to provide language dependent texts in an application.
- MultiStateButton
- MultiStateButton is a flexible button class that gives the designer
- Notification
- NotificationCenter
- NotificationCenter provides a way for objects that don't know about each other to communicate.
- NullValidationRule
- Validation rule that considers the return value for mTarget.getValue() invalid if null.
- NumberUtils
- Parser
- Class for parsing XML data into DataValueObject classes.
- PostCenter
-
Send
navigateToURL
requests safely on all browsers.
-
Send
- PostCenterEvent
- Event object sent by PostCenter.
- ProgressDelegate
- Class for monitoring progress of objects that don't provide progress events by themselves.
- RadioGroup
- Class for implementing radio button groups.
- RegExpValidationRule
- IValidationRule implementation that checks whether or not a string matches a regular expression.
- Service
- Base class for loading XML data, with or without parameters.
- ServiceEvent
- Event class for use with the Service class.
- SimpleCheckBox
- Very simple implementation of checkbox behaviour.
- SoundEvent
- SoundManager
- Class for managing sounds in an application.
- StageUtils
- TextItemData
- ValueObject class that holds data for a text item.
- TimedAction
- A TimedAction is an Action that performs a function during a set time period.
- TimelineAnimator
- Wrapper class to control a timeline animation and receive events when animations are done.
- TraverseArrayEnumerator
- Enhanced array enumerator, with the option to loop and validate updates by way of a delegate.
- TraverseArrayEnumeratorEvent
- Passes events for TraverseArrayEnumerator.
- TraverseArrayOptions
- Array traverse options used by TraverseArrayEnumerator.
- Tree
- All sorts of information is hierarchical and can be represented by a tree structure: websites, photo albums, topic knowledge, etcetera.
- TreeEnumerator
- Straightforward enumeration (iterator) class for Tree objects.
- URLData
- Data object class to hold information about urls.
- ValidationRuleBase
- Validator
- Class for validation of user input values in UI components.
- VideoCuePoint
- cuepoint data is dispatched when an embedded cue point is reached while playing a video file
- VideoDeblocking
- VideoMetaData
- metadate is dispatched when Flash Player receives descriptive information embedded in the video being played
- VideoPlayer
- Creates a new Video instance to play progressive flash video files (flv)
- XMLLoader
- Loads XML data.
- XMLLoaderEvent
- Passes events for XMLLoader.