| G | |
| get concurrentLoadLimit, LoadManager | |
| get content, LoadItem | |
| get copyright, CoreObject | |
| get date, DateObject | |
| get dateIndex, DateObject | |
| get day, DateObject | |
| get dayOfWeek, DateObject | |
| get elapsedHours, TimeObject | |
| get elapsedMilliseconds, TimeObject | |
| get elapsedMinutes, TimeObject | |
| get elapsedSeconds, TimeObject | |
| get environment, CoreObject | |
| get fastBuffer, LoadItem | |
| get hours, TimeObject | |
| get JavaScriptAvailable, JavaScript | |
| get loadTimeout, LoadManager | |
| get maxConcurrentLoads, LoadManager | |
| get method, LoadItem | |
| get milliseconds, TimeObject | |
| get minutes, TimeObject | |
| get month, DateObject | |
| get path, LoadItem | |
| get runtime, CoreObject | |
| get seconds, TimeObject | |
| get sendData, LoadItem | |
| get stageExists, CoreObject | |
| get status, Thread | |
| get totalHours, TimeObject | |
| get totalMilliseconds, TimeObject | |
| get totalMinutes, TimeObject | |
| get totalSeconds, TimeObject | |
| get type, LoadItem | |
| get useFIFOBuffer, LoadItem | |
| get version, CoreObject | |
| get year, DateObject | |
| getBit, CoreData | |
| getClass, Introspection | |
| getDataTypeMnemonic, XMLs | |
| getDaysPerMonth, DateObject | |
| getExtendedEnvironmentInformation, JavaScript | |
| getInstance, Introspection | |
| getInstanceInParent, Introspection | |
| getMonthNumber, DateObject | |
| getSourceMethodName | |
| getSourceObjectID | |
| getSourcePath | |
| getSuperClass, Introspection | |
| getTimeString, TimeObject | |
| getValue, XMLs | |
| getVariable, XMLs | |
| I | |
| injectJavaScript, JavaScript | |
| Introspection, Introspection | |
| isChildOf, Introspection | |
| isDynamic, Introspection | |
| isLater, DateObject | |
| isSame, DateObject | |
| J | |
| JavaScript, JavaScript | |
| L | |
| LoadItem, LoadItem | |
| LoadManager, LoadManager | |
| N | |
| newErrorBroadcast, CoreData | |
| newTimeObject, CoreData |
Returns the bit value at the specific position within the input number.
public function getBit( bitPos: Number, inputNum: Number ):Boolean
Attempts to find a class definition in memory and returns a reference to it if it exists.
public function getClass( className: String ):Class
private function getDataTypeMnemonic( mString: String ):String
Returns the days per month for the specified month and for the specified year, if supplied.
public function getDaysPerMonth ( ... args ):uint
Called only if the environment is determined to be JavaScript capable; queries the JavaScript environment for various pieces of information and appends them to the com.bnm.api.CoreObject class’ `environment` object.
private function getExtendedEnvironmentInformation ():void
Attempts to find and create an instance of the supplied class name.
public function getInstance( className: String, ... params ):*
public function getInstanceInParent( displayObject: * ):Object
Returns the number of the month (0-based) of the specified month string representation.
public function getMonthNumber( monthName: String ):uint
Returns the method name if the specified method within the specified object.
private function getSourceMethodName( objectRef: *, methodRef: Function ):String
Returns the method name if the specified method within the specified object.
private function getSourceMethodName( objectRef: *, methodRef: Function ):String
Returns the short class ID (not full class path) of the specified parameter object.
private function getSourceObjectID ( objectRef: * ):String
Returns the short class ID (not full class path) of the specified parameter object.
private function getSourceObjectID( objectRef: * ):String
Returns the full class package path of the specified parameter object.
private function getSourcePath( objectRef: * ):String
Returns the full class package path of the specified parameter object.
private function getSourcePath( objectRef: * ):String
Returns a reference to the super class object of the supplied parameter.
public function getSuperClass( baseObject: * ):*
Returns a formatted time string based on the time value of the time object and the specified format string supplied as a parameter.
public function getTimeString( ... args ):String
private function getValue( sourceXML: XML ):String
private function getVariable( sourceXML: XML, targetObject: * ):String
Injects JavaScript code into the current web page for later execution.
public function injectJavaScript ( code: String ):void
Constructor method for the class instance.
public function Introspection()
Recursively checks whether the “child” object, as specified in the parameter, is a display object child of the “container” property.
public function isChildOf( container: DisplayObjectContainer, child: DisplayObjectContainer ):Boolean
Attempts to determine if the specified parameter object is dynamic.
public function isDynamic ( targetObject: * ):Boolean
Compares the current DateObject instance and the supplied parameter and returns TRUE if the current instance is later than the parameter DateObject.
public function isLater( date: DateObject ):Boolean
Compares the current DateObject instance and the supplied parameter and returns TRUE if both instance are the same date.
public function isSame( date: DateObject ):Boolean
public function JavaScript ()
Constructor method for the class.
public function LoadItem ()
Constructor method for the class.
public function LoadManager ()
Returns an instance of a new ErrorBroadcast object.
public function newErrorBroadcast( ... args ):ErrorBroadcast
Returns an instance of a new TimeObject.
public function newTimeObject( ... args ):TimeObject