home *** CD-ROM | disk | FTP | other *** search
- package mx.containers
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class DividerState
- {
- mx_internal static const VERSION:String = "4.5.0.20967";
-
- public static const DOWN:String = "down";
-
- public static const OVER:String = "over";
-
- public static const UP:String = "up";
-
- public function DividerState()
- {
- super();
- }
- }
- }
-
-