| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.transitions.TransitionManager
Field Summary | ||
| public | addEventListener: Function | |
| these three methods will be mixed-in | ||
| public | className: String | |
| public | dispatchEvent: Function | |
| static | IDCount: Number | |
| public | removeEventListener: Function | |
| public | type: Object | |
| ||
Property Summary | ||
| content: MovieClip (read, write) | ||
| ////////// GETTERS/SETTERS | ||
| contentAppearance: Object (read-only) | ||
| numInTransitions: Number (read-only) | ||
| numOutTransitions: Number (read-only) | ||
| numTransitions: Number (read-only) | ||
| transitions: Object (read-only) | ||
Constructor | ||
| TransitionManager ( content: MovieClip) | ||
| /////// CONSTRUCTOR | ||
Method Summary | ||
| addTransition ( trans: Transition ): Transition | ||
| findTransition ( transParams: Object ): Transition | ||
| removeAllTransitions ( ): Void | ||
| removeTransition ( trans: Transition ): Boolean | ||
| restoreContentAppearance ( ): Void | ||
| saveContentAppearance ( ): Void | ||
| static | start ( content: MovieClip, transParams: Object ): Transition | |
| //////// STATIC METHODS | ||
| startTransition ( transParams: Object ): Transition | ||
| /////// PUBLIC METHODS start a transition specified by the parameters if a matching transition already exists, that transition is removed then a new transition is created and started | ||
| toString ( ): String | ||
| transitionInDone ( e: Object ): Void | ||
| /////// EVENT HANDLERS event from a Transition instance | ||
| transitionOutDone ( e: Object ): Void | ||
| event from a Transition instance | ||
| ||
| public var addEventListener: Function |
| these three methods will be mixed-in |
| public var className: String |
| public var dispatchEvent: Function |
| static var IDCount: Number |
| public var removeEventListener: Function |
| public var type: Object |
|
| ////////// GETTERS/SETTERS |
|
|
|
|
|
|
| /////// CONSTRUCTOR |
|
|
|
|
|
|
|
| //////// STATIC METHODS |
|
| /////// PUBLIC METHODS start a transition specified by the parameters if a matching transition already exists, that transition is removed then a new transition is created and started |
|
|
|
| /////// EVENT HANDLERS event from a Transition instance |
|
| event from a Transition instance |