A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
ICloneable — Interface, package org.as3coreaddendum.system |
|
A class that implements this interface indicates that it can be cloned by the clone() method. |
IComparable — Interface, package org.as3coreaddendum.system |
|
This interface imposes a total ordering on the objects of each class that implements it. |
IComparator — Interface, package org.as3coreaddendum.system |
|
A comparison function, which imposes a total ordering on some collection of objects. |
IDisplayObject — Interface, package org.as3coreaddendum.display |
|
When working on an architecture of interfaces for user-interface components, this interface may be desirable. |
IDisplayObjectContainer — Interface, package org.as3coreaddendum.display |
|
When working on an architecture of interfaces for user-interface components, this interface may be desirable. |
IDisposable — Interface, package org.as3coreaddendum.system |
|
This interface exposes a way to tell to an object that it is no longer needed. |
IEquatable — Interface, package org.as3coreaddendum.system |
|
This interface defines that a class can evaluate equality of instances. |
IIndexable — Interface, package org.as3coreaddendum.system |
|
This interface defines a contract for objects that contains an index. |
IInitializable — Interface, package org.as3coreaddendum.system |
|
Defines an interface to initialize the object. |
IInteractiveObject — Interface, package org.as3coreaddendum.display |
|
When working on an architecture of interfaces for user-interface components, this interface may be desirable. |
IllegalStateError — class, package org.as3coreaddendum.errors |
|
The error that is thrown to indicate that an object entered into an illegal state. |
IllegalStateError(message:String) — Constructor, class org.as3coreaddendum.errors.IllegalStateError |
|
Constructor, creates a new IllegalStateError instance. |
index — Property, class org.as3coreaddendum.events.IndexEvent |
|
description
|
index — Property, interface org.as3coreaddendum.system.IIndexable |
|
Defines the index of the object. |
IndexComparator — class, package org.as3coreaddendum.system.comparators |
|
A comparator for objects that implements the org.as3coreaddendum.system.IIndexable interface, comparing the index property. |
IndexComparator() — Constructor, class org.as3coreaddendum.system.comparators.IndexComparator |
|
Constructor, creates a new IndexComparator object. |
IndexEvent — class, package org.as3coreaddendum.events |
|
This event should be dispatched by objects that implement org.as3coreaddendum.system.IIndex interface and had its "index" setter invoked. |
IndexEvent(type:String, index:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.as3coreaddendum.events.IndexEvent |
|
Constructor, creates a new IndexEvent object. |
initialize() — method, interface org.as3coreaddendum.system.IInitializable |
|
Initializes this object. |
INSENSITIVE — Constant Static Property, class org.as3coreaddendum.system.StringCase |
|
Defines the constant that indicates that any logic performed against a given String should ignore its case. |
InvalidEnumArgumentError — class, package org.as3coreaddendum.errors |
|
The error that is thrown to indicate that you pass an invalid enumeration value to a method or when setting a property. |
InvalidEnumArgumentError(message:String) — Constructor, class org.as3coreaddendum.errors.InvalidEnumArgumentError |
|
Constructor, creates a new InvalidEnumArgumentError instance. |
IPriority — Interface, package org.as3coreaddendum.system |
|
This interface defines a contract for objects that contains a priority. |
ISerializable — Interface, package org.as3coreaddendum.system |
|
Allows an object to control its own serialization. |
isInitialized — Property, interface org.as3coreaddendum.system.IInitializable |
|
Defines if the object is initialized or not. |
ISortable — Interface, package org.as3coreaddendum.system |
|
A class that implements this interface indicates that it can be sorted by the sort() method. |
ITypeable — Interface, package org.as3coreaddendum.system |
|
This interface defines a contract for objects that specify a type. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |