You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/05/04 14:34:18 UTC

[jira] Closed: (HARMONY-151) RI docs does not specify values for constant fields in javax.accessibility.AccessibleAction interface

     [ http://issues.apache.org/jira/browse/HARMONY-151?page=all ]
     
Tim Ellison closed HARMONY-151:
-------------------------------

    Assign To: Tim Ellison

No response from reporter.  Assuming ok and marking as closed.


> RI docs does not specify values for constant fields in javax.accessibility.AccessibleAction interface
> -----------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-151
>          URL: http://issues.apache.org/jira/browse/HARMONY-151
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: karan singh malhi
>     Assignee: Tim Ellison

>
> The RI docs do not specify the Constant field values for the three fields defined in the javax.accessibility.AccessibleAction interface
> However, the following code displays the values in those fields:
> ----------------------------------------------------------------------------------------
> public class AccessibleActionTest {
>     public static void main(String[] args) {
>         System.out.println(AccessibleAction.DECREMENT );
>         System.out.println(AccessibleAction.INCREMENT );
>         System.out.println(AccessibleAction.TOGGLE_EXPAND);
>     }
> }
> ----------------------------------------------------------------------------------------
> The output is :
> decrement
> increment
> toggle expand
> Should we go ahead and initialize the fields of the AccessibleAction interface with the values obtained from the above output ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira