home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 April / ME_04_2012.iso / Video-Tutorial / iPhoto / media / player.swf / scripts / mx / accessibility / AccConst.as next >
Encoding:
Text File  |  2011-11-11  |  10.4 KB  |  316 lines

  1. package mx.accessibility
  2. {
  3.    import mx.core.mx_internal;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public final class AccConst
  8.    {
  9.       mx_internal static const VERSION:String = "4.5.0.20967";
  10.       
  11.       public static const ROLE_SYSTEM_TITLEBAR:uint = 1;
  12.       
  13.       public static const ROLE_SYSTEM_MENUBAR:uint = 2;
  14.       
  15.       public static const ROLE_SYSTEM_SCROLLBAR:uint = 3;
  16.       
  17.       public static const ROLE_SYSTEM_GRIP:uint = 4;
  18.       
  19.       public static const ROLE_SYSTEM_SOUND:uint = 5;
  20.       
  21.       public static const ROLE_SYSTEM_CURSOR:uint = 6;
  22.       
  23.       public static const ROLE_SYSTEM_CARET:uint = 7;
  24.       
  25.       public static const ROLE_SYSTEM_ALERT:uint = 8;
  26.       
  27.       public static const ROLE_SYSTEM_WINDOW:uint = 9;
  28.       
  29.       public static const ROLE_SYSTEM_CLIENT:uint = 10;
  30.       
  31.       public static const ROLE_SYSTEM_MENUPOPUP:uint = 11;
  32.       
  33.       public static const ROLE_SYSTEM_MENUITEM:uint = 12;
  34.       
  35.       public static const ROLE_SYSTEM_TOOLTIP:uint = 13;
  36.       
  37.       public static const ROLE_SYSTEM_APPLICATION:uint = 14;
  38.       
  39.       public static const ROLE_SYSTEM_DOCUMENT:uint = 15;
  40.       
  41.       public static const ROLE_SYSTEM_PANE:uint = 16;
  42.       
  43.       public static const ROLE_SYSTEM_CHART:uint = 17;
  44.       
  45.       public static const ROLE_SYSTEM_DIALOG:uint = 18;
  46.       
  47.       public static const ROLE_SYSTEM_BORDER:uint = 19;
  48.       
  49.       public static const ROLE_SYSTEM_GROUPING:uint = 20;
  50.       
  51.       public static const ROLE_SYSTEM_SEPARATOR:uint = 21;
  52.       
  53.       public static const ROLE_SYSTEM_TOOLBAR:uint = 22;
  54.       
  55.       public static const ROLE_SYSTEM_STATUSBAR:uint = 23;
  56.       
  57.       public static const ROLE_SYSTEM_TABLE:uint = 24;
  58.       
  59.       public static const ROLE_SYSTEM_COLUMNHEADER:uint = 25;
  60.       
  61.       public static const ROLE_SYSTEM_ROWHEADER:uint = 26;
  62.       
  63.       public static const ROLE_SYSTEM_COLUMN:uint = 27;
  64.       
  65.       public static const ROLE_SYSTEM_ROW:uint = 28;
  66.       
  67.       public static const ROLE_SYSTEM_CELL:uint = 29;
  68.       
  69.       public static const ROLE_SYSTEM_LINK:uint = 30;
  70.       
  71.       public static const ROLE_SYSTEM_HELPBALLOON:uint = 31;
  72.       
  73.       public static const ROLE_SYSTEM_CHARACTER:uint = 32;
  74.       
  75.       public static const ROLE_SYSTEM_LIST:uint = 33;
  76.       
  77.       public static const ROLE_SYSTEM_LISTITEM:uint = 34;
  78.       
  79.       public static const ROLE_SYSTEM_OUTLINE:uint = 35;
  80.       
  81.       public static const ROLE_SYSTEM_OUTLINEITEM:uint = 36;
  82.       
  83.       public static const ROLE_SYSTEM_PAGETAB:uint = 37;
  84.       
  85.       public static const ROLE_SYSTEM_PROPERTYPAGE:uint = 38;
  86.       
  87.       public static const ROLE_SYSTEM_INDICATOR:uint = 39;
  88.       
  89.       public static const ROLE_SYSTEM_GRAPHIC:uint = 40;
  90.       
  91.       public static const ROLE_SYSTEM_STATICTEXT:uint = 41;
  92.       
  93.       public static const ROLE_SYSTEM_TEXT:uint = 42;
  94.       
  95.       public static const ROLE_SYSTEM_PUSHBUTTON:uint = 43;
  96.       
  97.       public static const ROLE_SYSTEM_CHECKBUTTON:uint = 44;
  98.       
  99.       public static const ROLE_SYSTEM_RADIOBUTTON:uint = 45;
  100.       
  101.       public static const ROLE_SYSTEM_COMBOBOX:uint = 46;
  102.       
  103.       public static const ROLE_SYSTEM_DROPLIST:uint = 47;
  104.       
  105.       public static const ROLE_SYSTEM_PROGRESSBAR:uint = 48;
  106.       
  107.       public static const ROLE_SYSTEM_DIAL:uint = 49;
  108.       
  109.       public static const ROLE_SYSTEM_HOTKEYFIELD:uint = 50;
  110.       
  111.       public static const ROLE_SYSTEM_SLIDER:uint = 51;
  112.       
  113.       public static const ROLE_SYSTEM_SPINBUTTON:uint = 52;
  114.       
  115.       public static const ROLE_SYSTEM_DIAGRAM:uint = 53;
  116.       
  117.       public static const ROLE_SYSTEM_ANIMATION:uint = 54;
  118.       
  119.       public static const ROLE_SYSTEM_EQUATION:uint = 55;
  120.       
  121.       public static const ROLE_SYSTEM_BUTTONDROPDOWN:uint = 56;
  122.       
  123.       public static const ROLE_SYSTEM_BUTTONMENU:uint = 57;
  124.       
  125.       public static const ROLE_SYSTEM_BUTTONDROPDOWNGRID:uint = 58;
  126.       
  127.       public static const ROLE_SYSTEM_WHITESPACE:uint = 59;
  128.       
  129.       public static const ROLE_SYSTEM_PAGETABLIST:uint = 60;
  130.       
  131.       public static const ROLE_SYSTEM_CLOCK:uint = 61;
  132.       
  133.       public static const ROLE_SYSTEM_SPLITBUTTON:uint = 62;
  134.       
  135.       public static const ROLE_SYSTEM_IPADDRESS:uint = 63;
  136.       
  137.       public static const ROLE_SYSTEM_OUTLINEBUTTON:uint = 64;
  138.       
  139.       public static const STATE_SYSTEM_NORMAL:uint = 0;
  140.       
  141.       public static const STATE_SYSTEM_UNAVAILABLE:uint = 1;
  142.       
  143.       public static const STATE_SYSTEM_SELECTED:uint = 2;
  144.       
  145.       public static const STATE_SYSTEM_FOCUSED:uint = 4;
  146.       
  147.       public static const STATE_SYSTEM_PRESSED:uint = 8;
  148.       
  149.       public static const STATE_SYSTEM_CHECKED:uint = 16;
  150.       
  151.       public static const STATE_SYSTEM_MIXED:uint = 32;
  152.       
  153.       public static const STATE_SYSTEM_READONLY:uint = 64;
  154.       
  155.       public static const STATE_SYSTEM_HOTTRACKED:uint = 128;
  156.       
  157.       public static const STATE_SYSTEM_DEFAULT:uint = 256;
  158.       
  159.       public static const STATE_SYSTEM_EXPANDED:uint = 512;
  160.       
  161.       public static const STATE_SYSTEM_COLLAPSED:uint = 1024;
  162.       
  163.       public static const STATE_SYSTEM_BUSY:uint = 2048;
  164.       
  165.       public static const STATE_SYSTEM_FLOATING:uint = 4096;
  166.       
  167.       public static const STATE_SYSTEM_MARQUEED:uint = 8192;
  168.       
  169.       public static const STATE_SYSTEM_ANIMATED:uint = 16384;
  170.       
  171.       public static const STATE_SYSTEM_INVISIBLE:uint = 32768;
  172.       
  173.       public static const STATE_SYSTEM_OFFSCREEN:uint = 65536;
  174.       
  175.       public static const STATE_SYSTEM_SIZEABLE:uint = 131072;
  176.       
  177.       public static const STATE_SYSTEM_MOVEABLE:uint = 262144;
  178.       
  179.       public static const STATE_SYSTEM_SELFVOICING:uint = 524288;
  180.       
  181.       public static const STATE_SYSTEM_FOCUSABLE:uint = 1048576;
  182.       
  183.       public static const STATE_SYSTEM_SELECTABLE:uint = 2097152;
  184.       
  185.       public static const STATE_SYSTEM_LINKED:uint = 4194304;
  186.       
  187.       public static const STATE_SYSTEM_TRAVERSED:uint = 8388608;
  188.       
  189.       public static const STATE_SYSTEM_MULTISELECTABLE:uint = 16777216;
  190.       
  191.       public static const STATE_SYSTEM_EXTSELECTABLE:uint = 33554432;
  192.       
  193.       public static const STATE_SYSTEM_ALERT_LOW:uint = 67108864;
  194.       
  195.       public static const STATE_SYSTEM_ALERT_MEDIUM:uint = 134217728;
  196.       
  197.       public static const STATE_SYSTEM_ALERT_HIGH:uint = 268435456;
  198.       
  199.       public static const STATE_SYSTEM_PROTECTED:uint = 536870912;
  200.       
  201.       public static const STATE_SYSTEM_HASPOPUP:uint = 1073741824;
  202.       
  203.       public static const STATE_SYSTEM_VALID:uint = 2147483647;
  204.       
  205.       public static const SELFLAG_NONE:uint = 0;
  206.       
  207.       public static const SELFLAG_TAKEFOCUS:uint = 1;
  208.       
  209.       public static const SELFLAG_TAKESELECTION:uint = 2;
  210.       
  211.       public static const SELFLAG_EXTENDSELECTION:uint = 4;
  212.       
  213.       public static const SELFLAG_ADDSELECTION:uint = 8;
  214.       
  215.       public static const SELFLAG_REMOVESELECTION:uint = 16;
  216.       
  217.       public static const SELFLAG_VALID:uint = 31;
  218.       
  219.       public static const EVENT_SYSTEM_SOUND:uint = 1;
  220.       
  221.       public static const EVENT_SYSTEM_ALERT:uint = 2;
  222.       
  223.       public static const EVENT_SYSTEM_FOREGROUND:uint = 3;
  224.       
  225.       public static const EVENT_SYSTEM_MENUSTART:uint = 4;
  226.       
  227.       public static const EVENT_SYSTEM_MENUEND:uint = 5;
  228.       
  229.       public static const EVENT_SYSTEM_MENUPOPUPSTART:uint = 6;
  230.       
  231.       public static const EVENT_SYSTEM_MENUPOPUPEND:uint = 7;
  232.       
  233.       public static const EVENT_SYSTEM_CAPTURESTART:uint = 8;
  234.       
  235.       public static const EVENT_SYSTEM_CAPTUREEND:uint = 9;
  236.       
  237.       public static const EVENT_SYSTEM_MOVESIZESTART:uint = 10;
  238.       
  239.       public static const EVENT_SYSTEM_MOVESIZEEND:uint = 11;
  240.       
  241.       public static const EVENT_SYSTEM_CONTEXTHELPSTART:uint = 12;
  242.       
  243.       public static const EVENT_SYSTEM_CONTEXTHELPEND:uint = 13;
  244.       
  245.       public static const EVENT_SYSTEM_DRAGDROPSTART:uint = 14;
  246.       
  247.       public static const EVENT_SYSTEM_DRAGDROPEND:uint = 15;
  248.       
  249.       public static const EVENT_SYSTEM_DIALOGSTART:uint = 16;
  250.       
  251.       public static const EVENT_SYSTEM_DIALOGEND:uint = 17;
  252.       
  253.       public static const EVENT_SYSTEM_SCROLLINGSTART:uint = 18;
  254.       
  255.       public static const EVENT_SYSTEM_SCROLLINGEND:uint = 19;
  256.       
  257.       public static const EVENT_SYSTEM_SWITCHSTART:uint = 20;
  258.       
  259.       public static const EVENT_SYSTEM_SWITCHEND:uint = 21;
  260.       
  261.       public static const EVENT_SYSTEM_MINIMIZESTART:uint = 22;
  262.       
  263.       public static const EVENT_SYSTEM_MINIMIZEEND:uint = 23;
  264.       
  265.       public static const EVENT_OBJECT_CREATE:uint = 32768;
  266.       
  267.       public static const EVENT_OBJECT_DESTROY:uint = 32769;
  268.       
  269.       public static const EVENT_OBJECT_SHOW:uint = 32770;
  270.       
  271.       public static const EVENT_OBJECT_HIDE:uint = 32771;
  272.       
  273.       public static const EVENT_OBJECT_REORDER:uint = 32772;
  274.       
  275.       public static const EVENT_OBJECT_FOCUS:uint = 32773;
  276.       
  277.       public static const EVENT_OBJECT_SELECTION:uint = 32774;
  278.       
  279.       public static const EVENT_OBJECT_SELECTIONADD:uint = 32775;
  280.       
  281.       public static const EVENT_OBJECT_SELECTIONREMOVE:uint = 32776;
  282.       
  283.       public static const EVENT_OBJECT_SELECTIONWITHIN:uint = 32777;
  284.       
  285.       public static const EVENT_OBJECT_STATECHANGE:uint = 32778;
  286.       
  287.       public static const EVENT_OBJECT_LOCATIONCHANGE:uint = 32779;
  288.       
  289.       public static const EVENT_OBJECT_NAMECHANGE:uint = 32780;
  290.       
  291.       public static const EVENT_OBJECT_DESCRIPTIONCHANGE:uint = 32781;
  292.       
  293.       public static const EVENT_OBJECT_VALUECHANGE:uint = 32782;
  294.       
  295.       public static const EVENT_OBJECT_PARENTCHANGE:uint = 32783;
  296.       
  297.       public static const EVENT_OBJECT_HELPCHANGE:uint = 32784;
  298.       
  299.       public static const EVENT_OBJECT_DEFACTIONCHANGE:uint = 32785;
  300.       
  301.       public static const EVENT_OBJECT_ACCELERATORCHANGE:uint = 32786;
  302.       
  303.       public static const EVENT_OBJECT_INVOKED:uint = 32787;
  304.       
  305.       public static const EVENT_OBJECT_TEXTSELECTIONCHANGED:uint = 32788;
  306.       
  307.       public static const EVENT_OBJECT_CONTENTSCROLLED:uint = 32789;
  308.       
  309.       public function AccConst()
  310.       {
  311.          super();
  312.       }
  313.    }
  314. }
  315.  
  316.