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.


 ClassPackageDescription
 BaseButton
fl.controls The BaseButton class is the base class for all button components, defining properties and methods that are common to all buttons.
 BodyBox
jp.n_mattun.display 
 BorderBox
jp.n_mattun.display 
 Button
fl.controls The Button component represents a commonly used rectangular button.
 ButtonBox
jp.n_mattun.display 
 ButtonLabelPlacement
fl.controls The ButtonLabelPlacement class defines constants for the values of the labelPlacement property of a Button, CheckBox, or RadioButton component.
 CircleCut
jp.n_mattun.display 
 ComponentEvent
fl.events The ComponentEvent class defines events that are associated with the UIComponent class.
 Corner
jp.n_mattun.display 
 FocusManager
fl.managers The FocusManager class manages focus for a set of components that are navigated by mouse or keyboard as a tab loop.
 IFocusManager
fl.managers Implement the IFocusManager interface to create a custom focus manager.
 IFocusManagerComponent
fl.managers The IFocusManagerComponent interface provides methods and properties that give components the capability to receive focus.
 IFocusManagerGroup
fl.managers The IFocusManagerGroup interface provides properties that are used to manage a set of components of which only one can be selected at a time.
 ImageLoader
jp.n_mattun.display 
 InvalidationType
fl.core The InvalidationType class defines InvalidationType constants that are used by the type property of an event object that is dispatched after a component is invalidated.
 KeyDownListener
jp.n_mattun.keyAssist 
 LabelButton
fl.controls The LabelButton class is an abstract class that extends the BaseButton class by adding a label, an icon, and toggle functionality.
 ShortCutListener
jp.n_mattun.keyAssist 
 SimpleBox
jp.n_mattun.display 
 SpecialButton
jp.n_mattun.display 
 SpecialLabel
jp.n_mattun.display 
 StyleManager
fl.managers The StyleManager class provides static methods that can be used to get and set styles for a component instance, an entire component type, or all user interface components in a Flash document.
 TextLabel
jp.n_mattun.display 
 TextLabels
jp.n_mattun.display 
 UIComponent
fl.core The UIComponent class is the base class for all visual components, both interactive and noninteractive.