| Package | com.degrafa.utilities |
| Class | public class Aliases |
| Method | Defined by | ||
|---|---|---|---|
|
getClassReference(alias:String):Class
[static]
Provides a method of Class retrieval that is faster than
flash.utils.getDefinitionByName for specific class references
stored here.
| Aliases | ||
|
isRegistered(classOrAlias:*):Boolean
[static]
| Aliases | ||
|
registerAll():void
[static]
Registers all classes stored in the Aliases class static manifest object
| Aliases | ||
| getClassReference | () | method |
public static function getClassReference(alias:String):ClassProvides a method of Class retrieval that is faster than flash.utils.getDefinitionByName for specific class references stored here.
Parametersalias:String — a string that represents the alias for the class being requested
|
Class — a reference to the Class from the alias
|
| isRegistered | () | method |
public static function isRegistered(classOrAlias:*):BooleanParameters
classOrAlias:* — either a Class reference or an alias to check
|
Boolean — true if the Class or alias is already registered.
|
| registerAll | () | method |
public static function registerAll():voidRegisters all classes stored in the Aliases class static manifest object