~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to java/helpset/javahelp/org/netbeans/modules/java/helpset/docs/gui/gui_accessibleform.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--       
 
3
 *     Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
 
4
 *     Use is subject to license terms.
 
5
 *
 
6
-->
 
7
<html>
 
8
    <head>
 
9
        <title>Creating Accessible Forms</title>
 
10
<link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
11
    </head>
 
12
    <body>
 
13
        <h2>Creating Accessible Forms</h2>
 
14
        <p><small><a href="#seealso">See Also</a></small></p>
 
15
        <p>To ensure that your GUI forms and the components contained within
 
16
                them  meet accessibility requirements, you can adjust their accessibility
 
17
                properties. A GUI is considered accessible when it works with various
 
18
                assistive technologies, such as screen readers. </p>
 
19
        <p>The following properties can be edited to aid accessibility: </p>
 
20
        <ul>
 
21
            <li><b>Accessible Name.</b>&nbsp; Sets the name for the component.
 
22
            By default, the name is set to the component's text property value. </li>
 
23
            <li><b>Accessible Description.</b>&nbsp; Sets the description for the component.</li>
 
24
            <li> <b>Accessible Parent.</b>&nbsp; Sets the name of the accessible parent
 
25
            component.</li>
 
26
        </ul>
 
27
        <p><b>To edit a form or component's accessibility properties:</b></p>
 
28
        <ol>
 
29
            <li> In the Inspector window, select the form or component whose accessibility
 
30
            properties you want to modify. </li>
 
31
            <li> In the Properties window, click the Properties tab and scroll down
 
32
            to the Accessibility properties. </li>
 
33
            <li>Click the ellipsis (...) button to open the Property Editor and then enter 
 
34
                the desired value. Alternately, you can click the current property value to 
 
35
                select it and enter a new value.  
 
36
    
 
37
                <p>The IDE stores the updated accessibility information in the selected component. 
 
38
            </li>
 
39
        </ol>
 
40
 
 
41
        <dl>
 
42
            <dt><a name="seealso">See Also</a></dt>
 
43
            <dd><a href="gui_creatingforms.html">Creating a New Form</a></dd>
 
44
            <dd><a href="gui_addcomponent.html">Adding a Component to a Form</a></dd>
 
45
            <dd><a href="layout_managers/gui_settinglayout.html">Setting the Layout Manager</a></dd>
 
46
        </dl>
 
47
        <hr><small><a href="../credits.html">Legal Notices</a></small>
 
48
        <table border="0" cellpadding="50">
 
49
            <tr>
 
50
                <td>&nbsp;</td>
 
51
            </tr>
 
52
        </table>
 
53
    </body>
 
54
</html>