| Package | Top Level |
| Class | public class SplashScreen |
| Inheritance | SplashScreen mx.containers.TitleWindow |
| Implements | mx.binding.IBindingClient |
| Property | Defined By | ||
|---|---|---|---|
| flexVersion : Label | SplashScreen | ||
| info : Label | SplashScreen | ||
| loadProgress : ProgressBar | SplashScreen | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | SplashScreen | ||
completeHandler(event:Event):void | SplashScreen | ||
hide():void
hide splash
| SplashScreen | ||
loadXMLEyeData(fileURL:String):void | SplashScreen | ||
progressHandler(event:ProgressEvent):void | SplashScreen | ||
saveXMLEyeData(filename:String):void
save eye data XML file
| SplashScreen | ||
show(indeterminate:Boolean = false):void
present splash
| SplashScreen | ||
updateInfo(info:String):void | SplashScreen | ||
updateProgress(value:Number):void | SplashScreen | ||
waiting(time:Number):void | SplashScreen | ||
| flexVersion | property |
public var flexVersion:LabelThis property can be used as the source for data binding.
| info | property |
public var info:LabelThis property can be used as the source for data binding.
| loadProgress | property |
public var loadProgress:ProgressBarThis property can be used as the source for data binding.
| SplashScreen | () | Constructor |
public function SplashScreen()Constructor.
| completeHandler | () | method |
public function completeHandler(event:Event):voidParameters
event:Event |
| hide | () | method |
public function hide():voidhide splash
| loadXMLEyeData | () | method |
public function loadXMLEyeData(fileURL:String):voidParameters
fileURL:String |
| progressHandler | () | method |
public function progressHandler(event:ProgressEvent):voidParameters
event:ProgressEvent |
| saveXMLEyeData | () | method |
public function saveXMLEyeData(filename:String):voidsave eye data XML file
Parameters
filename:String |
| show | () | method |
public function show(indeterminate:Boolean = false):voidpresent splash
Parameters
indeterminate:Boolean (default = false) |
| updateInfo | () | method |
public function updateInfo(info:String):voidParameters
info:String |
| updateProgress | () | method |
public function updateProgress(value:Number):voidParameters
value:Number |
| waiting | () | method |
public function waiting(time:Number):voidParameters
time:Number |