<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-13398</id>
	<title>Nabble - Sun - Java-Access</title>
	<updated>2008-11-04T01:54:04Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Sun---Java-Access-f13398.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Sun---Java-Access-f13398.html" />
	<subtitle type="html">Java Accessibility interest mailing list</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20319204</id>
	<title>Re: Configuring Java Access Bridge</title>
	<published>2008-11-04T01:54:04Z</published>
	<updated>2008-11-04T01:54:04Z</updated>
	<author>
		<name>Daniel Dalton-2</name>
	</author>
	<content type="html">Hi Marvin,
&lt;br&gt;&lt;br&gt;I'll get back to u on this one as soon as I can... I just have lots of
&lt;br&gt;assignments and tests coming up at school so will probably be delayed
&lt;br&gt;for a week or so...
&lt;br&gt;&lt;br&gt;Thanks for the reply though
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Danny
&lt;br&gt;&lt;br&gt;On Mon, Nov 03, 2008 at 06:47:53PM +1100, Marvin Hunkin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi daniel.
&lt;br&gt;&amp;gt; here's a page from sun java about how to set up the java access bridge from 
&lt;br&gt;&amp;gt; hand.
&lt;br&gt;&amp;gt; hope this works.
&lt;br&gt;&amp;gt; cheers Marvin.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; JavaTM Access Bridge
&lt;br&gt;&amp;gt; for the Microsoft Windows Operating System
&lt;br&gt;&amp;gt; Version 2.0.1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Setup Information &amp;nbsp;Contents
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Setting Up the Java Access Bridge
&lt;br&gt;&amp;gt; The Java Access Bridge should only be installed by hand as a last resort. 
&lt;br&gt;&amp;gt; The recommended way to install the Java Access Bridge is to use the Java 
&lt;br&gt;&amp;gt; Access Bridge installer, which will locate the Java VMs installed on your 
&lt;br&gt;&amp;gt; system that support the Java Access Bridge, and then install the Java Access 
&lt;br&gt;&amp;gt; Bridge into those Java VMs that you identify. The Java Access Bridge 
&lt;br&gt;&amp;gt; installer is a self-extracting executable file called 
&lt;br&gt;&amp;gt; AccessBridge-2_0_1.exe.
&lt;br&gt;&amp;gt; The instructions below describe what the Java Access Bridge installer does, 
&lt;br&gt;&amp;gt; allowing you to make those modifications by hand if necessary. &amp;nbsp;Please note: 
&lt;br&gt;&amp;gt; the Java Access Bridge package includes three editions of the Java 
&lt;br&gt;&amp;gt; Accessibility Utilities file 'jaccess.jar', which differs for Java 2 SDK 
&lt;br&gt;&amp;gt; 1.2, Java 2 SDK 1.3, and Java 2 SDK 1.4. These files are named 
&lt;br&gt;&amp;gt; jaccess-1_2.jar, jaccess-1_3.jar, and jaccess-1_4.jar. Please use the 
&lt;br&gt;&amp;gt; jaccess-1_4.jar for Java 2 SDK 5.0.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Using JDK 1.1 Environments
&lt;br&gt;&amp;gt; Version 1.0.2 of the Java Access Bridge is required for JDK 1.1 
&lt;br&gt;&amp;gt; environments. See the compatibility table for complete information.
&lt;br&gt;&amp;gt; Using Java Environments (Including SDK v1.2.2, v1.3.x, v1.4.x, and v5.0)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To begin the installation, locate your Java platform extensions directory, 
&lt;br&gt;&amp;gt; which is the jre\lib\ext subdirectory under the directory in which your JDK 
&lt;br&gt;&amp;gt; is installed. Typical locations are:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; c:\Program Files\Java\jdk1.5.0\jre\lib\ext
&lt;br&gt;&amp;gt; &amp;nbsp; c:\Program Files\Java\jre1.5.0_05\lib\ext
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Copy the following files into that directory:
&lt;br&gt;&amp;gt; &amp;nbsp; jaccess-1_2.jar for Java 2 platform edition 1.2.x, &amp;nbsp;or
&lt;br&gt;&amp;gt; &amp;nbsp; jaccess-1_3.jar for Java 2 platform edition 1.3.x, &amp;nbsp;or
&lt;br&gt;&amp;gt; &amp;nbsp; jaccess-1_4.jar for Java 2 platform edition 1.4.x, &amp;nbsp;or
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; jaccess-1_4.jar for Java platform edition 1.5.x; &amp;nbsp; and
&lt;br&gt;&amp;gt; &amp;nbsp; access-bridge.jar.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Java Virtual Machine consults a number of property files as it starts 
&lt;br&gt;&amp;gt; up. &amp;nbsp;You will need to modify the c:\Program 
&lt;br&gt;&amp;gt; Files\Java\jre1.5.0_05\lib\ext\accessibility.properties file in order to 
&lt;br&gt;&amp;gt; enable accessibility. &amp;nbsp;The Java Accessibility Utilities examples 
&lt;br&gt;&amp;gt; documentation explains how this all works. Add the following line to the 
&lt;br&gt;&amp;gt; accessibility.properties file:
&lt;br&gt;&amp;gt; &amp;nbsp; assistive_technologies=com.sun.java.accessibility.AccessBridge
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This line tells the Java VM to load the AccessBridge assistive technology, 
&lt;br&gt;&amp;gt; which it finds in the standard extensions directory. In addition, if you are 
&lt;br&gt;&amp;gt; using screen magnification technologies such as ZoomText from Ai Squared, 
&lt;br&gt;&amp;gt; you must also indicate the presence of screen magnification by adding the 
&lt;br&gt;&amp;gt; following line to the accessibility.properties file:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; screen_magnifier_present=true
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Compatibility Information
&lt;br&gt;&amp;gt; In the Java Foundation Classes 1.1 with Swing 1.1, the name of the packages 
&lt;br&gt;&amp;gt; containing both the Swing classes and the Java Accessibility API classes 
&lt;br&gt;&amp;gt; changed (from com.sun.java.swing and com.sun.java.accessibility to 
&lt;br&gt;&amp;gt; javax.swing and javax.accessibility respectively). &amp;nbsp;Java applications and 
&lt;br&gt;&amp;gt; applets built with earlier versions of Swing and/or the Java Accessibility 
&lt;br&gt;&amp;gt; API will not work with the Java Accessibility Utilities version 1.1 and 
&lt;br&gt;&amp;gt; later, nor will they work with the Java Access Bridge. &amp;nbsp;The compatibility 
&lt;br&gt;&amp;gt; table details the versions of the Java platform, Java Foundation Classes, 
&lt;br&gt;&amp;gt; Java Accessibility Utilities, Java Plugin, and Java Access Bridge that work 
&lt;br&gt;&amp;gt; with each other.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Working From a Browser
&lt;br&gt;&amp;gt; The Java Plugin, at &lt;a href=&quot;http://java.sun.com/products/plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/plugin&lt;/a&gt;, provides a browser 
&lt;br&gt;&amp;gt; plug-in that contains the Sun Java VM. &amp;nbsp;This VM includes the ability to 
&lt;br&gt;&amp;gt; replace the EventQueue in order to load assistive technologies (or, in the 
&lt;br&gt;&amp;gt; case of the JDK 1.2 version &amp;nbsp;of the Java Plugin; load assistive technologies 
&lt;br&gt;&amp;gt; directly). The Java Plugin (version 1.2.2 and later) includes the Java 
&lt;br&gt;&amp;gt; Foundation Classes (and thereby Swing and the Java Accessibility API). &amp;nbsp;The 
&lt;br&gt;&amp;gt; Java Plugin is typically installed on your c:\ drive within your Program 
&lt;br&gt;&amp;gt; Files directory. &amp;nbsp;It may be a separate, or second Java VM. &amp;nbsp;The Java 
&lt;br&gt;&amp;gt; platform extensions directory is typically at:
&lt;br&gt;&amp;gt; &amp;nbsp; c:\Program Files\Java\jre1.5.0_05\lib\ext
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; which is where you must put the accessbridge.jar and jaccess.jar files. &amp;nbsp;The 
&lt;br&gt;&amp;gt; parent lib directory is where the accessibility.properties file is located, 
&lt;br&gt;&amp;gt; which must be likewise modified as above.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please send comments to: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20319204&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;access@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ===========================================================================
&lt;br&gt;&amp;gt; To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20319204&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;&amp;gt; of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20319204&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;/div&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20319204&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20319204&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Configuring-Java-Access-Bridge-tp20298433p20319204.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20298433</id>
	<title>Configuring Java Access Bridge</title>
	<published>2008-11-02T23:47:53Z</published>
	<updated>2008-11-02T23:47:53Z</updated>
	<author>
		<name>Marvin Hunkin-2</name>
	</author>
	<content type="html">Hi daniel.
&lt;br&gt;here's a page from sun java about how to set up the java access bridge from 
&lt;br&gt;hand.
&lt;br&gt;hope this works.
&lt;br&gt;cheers Marvin.
&lt;br&gt;&lt;br&gt;&amp;nbsp; JavaTM Access Bridge
&lt;br&gt;for the Microsoft Windows Operating System
&lt;br&gt;Version 2.0.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Setup Information &amp;nbsp;Contents
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Setting Up the Java Access Bridge
&lt;br&gt;The Java Access Bridge should only be installed by hand as a last resort. 
&lt;br&gt;The recommended way to install the Java Access Bridge is to use the Java 
&lt;br&gt;Access Bridge installer, which will locate the Java VMs installed on your 
&lt;br&gt;system that support the Java Access Bridge, and then install the Java Access 
&lt;br&gt;Bridge into those Java VMs that you identify. The Java Access Bridge 
&lt;br&gt;installer is a self-extracting executable file called 
&lt;br&gt;AccessBridge-2_0_1.exe.
&lt;br&gt;The instructions below describe what the Java Access Bridge installer does, 
&lt;br&gt;allowing you to make those modifications by hand if necessary. &amp;nbsp;Please note: 
&lt;br&gt;the Java Access Bridge package includes three editions of the Java 
&lt;br&gt;Accessibility Utilities file 'jaccess.jar', which differs for Java 2 SDK 
&lt;br&gt;1.2, Java 2 SDK 1.3, and Java 2 SDK 1.4. These files are named 
&lt;br&gt;jaccess-1_2.jar, jaccess-1_3.jar, and jaccess-1_4.jar. Please use the 
&lt;br&gt;jaccess-1_4.jar for Java 2 SDK 5.0.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Using JDK 1.1 Environments
&lt;br&gt;Version 1.0.2 of the Java Access Bridge is required for JDK 1.1 
&lt;br&gt;environments. See the compatibility table for complete information.
&lt;br&gt;Using Java Environments (Including SDK v1.2.2, v1.3.x, v1.4.x, and v5.0)
&lt;br&gt;&lt;br&gt;To begin the installation, locate your Java platform extensions directory, 
&lt;br&gt;which is the jre\lib\ext subdirectory under the directory in which your JDK 
&lt;br&gt;is installed. Typical locations are:
&lt;br&gt;&lt;br&gt;&amp;nbsp; c:\Program Files\Java\jdk1.5.0\jre\lib\ext
&lt;br&gt;&amp;nbsp; c:\Program Files\Java\jre1.5.0_05\lib\ext
&lt;br&gt;&lt;br&gt;&lt;br&gt;Copy the following files into that directory:
&lt;br&gt;&amp;nbsp; jaccess-1_2.jar for Java 2 platform edition 1.2.x, &amp;nbsp;or
&lt;br&gt;&amp;nbsp; jaccess-1_3.jar for Java 2 platform edition 1.3.x, &amp;nbsp;or
&lt;br&gt;&amp;nbsp; jaccess-1_4.jar for Java 2 platform edition 1.4.x, &amp;nbsp;or
&lt;br&gt;&amp;nbsp; &amp;nbsp; jaccess-1_4.jar for Java platform edition 1.5.x; &amp;nbsp; and
&lt;br&gt;&amp;nbsp; access-bridge.jar.
&lt;br&gt;&lt;br&gt;The Java Virtual Machine consults a number of property files as it starts 
&lt;br&gt;up. &amp;nbsp;You will need to modify the c:\Program 
&lt;br&gt;Files\Java\jre1.5.0_05\lib\ext\accessibility.properties file in order to 
&lt;br&gt;enable accessibility. &amp;nbsp;The Java Accessibility Utilities examples 
&lt;br&gt;documentation explains how this all works. Add the following line to the 
&lt;br&gt;accessibility.properties file:
&lt;br&gt;&amp;nbsp; assistive_technologies=com.sun.java.accessibility.AccessBridge
&lt;br&gt;&lt;br&gt;This line tells the Java VM to load the AccessBridge assistive technology, 
&lt;br&gt;which it finds in the standard extensions directory. In addition, if you are 
&lt;br&gt;using screen magnification technologies such as ZoomText from Ai Squared, 
&lt;br&gt;you must also indicate the presence of screen magnification by adding the 
&lt;br&gt;following line to the accessibility.properties file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; screen_magnifier_present=true
&lt;br&gt;&lt;br&gt;&lt;br&gt;Compatibility Information
&lt;br&gt;In the Java Foundation Classes 1.1 with Swing 1.1, the name of the packages 
&lt;br&gt;containing both the Swing classes and the Java Accessibility API classes 
&lt;br&gt;changed (from com.sun.java.swing and com.sun.java.accessibility to 
&lt;br&gt;javax.swing and javax.accessibility respectively). &amp;nbsp;Java applications and 
&lt;br&gt;applets built with earlier versions of Swing and/or the Java Accessibility 
&lt;br&gt;API will not work with the Java Accessibility Utilities version 1.1 and 
&lt;br&gt;later, nor will they work with the Java Access Bridge. &amp;nbsp;The compatibility 
&lt;br&gt;table details the versions of the Java platform, Java Foundation Classes, 
&lt;br&gt;Java Accessibility Utilities, Java Plugin, and Java Access Bridge that work 
&lt;br&gt;with each other.
&lt;br&gt;&lt;br&gt;Working From a Browser
&lt;br&gt;The Java Plugin, at &lt;a href=&quot;http://java.sun.com/products/plugin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/plugin&lt;/a&gt;, provides a browser 
&lt;br&gt;plug-in that contains the Sun Java VM. &amp;nbsp;This VM includes the ability to 
&lt;br&gt;replace the EventQueue in order to load assistive technologies (or, in the 
&lt;br&gt;case of the JDK 1.2 version &amp;nbsp;of the Java Plugin; load assistive technologies 
&lt;br&gt;directly). The Java Plugin (version 1.2.2 and later) includes the Java 
&lt;br&gt;Foundation Classes (and thereby Swing and the Java Accessibility API). &amp;nbsp;The 
&lt;br&gt;Java Plugin is typically installed on your c:\ drive within your Program 
&lt;br&gt;Files directory. &amp;nbsp;It may be a separate, or second Java VM. &amp;nbsp;The Java 
&lt;br&gt;platform extensions directory is typically at:
&lt;br&gt;&amp;nbsp; c:\Program Files\Java\jre1.5.0_05\lib\ext
&lt;br&gt;&lt;br&gt;which is where you must put the accessbridge.jar and jaccess.jar files. &amp;nbsp;The 
&lt;br&gt;parent lib directory is where the accessibility.properties file is located, 
&lt;br&gt;which must be likewise modified as above.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.
&lt;br&gt;&lt;br&gt;Please send comments to: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20298433&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;access@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20298433&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20298433&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Configuring-Java-Access-Bridge-tp20298433p20298433.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20296531</id>
	<title>configuring access bridge on windows</title>
	<published>2008-11-02T18:38:43Z</published>
	<updated>2008-11-02T18:38:43Z</updated>
	<author>
		<name>Daniel Dalton-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Could someone please explain how to set up the java access bridge on
&lt;br&gt;windows? I've been using linux, so don't know a lot about java or
&lt;br&gt;windows...
&lt;br&gt;I want to be able to use some java applications...
&lt;br&gt;&lt;br&gt;I have jre 6 update 7 or something like that installed already... My
&lt;br&gt;system is dual booting with vista and linux, and I am wanting to do this
&lt;br&gt;to the vista... So what should I do? What are the steps to making java
&lt;br&gt;apps accessible with jaws? How do I configure this access bridge? Or
&lt;br&gt;what should I read to get started?
&lt;br&gt;&lt;br&gt;Thanks for any help,
&lt;br&gt;&lt;br&gt;Danny
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20296531&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20296531&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configuring-access-bridge-on-windows-tp20296531p20296531.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20065991</id>
	<title>Re: Announcing AEGIS - a 12.6m investment in open source accessibility</title>
	<published>2008-10-20T02:25:28Z</published>
	<updated>2008-10-20T02:25:28Z</updated>
	<author>
		<name>Peter Walker-8</name>
	</author>
	<content type="html">Dear Peter,
&lt;br&gt;&lt;br&gt;Thanks for sharing this fantastic news with us!
&lt;br&gt;&lt;br&gt;I would be interested to know how this project relates to existing projects
&lt;br&gt;such as JAVA accessibility and iAccessible(2), and what the likely future is
&lt;br&gt;for such projects.
&lt;br&gt;&lt;br&gt;If the existing Java accessibility API (and in particular the windows access
&lt;br&gt;bridge) is to be abandoned, I would be delighted to see the relevant source
&lt;br&gt;code released under a simple and permissive licence. Is there any likelihood
&lt;br&gt;of this happening?
&lt;br&gt;&lt;br&gt;With thanks,
&lt;br&gt;Peter.
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20065991&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20065991&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-Announcing-AEGIS---a-%C2%8012.6m-investment-in-open-source-accessibility-tp20065991p20065991.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20027402</id>
	<title>Re: Announcing AEGIS - a €12.6m investment  in open so urce accessibility</title>
	<published>2008-10-16T22:36:33Z</published>
	<updated>2008-10-16T22:36:33Z</updated>
	<author>
		<name>Octavian Rasnita-2</name>
	</author>
	<content type="html">Hi Peter,
&lt;br&gt;&lt;br&gt;Congratulations for your role in this project.
&lt;br&gt;&lt;br&gt;I hope it will be a success because I am directly interested in its results.
&lt;br&gt;&lt;br&gt;Octavian
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Peter Korn&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Peter.Korn@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Friday, October 17, 2008 6:31 AM
&lt;br&gt;Subject: Announcing AEGIS - a €12.6m investment in open source accessibility
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I am *very* pleased to share with you news about the AEGIS project, a 
&lt;br&gt;&amp;gt; €12.6m investment in accessibility, with the vast majority of it focused 
&lt;br&gt;&amp;gt; on open source solutions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Rather than repeat here all that I have written about AEGIS already, I 
&lt;br&gt;&amp;gt; will instead invite you to read about it in my blog: &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blogs.sun.com/korn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/korn/&lt;/a&gt;&amp;nbsp;or check out the AEGIS website at: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.aegis-project.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aegis-project.eu/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have worked in the field of accessibility for nearly 17 years, and on 
&lt;br&gt;&amp;gt; open source accessibility almost a dozen of those years. &amp;nbsp;In that time, 
&lt;br&gt;&amp;gt; open source accessibility has become a deep and abiding passion. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm very proud that the techniques we have pioneered in the open source 
&lt;br&gt;&amp;gt; community have since been adopted by Apple with the Macintosh &amp; 
&lt;br&gt;&amp;gt; VoiceOver, and are being adopted by Microsoft with UI Automation. &amp;nbsp;These 
&lt;br&gt;&amp;gt; same techniques are enshrined in the report a 42 member committee 
&lt;br&gt;&amp;gt; delivered to the U.S. Access Board earlier this year (and which at this 
&lt;br&gt;&amp;gt; very moment being reviewed by them as they work on their refresh of the 
&lt;br&gt;&amp;gt; Section 508 accessibility standard). &amp;nbsp;And these techniques are at the 
&lt;br&gt;&amp;gt; core of the AEGIS project.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With AEGIS, over the next 3.5 years we will attempt to bring 
&lt;br&gt;&amp;gt; programmatic accessibility more fully to the web, and to the mobile 
&lt;br&gt;&amp;gt; world. &amp;nbsp;With AEGIS we will also address a number of issues that still 
&lt;br&gt;&amp;gt; remain in accessibility on the open desktop. &amp;nbsp;And while we're at it, we 
&lt;br&gt;&amp;gt; will bring a bunch of new and talented people into the open source 
&lt;br&gt;&amp;gt; accessibility community (you should start seeing them showing up on our 
&lt;br&gt;&amp;gt; mailing lists and wikis in the coming months). &amp;nbsp;We will also fund a 
&lt;br&gt;&amp;gt; number of the experts who have already made tremendous open source 
&lt;br&gt;&amp;gt; accessibility contributions - to enable to them to continue and to do 
&lt;br&gt;&amp;gt; even more. &amp;nbsp;I'm sure they will shortly make their voices heard on these 
&lt;br&gt;&amp;gt; lists and in the blogosphere. &amp;nbsp;And we will explicitly fund a number of 
&lt;br&gt;&amp;gt; European disability organizations. &amp;nbsp;These organizations and many dozens 
&lt;br&gt;&amp;gt; of their members will be providing their expert input on our work, and 
&lt;br&gt;&amp;gt; thoughtfully evaluating our prototypes, and perhaps adopting the 
&lt;br&gt;&amp;gt; solutions we come up with because they do a great job of meeting their 
&lt;br&gt;&amp;gt; needs.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Oh, and we'll also write a bunch of open source accessibility code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; By the way - this Sunday the 19th of October marks the 8th anniversary 
&lt;br&gt;&amp;gt; of the GNOME Accessibility Project. &amp;nbsp;AEGIS helps bring a fantastic 8th 
&lt;br&gt;&amp;gt; year to a close, and also serves to inaugurate the next 3.5 years!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Peter Korn
&lt;br&gt;&amp;gt; Accessibility Architect &amp; Principal Engineer,
&lt;br&gt;&amp;gt; Sun Microsystems, Inc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ===========================================================================
&lt;br&gt;&amp;gt; To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;&amp;gt; of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;/div&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20027402&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Announcing-AEGIS---a-%E2%82%AC12.6m-investment--in-open-source-accessibility-tp20026560p20027402.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20026560</id>
	<title>Announcing AEGIS - a €12.6m investment  in open source accessibility</title>
	<published>2008-10-16T20:31:35Z</published>
	<updated>2008-10-16T20:31:35Z</updated>
	<author>
		<name>Peter Korn-2</name>
	</author>
	<content type="html">I am *very* pleased to share with you news about the AEGIS project, a 
&lt;br&gt;€12.6m investment in accessibility, with the vast majority of it focused 
&lt;br&gt;on open source solutions.
&lt;br&gt;&lt;br&gt;Rather than repeat here all that I have written about AEGIS already, I 
&lt;br&gt;will instead invite you to read about it in my blog: &amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/korn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/korn/&lt;/a&gt;&amp;nbsp;or check out the AEGIS website at: 
&lt;br&gt;&lt;a href=&quot;http://www.aegis-project.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aegis-project.eu/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I have worked in the field of accessibility for nearly 17 years, and on 
&lt;br&gt;open source accessibility almost a dozen of those years. &amp;nbsp;In that time, 
&lt;br&gt;open source accessibility has become a deep and abiding passion. 
&lt;br&gt;&lt;br&gt;I'm very proud that the techniques we have pioneered in the open source 
&lt;br&gt;community have since been adopted by Apple with the Macintosh &amp; 
&lt;br&gt;VoiceOver, and are being adopted by Microsoft with UI Automation. &amp;nbsp;These 
&lt;br&gt;same techniques are enshrined in the report a 42 member committee 
&lt;br&gt;delivered to the U.S. Access Board earlier this year (and which at this 
&lt;br&gt;very moment being reviewed by them as they work on their refresh of the 
&lt;br&gt;Section 508 accessibility standard). &amp;nbsp;And these techniques are at the 
&lt;br&gt;core of the AEGIS project.
&lt;br&gt;&lt;br&gt;With AEGIS, over the next 3.5 years we will attempt to bring 
&lt;br&gt;programmatic accessibility more fully to the web, and to the mobile 
&lt;br&gt;world. &amp;nbsp;With AEGIS we will also address a number of issues that still 
&lt;br&gt;remain in accessibility on the open desktop. &amp;nbsp;And while we're at it, we 
&lt;br&gt;will bring a bunch of new and talented people into the open source 
&lt;br&gt;accessibility community (you should start seeing them showing up on our 
&lt;br&gt;mailing lists and wikis in the coming months). &amp;nbsp;We will also fund a 
&lt;br&gt;number of the experts who have already made tremendous open source 
&lt;br&gt;accessibility contributions - to enable to them to continue and to do 
&lt;br&gt;even more. &amp;nbsp;I'm sure they will shortly make their voices heard on these 
&lt;br&gt;lists and in the blogosphere. &amp;nbsp;And we will explicitly fund a number of 
&lt;br&gt;European disability organizations. &amp;nbsp;These organizations and many dozens 
&lt;br&gt;of their members will be providing their expert input on our work, and 
&lt;br&gt;thoughtfully evaluating our prototypes, and perhaps adopting the 
&lt;br&gt;solutions we come up with because they do a great job of meeting their 
&lt;br&gt;needs.
&lt;br&gt;&lt;br&gt;Oh, and we'll also write a bunch of open source accessibility code.
&lt;br&gt;&lt;br&gt;&lt;br&gt;By the way - this Sunday the 19th of October marks the 8th anniversary 
&lt;br&gt;of the GNOME Accessibility Project. &amp;nbsp;AEGIS helps bring a fantastic 8th 
&lt;br&gt;year to a close, and also serves to inaugurate the next 3.5 years!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Peter Korn
&lt;br&gt;Accessibility Architect &amp; Principal Engineer,
&lt;br&gt;Sun Microsystems, Inc.
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20026560&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20026560&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Announcing-AEGIS---a-%E2%82%AC12.6m-investment--in-open-source-accessibility-tp20026560p20026560.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19641670</id>
	<title>Re: Java Access Bridge</title>
	<published>2008-09-23T21:06:19Z</published>
	<updated>2008-09-23T21:06:19Z</updated>
	<author>
		<name>Peter Korn-2</name>
	</author>
	<content type="html">Hi Marvin,
&lt;br&gt;&lt;br&gt;The latest version of the Java Access Bridge for Windows is 2.0.1, which 
&lt;br&gt;can be found at: 
&lt;br&gt;&lt;a href=&quot;http://java.sun.com/javase/technologies/accessibility/accessbridge/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/javase/technologies/accessibility/accessbridge/&lt;/a&gt;&amp;nbsp; You 
&lt;br&gt;can find the Java 6 (sometimes also known as Java 1.6) SDK at: 
&lt;br&gt;&lt;a href=&quot;http://java.sun.com/javase/downloads/index.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/javase/downloads/index.jsp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Peter Korn
&lt;br&gt;Accessibility Architect &amp; Principal Engineer,
&lt;br&gt;Sun Microsystems, Inc.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; where can i get java access bridge for windows vista home Premium?
&lt;br&gt;&amp;gt; and will it work with jaws 9, and the new java a 1.6 sdk.
&lt;br&gt;&amp;gt; cheers Marvin. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ===========================================================================
&lt;br&gt;&amp;gt; To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19641670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;&amp;gt; of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19641670&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19641670&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19641670&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Java-Access-Bridge-tp19603204p19641670.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19603204</id>
	<title>Java Access Bridge</title>
	<published>2008-09-22T00:41:34Z</published>
	<updated>2008-09-22T00:41:34Z</updated>
	<author>
		<name>Marvin Hunkin-2</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;where can i get java access bridge for windows vista home Premium?
&lt;br&gt;and will it work with jaws 9, and the new java a 1.6 sdk.
&lt;br&gt;cheers Marvin. 
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19603204&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19603204&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Java-Access-Bridge-tp19603204p19603204.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18476138</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-15T15:17:02Z</published>
	<updated>2008-07-15T15:17:02Z</updated>
	<author>
		<name>Pete Brunet</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;There are two proposals being discussed
by the IA2 WG. &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;1) use new text attributes like spelling-error;grammar-error;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;or&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;2) use interfaces/methods to determine
if there is an error and if so what kind of error it is.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;I'm hoping to get to a consensus on
this soon.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;BTW, IA2 doesn't have a Collection interface.
&amp;nbsp;It was added to ATK/AT-SPI because of its cross process architecture.
&amp;nbsp;The &amp;nbsp;Collection interface can be used to cut down on the cross
process calls. &amp;nbsp;IA2 ATs tend to be in process, though now we also
have NVDA which is mostly out of process due being written in Python.&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;font size=1 color=#0060a0 face=&quot;Arial&quot;&gt;&lt;b&gt;Pete Brunet&lt;/b&gt;&lt;/font&gt;&lt;font size=3 color=#0060a0&gt;&lt;strike&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/strike&gt;&lt;/font&gt;&lt;font size=1 color=#2f2f2f face=&quot;Arial&quot;&gt;&lt;br&gt;
IBM Accessibility Architecture and Development&lt;br&gt;
11501 Burnet Road, MS 9022E004, Austin, TX 78758&lt;br&gt;
Voice: (512) 838-4594, Cell: (512) 689-4155&lt;br&gt;
Ionosphere: WS4G&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;table width=100%&gt;
&lt;tr valign=top&gt;
&lt;td width=40%&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;&lt;b&gt;Peter Korn &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Peter.Korn@...&lt;/a&gt;&amp;gt;&lt;/b&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Sent by: Java Accessibility interest
mailing list &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;07/14/2008 07:50 PM&lt;/font&gt;
&lt;table border&gt;
&lt;tr valign=top&gt;
&lt;td bgcolor=white&gt;
&lt;div align=center&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Please respond to&lt;br&gt;
Java Accessibility interest mailing list &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/table&gt;
&lt;br&gt;
&lt;td width=59%&gt;
&lt;table width=100%&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;To&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;/font&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;cc&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Subject&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Re: squiggly markers for errors in Eclipse
- anyway to replace them?&lt;/font&gt;&lt;/table&gt;
&lt;br&gt;
&lt;table&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;td&gt;&lt;/table&gt;
&lt;br&gt;&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=3&gt;Hi Phill,&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;A few comments:&lt;/font&gt;&lt;font size=3&gt;
&lt;br&gt;
&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
...&lt;/font&gt;&lt;font size=3&gt;&lt;br&gt;
&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
3. API - Isn't API the preferred method over querying every character and
storing information about the text attributes and/or error types? &amp;nbsp;It
is usually a big performance hit to the AT to have to query every text
and store it attributes and error types. &amp;nbsp;Much more efficient to allow
the AT to query the DOM via an API on demand and get the strings of errors.&lt;/font&gt;&lt;font size=3&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;br&gt;
This is precisely what the new collections interface is about - allowing
an AT to make queries and get back a list of the objects/places that meet
the query (the collection of things meeting the query if you will). &amp;nbsp;This
kind of approach is much more generic than application-specific DOMs, and
much easier to implement broadly than trying to generify a DOM across a
spectrum of very different applications (a word processed document DOM
likely looks quite different from a spreadsheet DOM, and those different
from a vector graphics editor DOM).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Peter Korn&lt;br&gt;
Accessibility Architect,&lt;br&gt;
Sun Microsystems, Inc.&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. For general help,
send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message
&amp;quot;help&amp;quot;. &lt;/font&gt;
&lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18476138&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18476138.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18456153</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T17:50:34Z</published>
	<updated>2008-07-14T17:50:34Z</updated>
	<author>
		<name>Peter Korn-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi Phill,&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;mid:OF98249671.DD4DBD90-ON86257486.00678AB2-86257486.006BDA51@us.ibm.com&quot; type=&quot;cite&quot;&gt;&lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;A few comments:&lt;/font&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;...&lt;/font&gt;&lt;br&gt;
  &lt;br&gt;
  &lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;3. API - Isn't API the preferred
method
over querying every character and storing information about the text
attributes
and/or error types? &amp;nbsp;It is usually a big performance hit to the AT
to have to query every text and store it attributes and error types.
&amp;nbsp;Much
more efficient to allow the AT to query the DOM via an API on demand
and
get the strings of errors.&lt;/font&gt;
&lt;/blockquote&gt;
&lt;br&gt;
This is precisely what the new collections interface is about -
allowing an AT to make queries and get back a list of the
objects/places that meet the query (the collection of things meeting
the query if you will).&amp;nbsp; This kind of approach is much more generic
than application-specific DOMs, and much easier to implement broadly
than trying to generify a DOM across a spectrum of very different
applications (a word processed document DOM likely looks quite
different from a spreadsheet DOM, and those different from a vector
graphics editor DOM).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Peter Korn&lt;br&gt;
Accessibility Architect,&lt;br&gt;
Sun Microsystems, Inc.&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18456153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18456153&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18456153.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18451471</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T12:36:57Z</published>
	<updated>2008-07-14T12:36:57Z</updated>
	<author>
		<name>Phill Jenkins</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;A few comments:&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;1. Text attributes - knowing the text
attributes is (should be) independent of the semantics that an error is
also being represented. &amp;nbsp;The fundamental principle that presentation
should be separated from semantics comes into play here. &amp;nbsp;Some may
prefer and/or need it presented as a yellow box, or larger font with different
contrast, or the red squiggly line - but the user/AT/agent still needs
to know the semantics - spelling, grammatical, syntax, or what-ever error.
&amp;nbsp;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;2. Extensible error type: &amp;nbsp;It would
be useful for the error types to be extendable. &amp;nbsp;Start off with the
common ones today, such as spelling, grammar, syntax,etc. But allow the
API to be extended to include additional ones yet to be defined.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;3. API - Isn't API the preferred method
over querying every character and storing information about the text attributes
and/or error types? &amp;nbsp;It is usually a big performance hit to the AT
to have to query every text and store it attributes and error types. &amp;nbsp;Much
more efficient to allow the AT to query the DOM via an API on demand and
get the strings of errors.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Regards,&lt;br&gt;
Phill Jenkins&lt;br&gt;
IBM Research - Human Ability &amp;amp; Accessibility Center&lt;br&gt;
http://www.ibm.com/able&lt;br&gt;
&lt;/font&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18451471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18451471&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18451471.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18450267</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T11:33:04Z</published>
	<updated>2008-07-14T11:33:04Z</updated>
	<author>
		<name>Pete Brunet</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Jeff, We've been discussing this matter
(along with grammar errors) in the IAccessible2 group for some time now
and the discussion is at a point where I'm waiting for some input from
the OpenOffice team. &amp;nbsp;In Lotus Symphony the red wavy underlines are
exposed using IA2's IAccessibleText::attributes indicating that there is
an underline, that it is wavy, and that it is red. &amp;nbsp;However, what
is really needed is to expose that there is an error of a certain sort,
e.g. spelling or grammar, not that there is an underline with particular
attributes. &amp;nbsp;There are two ways to expose the error, either as a text
attribute, e.g. ...;spelling-error:true;grammar-error:true;... or an interface
(or a pair of interfaces) that returns the error information. &amp;nbsp;If
you have any input regarding this issue the IA2 site is at http://www.linuxfoundation.org/en/Accessibility/IAccessible2
and the mailing list info is at https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2.
&amp;nbsp;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Thanks,&lt;br&gt;
&lt;/font&gt;&lt;font size=1 color=#0060a0 face=&quot;Arial&quot;&gt;&lt;b&gt;Pete Brunet&lt;/b&gt;&lt;/font&gt;&lt;font size=3 color=#0060a0&gt;&lt;strike&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/strike&gt;&lt;/font&gt;&lt;font size=1 color=#2f2f2f face=&quot;Arial&quot;&gt;&lt;br&gt;
IBM Accessibility Architecture and Development&lt;br&gt;
11501 Burnet Road, MS 9022E004, Austin, TX 78758&lt;br&gt;
Voice: (512) 838-4594, Cell: (512) 689-4155&lt;br&gt;
Ionosphere: WS4G&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;table width=100%&gt;
&lt;tr valign=top&gt;
&lt;td width=40%&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;&lt;b&gt;Jeff Bishop &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeff.bishop@...&lt;/a&gt;&amp;gt;&lt;/b&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Sent by: Java Accessibility interest
mailing list &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;07/14/2008 12:20 PM&lt;/font&gt;
&lt;table border&gt;
&lt;tr valign=top&gt;
&lt;td bgcolor=white&gt;
&lt;div align=center&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Please respond to&lt;br&gt;
Jeff Bishop &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeff.bishop@...&lt;/a&gt;&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/table&gt;
&lt;br&gt;
&lt;td width=59%&gt;
&lt;table width=100%&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;To&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;/font&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;cc&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;div align=right&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Subject&lt;/font&gt;&lt;/div&gt;
&lt;td&gt;&lt;font size=1 face=&quot;sans-serif&quot;&gt;Re: squiggly markers for errors in Eclipse
- anyway to replace them?&lt;/font&gt;&lt;/table&gt;
&lt;br&gt;
&lt;table&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;td&gt;&lt;/table&gt;
&lt;br&gt;&lt;/table&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Peter,&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Do you know if Eclipse has a com way of getting
at that information?&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;Jeff&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;----- Original Message ----- &lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;b&gt;From:&lt;/b&gt; &lt;/font&gt;&lt;a href=mailto:Peter.Korn@SUN.COM target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=3 color=blue&gt;&lt;u&gt;Peter
Korn&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt; &lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;b&gt;To:&lt;/b&gt; &lt;/font&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;font size=3&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;b&gt;Sent:&lt;/b&gt; Monday, July 14, 2008 9:55 AM&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;b&gt;Subject:&lt;/b&gt; Re: squiggly markers for errors in Eclipse
- anyway to replace them?&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=3&gt;Dear Phill,&lt;br&gt;
&lt;br&gt;
I think the first question to ask is *how* does an AT like JAWS determine
that a portion of text has a a squiggly line underneath it (or any other
attribute/styling). &amp;nbsp;I believe JAWS &amp;amp; WindowEyes do this with
Microsoft Word by using the proprietary COM APIs that Word exposes - essentially
by &amp;quot;going to the DOM&amp;quot; to determine this. &amp;nbsp;&lt;br&gt;
&lt;br&gt;
In applications using a uniform accessibility API (e.g. iAccessible2) and
not providing a unique-to-them DOM/COM interface, the question becomes
&amp;quot;how should one expose this information via iAccessible2&amp;quot; (or
whatever is the appropriate accessibility API in question). &amp;nbsp;A first
choice might be via text attributes, though this can be challenging to
implement because the information is typically stored and even sometimes
rendered in a very different part of the application from the part that
knows about boldface/underlining, etc.&lt;br&gt;
&lt;br&gt;
Apropos of this, a very similar issue is being worked on right now in the
Linux Foundation's Open Accessibility working group, where IBM's Pete Brunet
is working through a proposal conveying change tracking information via
iAccessible2 and the UNIX ATK/AT-SPI interfaces. &amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
So I think the actual answer is: JAWS isn't given enough information today
to do this in Eclipse, but hopefully in not too long the accessibility
APIs will be exposed to allow JAWS (or someone writing a script for JAWS)
to do so.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Peter Korn&lt;br&gt;
Accessibility Architect,&lt;br&gt;
Sun Microsystems, Inc.&lt;/font&gt;
&lt;br&gt;&lt;font size=3&gt;&lt;br&gt;
If one gets an error when typing inside of Eclipse you see a squiggly line
&lt;br&gt;
near the error. &amp;nbsp;However, for a screen reader it will not designate
such an &lt;br&gt;
error.&lt;br&gt;
&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
Isn't that really an opportunity for writing a script? &amp;nbsp;Doesn't JAWS
&amp;amp; WindowEyes see the squiggly line character - if so, then it is the
AT that needs to be customized to react to it correctly - just as it has
been done for Microsoft Word or any other application that uses special
characters to identify misspellings, etc.&lt;/font&gt;&lt;font size=3&gt; &lt;br&gt;
&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
Regards,&lt;br&gt;
Phill Jenkins&lt;br&gt;
IBM Research - Human Ability &amp;amp; Accessibility Center&lt;/font&gt;&lt;font size=2 color=blue face=&quot;sans-serif&quot;&gt;&lt;u&gt;&lt;br&gt;
&lt;/u&gt;&lt;/font&gt;&lt;a href=http://www.ibm.com/able target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=2 color=blue face=&quot;sans-serif&quot;&gt;&lt;u&gt;http://www.ibm.com/able&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt;
===========================================================================
To unsubscribe, send email to &lt;/font&gt;&lt;a href=mailto:listserv@java.sun.com target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=3 color=blue&gt;&lt;u&gt;listserv@...&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt;
and include in the body of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;.
For general help, send email to &lt;/font&gt;&lt;a href=mailto:listserv@java.sun.com target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font size=3 color=blue&gt;&lt;u&gt;listserv@...&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt;
and include in the body of the message &amp;quot;help&amp;quot;. &lt;/font&gt;
&lt;p&gt;&lt;font size=3&gt;&lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. For general help,
send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message
&amp;quot;help&amp;quot;. &lt;/font&gt;
&lt;p&gt;&lt;font size=3&gt;===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. For general help,
send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message
&amp;quot;help&amp;quot;. &lt;/font&gt;
&lt;p&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18450267&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18450267.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18448645</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T10:20:11Z</published>
	<updated>2008-07-14T10:20:11Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=text/html;charset=ISO-8859-1&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16674&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY text=#000000 bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Peter,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Do you know if Eclipse has a com way of getting at 
that information?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Jeff&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Peter.Korn@...&lt;/a&gt; 
  &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, July 14, 2008 9:55 AM&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: squiggly markers for errors 
  in Eclipse - anyway to replace them?&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;Dear Phill,&lt;BR&gt;&lt;BR&gt;I think the first question to ask is *how* 
  does an AT like JAWS determine that a portion of text has a a squiggly line 
  underneath it (or any other attribute/styling).&amp;nbsp; I believe JAWS &amp;amp; 
  WindowEyes do this with Microsoft Word by using the proprietary COM APIs that 
  Word exposes - essentially by &quot;going to the DOM&quot; to determine this.&amp;nbsp; 
  &lt;BR&gt;&lt;BR&gt;In applications using a uniform accessibility API (e.g. iAccessible2) 
  and not providing a unique-to-them DOM/COM interface, the question becomes 
  &quot;how should one expose this information via iAccessible2&quot; (or whatever is the 
  appropriate accessibility API in question).&amp;nbsp; A first choice might be via 
  text attributes, though this can be challenging to implement because the 
  information is typically stored and even sometimes rendered in a very 
  different part of the application from the part that knows about 
  boldface/underlining, etc.&lt;BR&gt;&lt;BR&gt;Apropos of this, a very similar issue is 
  being worked on right now in the Linux Foundation's Open Accessibility working 
  group, where IBM's Pete Brunet is working through a proposal conveying change 
  tracking information via iAccessible2 and the UNIX ATK/AT-SPI 
  interfaces.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;So I think the actual answer is: JAWS isn't 
  given enough information today to do this in Eclipse, but hopefully in not too 
  long the accessibility APIs will be exposed to allow JAWS (or someone writing 
  a script for JAWS) to do so.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;&lt;BR&gt;Peter 
  Korn&lt;BR&gt;Accessibility Architect,&lt;BR&gt;Sun Microsystems, Inc.&lt;BR&gt;
  &lt;BLOCKQUOTE cite=mid:OF460C8FBA.C9C772CB-ON86257486.0058305B-86257486.00589B23@us.ibm.com type=&quot;cite&quot;&gt;&lt;BR&gt;&lt;FONT size=3&gt;If one gets an error when typing inside of 
    Eclipse you see a squiggly line &lt;BR&gt;near the error. &amp;nbsp;However, for a 
    screen reader it will not designate such an &lt;BR&gt;error.&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT face=sans-serif size=2&gt;Isn't that really an opportunity for writing a 
    script? &amp;nbsp;Doesn't JAWS &amp;amp; WindowEyes see the squiggly line character 
    - if so, then it is the AT that needs to be customized to react to it 
    correctly - just as it has been done for Microsoft Word or any other 
    application that uses special characters to identify misspellings, 
    etc.&lt;/FONT&gt; &lt;BR&gt;&lt;BR&gt;&lt;FONT face=sans-serif size=2&gt;Regards,&lt;BR&gt;Phill 
    Jenkins&lt;BR&gt;IBM Research - Human Ability &amp;amp; Accessibility Center&lt;BR&gt;&lt;A class=moz-txt-link-freetext href=&quot;http://www.ibm.com/able&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ibm.com/able&lt;/A&gt;&lt;/FONT&gt; 
    =========================================================================== 
    To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
    the body of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email 
    to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
    the body of the message &quot;help&quot;. 
    &lt;P&gt;&lt;/P&gt;
    &lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;=========================================================================== 
  To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of 
  the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;. 
  &lt;P&gt;
  &lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448645&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18448645.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18448156</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T09:55:06Z</published>
	<updated>2008-07-14T09:55:06Z</updated>
	<author>
		<name>Peter Korn-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Dear Phill,&lt;br&gt;
&lt;br&gt;
I think the first question to ask is *how* does an AT like JAWS
determine that a portion of text has a a squiggly line underneath it
(or any other attribute/styling).&amp;nbsp; I believe JAWS &amp;amp; WindowEyes do
this with Microsoft Word by using the proprietary COM APIs that Word
exposes - essentially by &quot;going to the DOM&quot; to determine this.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
In applications using a uniform accessibility API (e.g. iAccessible2)
and not providing a unique-to-them DOM/COM interface, the question
becomes &quot;how should one expose this information via iAccessible2&quot; (or
whatever is the appropriate accessibility API in question).&amp;nbsp; A first
choice might be via text attributes, though this can be challenging to
implement because the information is typically stored and even
sometimes rendered in a very different part of the application from the
part that knows about boldface/underlining, etc.&lt;br&gt;
&lt;br&gt;
Apropos of this, a very similar issue is being worked on right now in
the Linux Foundation's Open Accessibility working group, where IBM's
Pete Brunet is working through a proposal conveying change tracking
information via iAccessible2 and the UNIX ATK/AT-SPI interfaces.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
So I think the actual answer is: JAWS isn't given enough information
today to do this in Eclipse, but hopefully in not too long the
accessibility APIs will be exposed to allow JAWS (or someone writing a
script for JAWS) to do so.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Peter Korn&lt;br&gt;
Accessibility Architect,&lt;br&gt;
Sun Microsystems, Inc.&lt;br&gt;
&lt;blockquote cite=&quot;mid:OF460C8FBA.C9C772CB-ON86257486.0058305B-86257486.00589B23@us.ibm.com&quot; type=&quot;cite&quot;&gt;&lt;br&gt;
  &lt;font size=&quot;3&quot;&gt;If one gets an error when typing inside of Eclipse you
see a squiggly line &lt;br&gt;
near the error. &amp;nbsp;However, for a screen reader it will not designate
such an &lt;br&gt;
error.&lt;br&gt;
  &lt;/font&gt;
  &lt;br&gt;
  &lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;Isn't that really an opportunity for
writing a script? &amp;nbsp;Doesn't JAWS &amp;amp; WindowEyes see the squiggly
line character - if so, then it is the AT that needs to be customized
to
react to it correctly - just as it has been done for Microsoft Word or
any other application that uses special characters to identify
misspellings,
etc.&lt;/font&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;font face=&quot;sans-serif&quot; size=&quot;2&quot;&gt;Regards,&lt;br&gt;
Phill Jenkins&lt;br&gt;
IBM Research - Human Ability &amp;amp; Accessibility Center&lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.ibm.com/able&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ibm.com/able&lt;/a&gt;&lt;/font&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448156&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body
of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448156&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
  &lt;p&gt;&lt;/p&gt;
  &lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448156&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18448156&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18448156.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18447516</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T09:26:45Z</published>
	<updated>2008-07-14T09:26:45Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16674&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I believe in the case of Word this information is 
obtained via the object model of that application.&amp;nbsp; Do you know if a COM 
interface exists within Eclipse to gain access to that information?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Jeff&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE dir=ltr style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pjenkins@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, July 14, 2008 9:06 AM&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: squiggly markers for errors 
  in Eclipse - anyway to replace them?&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;FONT size=3&gt;If one gets an error when typing inside of 
  Eclipse you see a squiggly line &lt;BR&gt;near the error. &amp;nbsp;However, for a 
  screen reader it will not designate such an &lt;BR&gt;error.&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;FONT face=sans-serif size=2&gt;Isn't that really an opportunity for writing a script? 
  &amp;nbsp;Doesn't JAWS &amp;amp; WindowEyes see the squiggly line character - if so, 
  then it is the AT that needs to be customized to react to it correctly - just 
  as it has been done for Microsoft Word or any other application that uses 
  special characters to identify misspellings, etc.&lt;/FONT&gt; &lt;BR&gt;&lt;BR&gt;&lt;FONT face=sans-serif size=2&gt;Regards,&lt;BR&gt;Phill Jenkins&lt;BR&gt;IBM Research - Human 
  Ability &amp;amp; Accessibility Center&lt;BR&gt;http://www.ibm.com/able&lt;/FONT&gt; 
  =========================================================================== To 
  unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of 
  the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;. 
  &lt;P&gt;
  &lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447516&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18447516.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18447134</id>
	<title>Re: squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-14T09:06:44Z</published>
	<updated>2008-07-14T09:06:44Z</updated>
	<author>
		<name>Phill Jenkins</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=3&gt;If one gets an error when typing inside of Eclipse you
see a squiggly line &lt;br&gt;
near the error. &amp;nbsp;However, for a screen reader it will not designate
such an &lt;br&gt;
error.&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Isn't that really an opportunity for
writing a script? &amp;nbsp;Doesn't JAWS &amp;amp; WindowEyes see the squiggly
line character - if so, then it is the AT that needs to be customized to
react to it correctly - just as it has been done for Microsoft Word or
any other application that uses special characters to identify misspellings,
etc.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Regards,&lt;br&gt;
Phill Jenkins&lt;br&gt;
IBM Research - Human Ability &amp;amp; Accessibility Center&lt;br&gt;
http://www.ibm.com/able&lt;/font&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18447134&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18447134.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18422760</id>
	<title>squiggly markers for errors in Eclipse - anyway to replace them?</title>
	<published>2008-07-12T12:17:33Z</published>
	<updated>2008-07-12T12:17:33Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16674&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;Hello Everyone,&lt;BR&gt;&lt;BR&gt;If one gets an error when typing inside of Eclipse 
you see a squiggly line &lt;BR&gt;near the error.&amp;nbsp; However, for a screen reader 
it will not designate such an &lt;BR&gt;error.&lt;BR&gt;&lt;BR&gt;Is there a way or a plugin to 
get a popup window or a sound alert if an &lt;BR&gt;error takes place that anyone is 
aware of?&lt;BR&gt;&lt;BR&gt;Jeff&lt;BR&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18422760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18422760&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/squiggly-markers-for-errors-in-Eclipse---anyway-to-replace-them--tp18422760p18422760.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16759705</id>
	<title>Eclipse question ...</title>
	<published>2008-04-17T20:06:42Z</published>
	<updated>2008-04-17T20:06:42Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hello,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Has anyone gotten Eclipse intellesense to work 
inside of Eclipse with a screen reader?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;If so, how?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Jeff&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16759705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16759705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-question-...-tp16759705p16759705.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16695875</id>
	<title>Re: MyEclipse - is it accessible</title>
	<published>2008-04-14T23:26:33Z</published>
	<updated>2008-04-14T23:26:33Z</updated>
	<author>
		<name>Alvin Yue</name>
	</author>
	<content type="html">Hi Jeff,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Not sure if I am really qualified to comment on MyEclipse. I was 
&lt;br&gt;asked to install and use it for my previous job. My impression is that 
&lt;br&gt;it was basically Eclipse with pre-selected/packaged plug-ins and add-ons 
&lt;br&gt;installed together with Eclipse (e.g. Hibernate support, SQL support, 
&lt;br&gt;Subclipse...). I had not played with their latest version (V6?) but when 
&lt;br&gt;I used the previous one I didn't find it that much better than Eclipse 
&lt;br&gt;with a few FOSS plug-ins installed. Since I installed it after Eclipse, 
&lt;br&gt;it used a different directory to install its plug-ins while Eclipse's 
&lt;br&gt;installer will install plug-ins at a default location. Sooner or later I 
&lt;br&gt;got conflicting versions of plug-ins/libraries installed inside one 
&lt;br&gt;runtime. At the end, I just removed the duplicates inside MyEclipse' 
&lt;br&gt;default folder and more or less restored to basic Eclipse. Personally, I 
&lt;br&gt;prefer using just Eclipse and extend it with the downloadable plug-ins.
&lt;br&gt;&lt;br&gt;Alvin
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Has anyone played with MyEclipse and if so is it accessible?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; It is found at:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.myeclipseide.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myeclipseide.com/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Jeff
&lt;br&gt;&lt;br&gt;===========================================================================
&lt;br&gt;To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16695875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
&lt;br&gt;of the message &amp;quot;signoff JAVA-ACCESS&amp;quot;. &amp;nbsp;For general help, send email to
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16695875&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &amp;quot;help&amp;quot;.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MyEclipse---is-it-accessible-tp16679659p16695875.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16685160</id>
	<title>Re: Accessibility of Eclipse and pointers</title>
	<published>2008-04-14T10:22:39Z</published>
	<updated>2008-04-14T10:22:39Z</updated>
	<author>
		<name>José Vilmar Estácio de Souza</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Another&amp;nbsp; useful shortcut that I didn't mention&amp;nbsp;&amp;nbsp; and that I use a lot
is ctrl+shift+p. Place the cursor after a { or after a } and press
ctrl+shift+p. Eclipse will move the cursor to the matching brace.&lt;br&gt;
It also can be used to find a matching left or right paren or a left or
right bracket. &amp;nbsp; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Shelton, Robert O. (JSC-AE) wrote:
&lt;blockquote cite=&quot;mid:00E96E4509D2A64B89B88B469AE49FE401337F7F@NDJSEVS21A.ndc.nasa.gov&quot; type=&quot;cite&quot;&gt;
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; &quot;&gt;
  &lt;meta content=&quot;MSHTML 6.00.2900.3268&quot; name=&quot;GENERATOR&quot;&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;span class=&quot;703453016-14042008&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;Wow -- thanks, I'll have to try
that.&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
  &lt;br&gt;
  &lt;div class=&quot;OutlookMessageHeader&quot; dir=&quot;ltr&quot; align=&quot;left&quot; lang=&quot;en-us&quot;&gt;
  &lt;hr tabindex=&quot;-1&quot;&gt;&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;From:&lt;/b&gt; Java
Accessibility interest mailing list [&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;] &lt;b&gt;On
Behalf Of &lt;/b&gt;Jos&amp;eacute; Vilmar Est&amp;aacute;cio de Souza&lt;br&gt;
  &lt;b&gt;Sent:&lt;/b&gt; Monday, April 14, 2008 10:27 AM&lt;br&gt;
  &lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;br&gt;
  &lt;b&gt;Subject:&lt;/b&gt; Re: Accessibility of Eclipse and pointers&lt;br&gt;
  &lt;/font&gt;&lt;br&gt;
  &lt;/div&gt;
Hi,&lt;br&gt;
Shift+f2 launches&amp;nbsp; a browser that tries to access the documentation in
html format. &lt;br&gt;
f2 extracts the documentation directly from the source file,&amp;nbsp; if
available. Depending on the desired information it is more efficient
and quick.&lt;br&gt;
  &lt;br&gt;
Shelton, Robert O. (JSC-AE) wrote:
  &lt;blockquote cite=&quot;mid:00E96E4509D2A64B89B88B469AE49FE4012FE29C@NDJSEVS21A.ndc.nasa.gov&quot; type=&quot;cite&quot;&gt;
    &lt;meta content=&quot;MSHTML 6.00.2900.3268&quot; name=&quot;GENERATOR&quot;&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&amp;gt;&lt;font color=&quot;#000000&quot; face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;f2 -&amp;nbsp; shows the documentation of a
method, variable or class&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;-0&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;Isn't this shift+F2?&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;Very cool.&amp;nbsp; Some of the
other shortcuts are new to me, so we all learn something.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;
    &lt;hr tabindex=&quot;-1&quot;&gt; &lt;/div&gt;
    &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;From:&lt;/b&gt;
Java Accessibility interest mailing list [&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;]
    &lt;b&gt;On Behalf Of &lt;/b&gt;Jos&amp;eacute; Vilmar Est&amp;aacute;cio de Souza&lt;br&gt;
    &lt;b&gt;Sent:&lt;/b&gt; Monday, April 14, 2008 4:55 AM&lt;br&gt;
    &lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;br&gt;
    &lt;b&gt;Subject:&lt;/b&gt; Re: Accessibility of Eclipse and pointers&lt;br&gt;
    &lt;/font&gt;&lt;br&gt;
    &lt;/div&gt;
Hi Jeff,&lt;br&gt;
Eclipse is very accessible with jaws. I can not comment about eclipse
and window-eyes because I have no experience with window-eyes.&lt;br&gt;
    &lt;br&gt;
I work with java and eclipse every day &amp;nbsp; but the applications that I'm
developing are in general batch applications. I could create my
applications using a simple text editor but using eclipse save me much
time. &lt;br&gt;
    &lt;br&gt;
My favorites&amp;nbsp; hot keys are:&lt;br&gt;
f2 -&amp;nbsp; shows the documentation of a method, variable or class. The
cursor must be in the desired name before you press the f2 key.&lt;br&gt;
f3 - move to the declaration of a method, variable or class where the
cursor is.&lt;br&gt;
ctrl+f6 or ctrl+shift+f6&amp;nbsp; - cycle between files that are being edited.&lt;br&gt;
ctrl+spacebar - activate the content assist.&lt;br&gt;
ctrl+shift+o - opens a dialog in which a can type a string. Eclipse
will show all elements that starts with what i typed so that i can jump
to the element quickly.&lt;br&gt;
ctrl+shift+e - brings a list with all files that are being edit so that
I can jump to a file quickly.&lt;br&gt;
    &lt;br&gt;
And much much much more!&lt;br&gt;
Jeff Bishop wrote:
    &lt;blockquote cite=&quot;mid:002e01c89de7$c2232af0$6401a8c0@jeffbis&quot; type=&quot;cite&quot;&gt;
      &lt;meta content=&quot;MSHTML 6.00.6000.16640&quot; name=&quot;GENERATOR&quot;&gt;
      
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Hello Everyone,&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;I have an opportunity to move
into&amp;nbsp;a position at the University of Arizona as a Java developer
working on the Kuali project.&amp;nbsp; I have 21 years of programming
background but none of that in Java.&amp;nbsp; I am studying like mad to learn
the language and utilizing the JDK command line tools to accomplish
that effort.&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;The Kuali project utilizes
Eclipse as its IDE of choice and from some very limited looking it
appears to be very accessible.&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;I noticed that it was written
with the SWT framework.&amp;nbsp; Does this mean that Eclipse is using all
standard windows controls?&amp;nbsp; Would it be safe to assume that both
Window-Eyes and JAWS should work with Eclipse in all areas?&amp;nbsp; I just
wanted to find out what others experience has been.&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Can anyone suggest any pointers
on Eclipse usage or settings that are beneficial with the use of a
screen reader in Eclipse?&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Thanks for any help you may be
able to provide.&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Jeff&lt;/font&gt;&lt;/div&gt;
      &lt;div&gt;&amp;nbsp;&lt;/div&gt;
      &lt;br&gt;
      &lt;br&gt;
      &lt;table width=&quot;400&quot;&gt;
        &lt;hr&gt;
        &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;a href=&quot;http://www.avast.com&quot; moz-do-not-send=&quot;true&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/a&gt;:
Inbound message clean. &lt;/p&gt;
        &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;Virus
Database (VPS): 080414-0, 04/14/2008&lt;br&gt;
Tested on: 4/14/2008 4:36:33 AM&lt;br&gt;
        &lt;font color=&quot;gray&quot;&gt;avast! - copyright (c) 1988-2008 ALWIL
Software.&lt;/font&gt;&lt;/p&gt;
        &lt;tbody&gt;
        &lt;/tbody&gt;
      &lt;/table&gt;
      &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;signoff JAVA-ACCESS&quot;. For
general help, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;help&quot;. &lt;/blockquote&gt;
    &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;signoff JAVA-ACCESS&quot;. For
general help, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;help&quot;. &lt;br&gt;
    &lt;br&gt;
    &lt;table width=&quot;400&quot;&gt;
      &lt;hr&gt;
      &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;a href=&quot;http://www.avast.com&quot; moz-do-not-send=&quot;true&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/a&gt;:
Inbound message clean. &lt;/p&gt;
      &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;Virus
Database (VPS): 080414-0, 04/14/2008&lt;br&gt;
Tested on: 4/14/2008 10:38:42 AM&lt;br&gt;
      &lt;font color=&quot;gray&quot;&gt;avast! - copyright (c) 1988-2008 ALWIL
Software.&lt;/font&gt;&lt;/p&gt;
      &lt;tbody&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;signoff JAVA-ACCESS&quot;. For
general help, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;help&quot;. &lt;/blockquote&gt;
  &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email
to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
  &lt;p&gt;
  &lt;/p&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;table width=&quot;400&quot;&gt;
    &lt;hr&gt;
    &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.avast.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/a&gt;:
Inbound message clean.
    &lt;/p&gt;
    &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;Virus
Database (VPS): 080414-0, 04/14/2008&lt;br&gt;
Tested on: 4/14/2008 1:47:05 PM&lt;br&gt;
    &lt;font color=&quot;gray&quot;&gt;avast! - copyright (c) 1988-2008 ALWIL Software.&lt;/font&gt;&lt;/p&gt;
    &lt;tbody&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
  &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body
of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
  &lt;p&gt;&lt;/p&gt;
  &lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16685160&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Accessibility-of-Eclipse-and-pointers-tp16671540p16685160.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16683420</id>
	<title>Re: Accessibility of Eclipse and pointers</title>
	<published>2008-04-14T09:31:11Z</published>
	<updated>2008-04-14T09:31:11Z</updated>
	<author>
		<name>Shelton, Robert O. (JSC-AE)</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3268&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY text=#000000 bgColor=#ffffff&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=703453016-14042008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;Wow -- thanks, I'll have to try that.&amp;nbsp; 
&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; Java Accessibility interest mailing list 
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;] &lt;B&gt;On Behalf Of &lt;/B&gt;José Vilmar Estácio de 
Souza&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, April 14, 2008 10:27 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; 
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: Accessibility of Eclipse and 
pointers&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;Hi,&lt;BR&gt;Shift+f2 launches&amp;nbsp; a browser that tries to access the 
documentation in html format. &lt;BR&gt;f2 extracts the documentation directly from 
the source file,&amp;nbsp; if available. Depending on the desired information it is 
more efficient and quick.&lt;BR&gt;&lt;BR&gt;Shelton, Robert O. (JSC-AE) wrote: 
&lt;BLOCKQUOTE cite=mid:00E96E4509D2A64B89B88B469AE49FE4012FE29C@NDJSEVS21A.ndc.nasa.gov type=&quot;cite&quot;&gt;
  &lt;META content=&quot;MSHTML 6.00.2900.3268&quot; name=GENERATOR&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=233080213-14042008&gt;&amp;gt;&lt;FONT face=&quot;Times New Roman&quot; color=#000000 size=3&gt;f2 -&amp;nbsp; shows the documentation of a method, variable or 
  class&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT size=+0&gt;&lt;SPAN class=233080213-14042008&gt;Isn't 
  this shift+F2?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=233080213-14042008&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=233080213-14042008&gt;Very cool.&amp;nbsp; Some of the other shortcuts are new 
  to me, so we all learn something.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=233080213-14042008&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;/DIV&gt;
  &lt;DIV dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; Java 
  Accessibility interest mailing list [&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;] 
  &lt;B&gt;On Behalf Of &lt;/B&gt;José Vilmar Estácio de Souza&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, April 
  14, 2008 4:55 AM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; 
  Re: Accessibility of Eclipse and pointers&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;Hi 
  Jeff,&lt;BR&gt;Eclipse is very accessible with jaws. I can not comment about eclipse 
  and window-eyes because I have no experience with window-eyes.&lt;BR&gt;&lt;BR&gt;I work 
  with java and eclipse every day &amp;nbsp; but the applications that I'm 
  developing are in general batch applications. I could create my applications 
  using a simple text editor but using eclipse save me much time. &lt;BR&gt;&lt;BR&gt;My 
  favorites&amp;nbsp; hot keys are:&lt;BR&gt;f2 -&amp;nbsp; shows the documentation of a 
  method, variable or class. The cursor must be in the desired name before you 
  press the f2 key.&lt;BR&gt;f3 - move to the declaration of a method, variable or 
  class where the cursor is.&lt;BR&gt;ctrl+f6 or ctrl+shift+f6&amp;nbsp; - cycle between 
  files that are being edited.&lt;BR&gt;ctrl+spacebar - activate the content 
  assist.&lt;BR&gt;ctrl+shift+o - opens a dialog in which a can type a string. Eclipse 
  will show all elements that starts with what i typed so that i can jump to the 
  element quickly.&lt;BR&gt;ctrl+shift+e - brings a list with all files that are being 
  edit so that I can jump to a file quickly.&lt;BR&gt;&lt;BR&gt;And much much much 
  more!&lt;BR&gt;Jeff Bishop wrote: 
  &lt;BLOCKQUOTE cite=mid:002e01c89de7$c2232af0$6401a8c0@jeffbis type=&quot;cite&quot;&gt;
    &lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;
    

    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hello Everyone,&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I have an opportunity to move into&amp;nbsp;a 
    position at the University of Arizona as a Java developer working on the 
    Kuali project.&amp;nbsp; I have 21 years of programming background but none of 
    that in Java.&amp;nbsp; I am studying like mad to learn the language and 
    utilizing the JDK command line tools to accomplish that effort.&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;The Kuali project utilizes Eclipse as its IDE 
    of choice and from some very limited looking it appears to be very 
    accessible.&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I noticed that it was written with the SWT 
    framework.&amp;nbsp; Does this mean that Eclipse is using all standard windows 
    controls?&amp;nbsp; Would it be safe to assume that both Window-Eyes and JAWS 
    should work with Eclipse in all areas?&amp;nbsp; I just wanted to find out what 
    others experience has been.&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Can anyone suggest any pointers on Eclipse 
    usage or settings that are beneficial with the use of a screen reader in 
    Eclipse?&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Thanks for any help you may be able to 
    provide.&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
    &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Jeff&lt;/FONT&gt;&lt;/DIV&gt;
    &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR&gt;&lt;BR&gt;
    &lt;TABLE width=400&gt;
      &lt;HR&gt;

      &lt;P style=&quot;FONT: 9pt/11pt verdana; font-size-adjust: none; font-stretch: normal&quot;&gt;&lt;A href=&quot;http://www.avast.com&quot; moz-do-not-send=&quot;true&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/A&gt;: 
      Inbound message clean. &lt;/P&gt;
      &lt;P style=&quot;FONT: 8pt/11pt verdana; font-size-adjust: none; font-stretch: normal&quot;&gt;Virus 
      Database (VPS): 080414-0, 04/14/2008&lt;BR&gt;Tested on: 4/14/2008 4:36:33 
      AM&lt;BR&gt;&lt;FONT color=gray&gt;avast! - copyright (c) 1988-2008 ALWIL 
      Software.&lt;/FONT&gt;&lt;/P&gt;
      &lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;=========================================================================== 
    To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of 
    the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of 
    the message &quot;help&quot;. 
  &lt;/BLOCKQUOTE&gt;&lt;BR&gt;=========================================================================== 
  To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
  the body of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
  the body of the message &quot;help&quot;. 
  &lt;P&gt;&lt;/P&gt;&lt;BR&gt;&lt;BR&gt;
  &lt;TABLE width=400&gt;
    &lt;HR&gt;

    &lt;P style=&quot;FONT: 9pt/11pt verdana; font-size-adjust: none; font-stretch: normal&quot;&gt;&lt;A href=&quot;http://www.avast.com&quot; moz-do-not-send=&quot;true&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/A&gt;: 
    Inbound message clean. &lt;/P&gt;
    &lt;P style=&quot;FONT: 8pt/11pt verdana; font-size-adjust: none; font-stretch: normal&quot;&gt;Virus 
    Database (VPS): 080414-0, 04/14/2008&lt;BR&gt;Tested on: 4/14/2008 10:38:42 
    AM&lt;BR&gt;&lt;FONT color=gray&gt;avast! - copyright (c) 1988-2008 ALWIL 
    Software.&lt;/FONT&gt;&lt;/P&gt;
    &lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;=========================================================================== 
  To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
  the body of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in 
  the body of the message &quot;help&quot;. 
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;=========================================================================== 
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of 
the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to 
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;. 
&lt;P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16683420&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Accessibility-of-Eclipse-and-pointers-tp16671540p16683420.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16681961</id>
	<title>Re: Accessibility of Eclipse and pointers</title>
	<published>2008-04-14T08:27:06Z</published>
	<updated>2008-04-14T08:27:06Z</updated>
	<author>
		<name>José Vilmar Estácio de Souza</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi,&lt;br&gt;
Shift+f2 launches&amp;nbsp; a browser that tries to access the documentation in
html format. &lt;br&gt;
f2 extracts the documentation directly from the source file,&amp;nbsp; if
available. Depending on the desired information it is more efficient
and quick.&lt;br&gt;
&lt;br&gt;
Shelton, Robert O. (JSC-AE) wrote:
&lt;blockquote cite=&quot;mid:00E96E4509D2A64B89B88B469AE49FE4012FE29C@NDJSEVS21A.ndc.nasa.gov&quot; type=&quot;cite&quot;&gt;
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; &quot;&gt;
  &lt;meta content=&quot;MSHTML 6.00.2900.3268&quot; name=&quot;GENERATOR&quot;&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&amp;gt;&lt;font color=&quot;#000000&quot; face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;f2 -&amp;nbsp; shows the documentation of a
method, variable or class&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;Isn't
this shift+F2?&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;Very cool.&amp;nbsp; Some of the
other shortcuts are new to me, so we all learn something.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font color=&quot;#0000ff&quot; face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span class=&quot;233080213-14042008&quot;&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;
  &lt;hr tabindex=&quot;-1&quot;&gt;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;From:&lt;/b&gt;
Java Accessibility interest mailing list
[&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;] &lt;b&gt;On Behalf Of &lt;/b&gt;Jos&amp;eacute; Vilmar
Est&amp;aacute;cio de Souza&lt;br&gt;
  &lt;b&gt;Sent:&lt;/b&gt; Monday, April 14, 2008 4:55 AM&lt;br&gt;
  &lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JAVA-ACCESS@...&lt;/a&gt;&lt;br&gt;
  &lt;b&gt;Subject:&lt;/b&gt; Re: Accessibility of Eclipse and pointers&lt;br&gt;
  &lt;/font&gt;&lt;br&gt;
  &lt;/div&gt;
Hi Jeff,&lt;br&gt;
Eclipse is very accessible with jaws. I can not comment about eclipse
and window-eyes because I have no experience with window-eyes.&lt;br&gt;
  &lt;br&gt;
I work with java and eclipse every day &amp;nbsp; but the applications that I'm
developing are in general batch applications. I could create my
applications using a simple text editor but using eclipse save me much
time. &lt;br&gt;
  &lt;br&gt;
My favorites&amp;nbsp; hot keys are:&lt;br&gt;
f2 -&amp;nbsp; shows the documentation of a method, variable or class. The
cursor must be in the desired name before you press the f2 key.&lt;br&gt;
f3 - move to the declaration of a method, variable or class where the
cursor is.&lt;br&gt;
ctrl+f6 or ctrl+shift+f6&amp;nbsp; - cycle between files that are being edited.&lt;br&gt;
ctrl+spacebar - activate the content assist.&lt;br&gt;
ctrl+shift+o - opens a dialog in which a can type a string. Eclipse
will show all elements that starts with what i typed so that i can jump
to the element quickly.&lt;br&gt;
ctrl+shift+e - brings a list with all files that are being edit so that
I can jump to a file quickly.&lt;br&gt;
  &lt;br&gt;
And much much much more!&lt;br&gt;
Jeff Bishop wrote:
  &lt;blockquote cite=&quot;mid:002e01c89de7$c2232af0$6401a8c0@jeffbis&quot; type=&quot;cite&quot;&gt;
    &lt;meta content=&quot;MSHTML 6.00.6000.16640&quot; name=&quot;GENERATOR&quot;&gt;
    
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Hello Everyone,&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;I have an opportunity to move
into&amp;nbsp;a position at the University of Arizona as a Java developer
working on the Kuali project.&amp;nbsp; I have 21 years of programming
background but none of that in Java.&amp;nbsp; I am studying like mad to learn
the language and utilizing the JDK command line tools to accomplish
that effort.&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;The Kuali project utilizes Eclipse
as its IDE of choice and from some very limited looking it appears to
be very accessible.&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;I noticed that it was written with
the SWT framework.&amp;nbsp; Does this mean that Eclipse is using all standard
windows controls?&amp;nbsp; Would it be safe to assume that both Window-Eyes and
JAWS should work with Eclipse in all areas?&amp;nbsp; I just wanted to find out
what others experience has been.&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Can anyone suggest any pointers on
Eclipse usage or settings that are beneficial with the use of a screen
reader in Eclipse?&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Thanks for any help you may be
able to provide.&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;div&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;Jeff&lt;/font&gt;&lt;/div&gt;
    &lt;div&gt;&amp;nbsp;&lt;/div&gt;
    &lt;br&gt;
    &lt;br&gt;
    &lt;table width=&quot;400&quot;&gt;
      &lt;hr&gt;
      &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;a href=&quot;http://www.avast.com&quot; moz-do-not-send=&quot;true&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/a&gt;:
Inbound message clean. &lt;/p&gt;
      &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;Virus
Database (VPS): 080414-0, 04/14/2008&lt;br&gt;
Tested on: 4/14/2008 4:36:33 AM&lt;br&gt;
      &lt;font color=&quot;gray&quot;&gt;avast! - copyright (c) 1988-2008 ALWIL
Software.&lt;/font&gt;&lt;/p&gt;
      &lt;tbody&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;signoff JAVA-ACCESS&quot;. For
general help, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt;
and include in the body of the message &quot;help&quot;. &lt;/blockquote&gt;
  &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email
to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
  &lt;p&gt;
  &lt;/p&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;table width=&quot;400&quot;&gt;
    &lt;hr&gt;
    &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.avast.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;avast! Antivirus&lt;/a&gt;:
Inbound message clean.
    &lt;/p&gt;
    &lt;p style=&quot;font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: none; font-stretch: normal;&quot;&gt;Virus
Database (VPS): 080414-0, 04/14/2008&lt;br&gt;
Tested on: 4/14/2008 10:38:42 AM&lt;br&gt;
    &lt;font color=&quot;gray&quot;&gt;avast! - copyright (c) 1988-2008 ALWIL Software.&lt;/font&gt;&lt;/p&gt;
    &lt;tbody&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
  &lt;br&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the
body
of the message &quot;signoff JAVA-ACCESS&quot;. For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
  &lt;p&gt;&lt;/p&gt;
  &lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16681961&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Accessibility-of-Eclipse-and-pointers-tp16671540p16681961.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16680056</id>
	<title>accessing the toolbar for buttons that don't h ave menu items ...</title>
	<published>2008-04-14T06:59:34Z</published>
	<updated>2008-04-14T06:59:34Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Hello,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;MyEclipse has a Run Server button on the 
toolbar.&amp;nbsp; What is the best strategy to gain access to these buttons on the 
toolbars?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Jeff&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
===========================================================================
To unsubscribe, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16680056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body
of the message &quot;signoff JAVA-ACCESS&quot;.  For general help, send email to
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16680056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listserv@...&lt;/a&gt; and include in the body of the message &quot;help&quot;.
&lt;p&gt;
&lt;p&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/accessing-the-toolbar-for-buttons-that-don%27t-h-ave-menu-items-...-tp16680056p16680056.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16679659</id>
	<title>MyEclipse - is it accessible</title>
	<published>2008-04-14T06:42:54Z</published>
	<updated>2008-04-14T06:42:54Z</updated>
	<author>
		<name>Jeff Bishop-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16640&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgCo