jdk/src/java.desktop/share/classes/javax/accessibility/AccessibleRole.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   586      * calculating a value.  An example is a formula in
   586      * calculating a value.  An example is a formula in
   587      * a spreadsheet cell.
   587      * a spreadsheet cell.
   588      *
   588      *
   589      * @since 1.5
   589      * @since 1.5
   590      */
   590      */
   591     static public final AccessibleRole EDITBAR =
   591     public static final AccessibleRole EDITBAR =
   592         new AccessibleRole("editbar");
   592         new AccessibleRole("editbar");
   593 
   593 
   594     /**
   594     /**
   595      * A role indicating the object monitors the progress
   595      * A role indicating the object monitors the progress
   596      * of some operation.
   596      * of some operation.
   597      *
   597      *
   598      * @since 1.5
   598      * @since 1.5
   599      */
   599      */
   600     static public final AccessibleRole PROGRESS_MONITOR =
   600     public static final AccessibleRole PROGRESS_MONITOR =
   601         new AccessibleRole("progressMonitor");
   601         new AccessibleRole("progressMonitor");
   602 
   602 
   603 
   603 
   604 // The following are all under consideration for potential future use.
   604 // The following are all under consideration for potential future use.
   605 
   605