Uses of Class
com.jniwrapper.macosx.accessibility.AXError

Packages that use AXError
com.jniwrapper.macosx.accessibility   
 

Uses of AXError in com.jniwrapper.macosx.accessibility
 

Fields in com.jniwrapper.macosx.accessibility declared as AXError
static AXError AXError.SUCCESS
          No error occurred.
static AXError AXError.FAILURE
          A system error occurred, such as the failure to allocate an object.
static AXError AXError.ILLEGAL_ARGUMENT
          An illegal argument was passed to the function.
static AXError AXError.INVALID_UIELEMENT
          The AXUIElementRef passed to the function is invalid.
static AXError AXError.INVALID_UIELEMENT_OBSERVER
          The AXObserverRef passed to the function is not a valid observer.
static AXError AXError.CANNOT_COMPLETE
          The function cannot complete because messaging failed in some way or because the application with which the function is communicating is busy or unresponsive.
static AXError AXError.ATTRIBUTE_UNSUPPORTED
          The attribute is not supported by the AXUIElementRef.
static AXError AXError.ACTION_UNSUPPORTED
          The action is not supported by the AXUIElementRef.
static AXError AXError.NOTIFICATION_UNSUPPORTED
          The notification is not supported by the AXUIElementRef.
static AXError AXError.NOT_IMPLEMENTED
          Indicates that the function or method is not implemented (this can be returned if a process does not support the accessibility API).
static AXError AXError.NOTIFICATION_ALREADY_REGISTERED
          This notification has already been registered for.
static AXError AXError.NOTIFICATION_NOT_REGISTERED
          Indicates that a notification is not registered yet.
static AXError AXError.API_DISABLED
          The accessibility API is disabled (as when, for example, the user deselects "Enable access for assistive devices" in Universal Access Preferences).
static AXError AXError.NO_VALUE
          The requested value or AXUIElementRef does not exist.
static AXError AXError.PARAMETERIZED_ATTRIBUTE_UNSUPPORTED
          The parameterized attribute is not supported by the AXUIElementRef.
static AXError AXError.NOT_ENOUGH_PRECISION
           
 

Methods in com.jniwrapper.macosx.accessibility that return AXError
 AXError AXException.getResult()
           
 

Methods in com.jniwrapper.macosx.accessibility with parameters of type AXError
static void AXException.checkResult(AXError error)
           
 

Constructors in com.jniwrapper.macosx.accessibility with parameters of type AXError
AXException(AXError error)