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 | |
|---|---|---|---|
| IProduct
| com.ericfeminella.products | Defines a set of getter / setter methods implemented by Product classes All instances of subclasses which extend Product can only be typed as an IProduct Sub classes of Product can only be accessed via ProductFactory | |
| ProductFactory
| com.ericfeminella.products | Application specific Factory Pattern implementation which defines an API that handles Product subclass instantiation | |
| ProductFactoryInstantiationError
| com.ericfeminella.products | ProductFactory API illegal instantiation Error class | |
| ProductFactoryType
| com.ericfeminella.products | Provides a set of static constants which define legal types in ProductFactory | |
| ProductFactoryTypeError
| com.ericfeminella.products | ProductFactory API illegal type Error class |