Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
AlphabeticalComparator | org.as3coreaddendum.system.comparators | A comparator for alphabetic order of String objects. | |
AlphabeticalComparison | org.as3coreaddendum.system.comparators | The enumeration class that defines the acceptable values for the AlphabeticalComparator. | |
BooleanComparator | org.as3coreaddendum.system.comparators | A comparator for Boolean objects. | |
BooleanComparison | org.as3coreaddendum.system.comparators | The enumeration class that defines the acceptable values for the BooleanComparator. | |
ClassCastError | org.as3coreaddendum.errors | The error that is thrown to indicate that another type of class was expected. | |
CloneNotSupportedError | org.as3coreaddendum.errors | The error that is thrown to indicate that an object could not or should not be cloned. | |
DateComparator | org.as3coreaddendum.system.comparators | A comparator for Date objects. | |
Enum | org.as3coreaddendum.system | This is the base class for implementation of enumeration objects. | |
ICloneable | org.as3coreaddendum.system | A class that implements this interface indicates that it can be cloned by the clone() method. | |
IComparable | org.as3coreaddendum.system | This interface imposes a total ordering on the objects of each class that implements it. | |
IComparator | org.as3coreaddendum.system | A comparison function, which imposes a total ordering on some collection of objects. | |
IDisplayObject | org.as3coreaddendum.display | When working on an architecture of interfaces for user-interface components, this interface may be desirable. | |
IDisplayObjectContainer | org.as3coreaddendum.display | When working on an architecture of interfaces for user-interface components, this interface may be desirable. | |
IDisposable | org.as3coreaddendum.system | This interface exposes a way to tell to an object that it is no longer needed. | |
IEquatable | org.as3coreaddendum.system | This interface defines that a class can evaluate equality of instances. | |
IIndexable | org.as3coreaddendum.system | This interface defines a contract for objects that contains an index. | |
IInitializable | org.as3coreaddendum.system | Defines an interface to initialize the object. | |
IInteractiveObject | org.as3coreaddendum.display | When working on an architecture of interfaces for user-interface components, this interface may be desirable. | |
IllegalStateError | org.as3coreaddendum.errors | The error that is thrown to indicate that an object entered into an illegal state. | |
IndexComparator | org.as3coreaddendum.system.comparators | A comparator for objects that implements the org.as3coreaddendum.system.IIndexable interface, comparing the index property. | |
IndexEvent | org.as3coreaddendum.events | This event should be dispatched by objects that implement org.as3coreaddendum.system.IIndex interface and had its "index" setter invoked. | |
InvalidEnumArgumentError | 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. | |
IPriority | org.as3coreaddendum.system | This interface defines a contract for objects that contains a priority. | |
ISerializable | org.as3coreaddendum.system | Allows an object to control its own serialization. | |
ISortable | org.as3coreaddendum.system | A class that implements this interface indicates that it can be sorted by the sort() method. | |
ITypeable | org.as3coreaddendum.system | This interface defines a contract for objects that specify a type. | |
NullPointerError | org.as3coreaddendum.errors | The error that is thrown to indicate that null was received when an object was required. | |
NumberComparator | org.as3coreaddendum.system.comparators | A comparator for Number objects. | |
NumericRounding | org.as3coreaddendum.system | The enumeration class that defines the acceptable values for numeric rounding. | |
ObjectDisposedError | org.as3coreaddendum.errors | The error that is thrown when an operation is performed on a disposed object that implements the org.as3coreaddendum.system.IDisposable interface. | |
PriorityComparator | org.as3coreaddendum.system.comparators | A comparator for objects that implements the org.as3coreaddendum.system.IPriority interface, comparing the priority property. | |
PriorityEvent | org.as3coreaddendum.events | This event should be dispatched by objects that implement org.as3coreaddendum.system.IPriority interface and had its "priority" setter invoked. | |
PriorityIndexComparator | org.as3coreaddendum.system.comparators | A comparator for objects that implements the org.as3coreaddendum.system.IPriority and org.as3coreaddendum.system.IIndexable interfaces, comparing the priority and index properties. | |
PropertyComparator | org.as3coreaddendum.system.comparators | This comparator uses the received comparator object to compare the values recovered from the property of each of the two objects. | |
StringCase | org.as3coreaddendum.system | The enumeration class that defines the acceptable values for string case. | |
StringComparator | org.as3coreaddendum.system.comparators | A comparator for String objects. | |
UnsupportedOperationError | org.as3coreaddendum.errors | The error that is thrown to indicate that the requested operation is not supported. |