GraphicLoader
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.load |
| Inherits from: | AbstractLoader |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.GraphicLoader |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
- GraphicLoader (target:DisplayObjectContainer = null, index:int = -1, autoShow:Boolean = true)
Instance methods
- getTarget : DisplayObjectContainer
- setTarget (target:DisplayObjectContainer) : void
- load (url:URLRequest = null, context:LoaderContext = null) : void
- setContent (content:Object) : void
- show : void
- hide : void
- isVisible : Boolean
- setAutoShow (b:Boolean) : void
- release : void
- getView : DisplayObjectContainer
- getApplicationDomain : ApplicationDomain
- setContext (context:LoaderContext) : void
- getContext : LoaderContext
Instance methods inherited from AbstractLoader
_getStringTimeStamp addASyncCommandListener addEventListener addListener execute fireCommandEndEvent fireEvent fireEventType fireOnLoadErrorEvent fireOnLoadInitEvent fireOnLoadProgressEvent fireOnLoadStartEvent fireOnLoadTimeOut getBytesLoaded getBytesTotal getContent getLoaderEvent getName getPerCent getStrategy getTimeOut getURL isAntiCache isLoaded isRunning load onInitialize prefixURL release removeASyncCommandListener removeEventListener removeListener run setAntiCache setContent setListenerType setName setTimeOut setURL toString
Constructor
GraphicLoader
public function GraphicLoader (
target:DisplayObjectContainer = null,
index:int = -1,
autoShow:Boolean = true)
Instance methods
getApplicationDomain
public function getApplicationDomain (
) : ApplicationDomain
getContext
final public function getContext (
) : LoaderContext
getTarget
public function getTarget (
) : DisplayObjectContainer
getView
public function getView (
) : DisplayObjectContainer
hide
public function hide (
) : void
isVisible
public function isVisible (
) : Boolean
load
override public function load (
url:URLRequest = null,
context:LoaderContext = null) : void
Overrides:
setAutoShow
public function setAutoShow (
b:Boolean) : void
setContent
override public function setContent (
content:Object) : void
Overrides:
setContext
final public function setContext (
context:LoaderContext) : void
setTarget
public function setTarget (
target:DisplayObjectContainer) : void
show
public function show (
) : void