diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-12-16 21:22:47 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-12-16 21:23:41 +0100 |
commit | 706910e577fca1976c394e9667a403fd16f52133 (patch) | |
tree | cd32e2112e300250341b829f7f4e49a971145092 /odk/examples/DevelopersGuide/examples.html | |
parent | ce212151b4ff75c221e7fc7bbd6d146d7f5c6fb6 (diff) |
Remove unpublished Accessibility examples from ODK.
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
Diffstat (limited to 'odk/examples/DevelopersGuide/examples.html')
-rw-r--r-- | odk/examples/DevelopersGuide/examples.html | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index f4d42eb70e01..5417ddbdba6a 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -164,10 +164,6 @@ Content Broker (UCB)</a></td> <td><a href="#OfficeBean" title="link to the OOoBean examples">Office Bean</a></td> <td class="content10"></td> - <td class="content3"><img - src="../../docs/images/arrow-1.gif"></td> - <td><a href="#Accessibility" - title="link to the Accessibility examples">Accessibility</a></td> </tr> <td class="content3"><img src="../../docs/images/arrow-1.gif"></td> @@ -2749,142 +2745,6 @@ documents as well as how to control toolbar visibility.</td> <table class="table3"> <tbody> <tr> - <td colspan="2" class="head1"><a name="Accessibility">Accessibility -examples</a></td> - <td align="right"> <a href="#examples" - title="link to the Developer's Guide examples overview"><img - class="navigate" src="../../docs/images/nav_up.png"></a> <a - href="../../index.html" title="link to the SDK start page"><img - class="navigate" src="../../docs/images/nav_home.png"></a> </td> - </tr> - </tbody> - </table> - </td> - </tr> - <tr> - <td> - <table class="table4"> - <tbody> - <tr class="thead"> - <td class="cell20">Example</td> - <td class="cell80">Description</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/ConnectionTask.java" - title="link to Accessibility/ConnectionTask.java">ConnectionTask</a></td> - <td class="cell80">A timer task that tries to -(re-)connect to a running Office application. When it can not detect an -Office application that accepts connections then it waits for some time -and tries again.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/EventHandler.java" - title="link to Accessibility/EventHandler.java">EventHandler</a></td> - <td class="cell80">Handle all events that are used by -this tool. It is called by the EventListenerProxy class with somewhat -preprocessed events.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/EventListenerProxy.java" - title="link to Accessibility/EventListenerProxy.java">EventListenerProxy</a></td> - <td class="cell80">This proxy runs in its own thread -to avoid deadlocks with the Office it listens to. It waits for top -window events to be informed of new or removed top level windows and -for some accessibility events that are relevant to display the -currently focused object.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/GraphicalDisplay.java" - title="link to Accessibility/GraphicalDisplay.java">GraphicalDisplay</a></td> - <td class="cell80">This widget displays a graphical -representation of the currently focused object. The focused object is -painted as a green rectangle and its ancestors as gray rectangles to -give an impression of the relative location of the objects.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/IAccessibleObjectDisplay.java" - title="link to Accessibility/IAccessibleObjectDisplay.java">IAccessibleObjectDisplay</a></td> - <td class="cell80">This interface is implemented by -all classes that display the currently focused object, namely -GraphicalDisplay and TextualDisplay. It allows the owner of the display -classes to tell them to display a specific object: usually the focused -object.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/MessageArea.java" - title="link to Accessibility/MessageArea.java">MessageArea</a></td> - <td class="cell80">A text area that shows messages -about what the tools is currently doing.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/NameProvider.java" - title="link to Accessibility/NameProvider.java">NameProvider</a></td> - <td class="cell80">In contrast to the Java -Accessibility API which uses Strings for event types, roles, states, -and relation types, the UNO Accessibility API uses numbers for this -task. In order to present them to the user in a more readable form this -class returns the string name for each event, role, state, or relation.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/RegistrationThread.java" - title="link to Accessibility/RegistrationThread.java">RegistrationThread</a></td> - <td class="cell80">When a new window appears or an -existing one is removed the tool registers or unregisters at all the -window's children as accessibility event listener. This is handled by -RegistrationThread objects in their own threads so that the user -interface is not blocked.</td> - </tr> - <tr> - <td class="cell20"><img - src="../../docs/images/bluball.gif"> <a - href="./Accessibility/SSR.java" title="link to Accessibility/SSR.java">SSR</a></td> - <td class="cell80">The main class sets up the user -interface and starts the ConnectionTask object that eventually will -initiate a connection to a running Office application and in turn will -create RegistrationThread objects to register at all Office windows as -accessibility event listener and thus gets informed about the currently -focused object.</td> - </tr> - <tr> - <td class="cell20"><a - href="./Accessibility/TextualDisplay.java" - title="link to Accessibility/TextualDisplay.java">TextualDisplay</a></td> - <td class="cell80">Show some textual information -about the currently focused object like its name, description, and role.</td> - </tr> - </tbody> - </table> - </td> - </tr> - </tbody> - </table> - </td> - <td class="content1"><img class="nothing8" - src="../../docs/images/nada.gif"></td> - </tr> - <tr> - <td colspan="3"><img class="line" - src="../../docs/images/sdk_line-1.gif"></td> - </tr> - <tr> - <td class="content1"><img class="nothing8" - src="../../docs/images/nada.gif"></td> - <td> - <table class="table2"> - <tbody> - <tr> - <td> - <table class="table3"> - <tbody> - <tr> <td colspan="2" class="head1"><a name="ScriptingFramework">Scripting Framework Examples</a></td> <td align="right"> <a href="#examples" |