home *** CD-ROM | disk | FTP | other *** search
- package mx.events
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class FocusRequestDirection
- {
- mx_internal static const VERSION:String = "3.5.0.12683";
-
- public static const FORWARD:String = "forward";
-
- public static const BACKWARD:String = "backward";
-
- public static const TOP:String = "top";
-
- public static const BOTTOM:String = "bottom";
-
- public function FocusRequestDirection()
- {
- super();
- }
- }
- }
-
-