From 706910e577fca1976c394e9667a403fd16f52133 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sun, 16 Dec 2012 21:22:47 +0100 Subject: Remove unpublished Accessibility examples from ODK. Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd --- odk/examples/DevelopersGuide/examples.html | 140 ----------------------------- 1 file changed, 140 deletions(-) (limited to 'odk/examples/DevelopersGuide/examples.html') 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) Office Bean - - Accessibility @@ -2740,142 +2736,6 @@ documents as well as how to control toolbar visibility. - - - - - - - - - - -
- - - - - - - -
Accessibility -examples
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ExampleDescription
ConnectionTaskA 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.
EventHandlerHandle all events that are used by -this tool. It is called by the EventListenerProxy class with somewhat -preprocessed events.
EventListenerProxyThis 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.
GraphicalDisplayThis 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.
IAccessibleObjectDisplayThis 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.
MessageAreaA text area that shows messages -about what the tools is currently doing.
NameProviderIn 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.
RegistrationThreadWhen 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.
SSRThe 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.
TextualDisplayShow some textual information -about the currently focused object like its name, description, and role.
-
- - - - - - - - -- cgit