Package AccessEngine :: Module AEViewManager'
[hide private]
[frames] | no frames]

Module AEViewManager'

source code

Defines a class responsible for handling events in the currently focused view.


Authors:
Peter Parente, Pete Brunet, Brett Clippingdale, Frank Zenker, Ramona Bunk
Organizations: Copyright:

License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  _AEViewManager
Stores a root accessible representing the active view when an event occurs indicating that the view may have changed.
Variables [hide private]
integer CHECK_INTERVAL = 60000
Time in ms that the AEViewManager will iterate over all top level applications and provide them in a list to AETierManager
list DEFAULT_EVENTS = [ViewChange, FocusChange, SelectorChange, Car...
Names of events that will be dispatched by the AEViewManager by default
Variables Details [hide private]

DEFAULT_EVENTS

Names of events that will be dispatched by the AEViewManager by default
Type:
list
Value:
[ViewChange, FocusChange, SelectorChange, CaretChange, PropertyChange,\
 PrivateChange]