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
 ChildChangeEvent
net.goozo.mx.dockalbe Represents events that are dispatched when the selected child is changed in a DockableTabNavigator
 ClosablePanel
net.goozo.mx.dockalbe The ClosablePanel class is the base class of DockablePanel and FloatPanel.
 ClosableTabNavigator
net.goozo.mx.dockalbe ClosableTabNavigator is the base class of DockableTabNavigator
 DockableHDividedBox
net.goozo.mx.dockalbe DockableHDividedBox and DockableVDividedBox can be used just as regular DividedBox in the MXML file.
 DockablePanel
net.goozo.mx.dockalbe A DockablePanel instance is always in a DockableHDivideedBox or DockableVDivideedBox.
 DockableTabNavigator
net.goozo.mx.dockalbe

DockableTabNavigator is a special TabNavigator control

 DockableVDividedBox
net.goozo.mx.dockalbe DockableVDividedBox and DockableHDividedBox can be used just as regular DividedBox in the MXML file.
 FloatPanel
net.goozo.mx.dockalbe FloatPanel is a draggable and resizable titled window class.
 IDockableTabChild
net.goozo.mx.dockalbe Implemented the IDockableTabChild interface if you need a closable tab child in the DockableTabNavigator