com.jniwrapper.macosx.accessibility
Class AXUIElementRef

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.accessibility.AXUIElementRef
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, com.jniwrapper.PointerParameter

public class AXUIElementRef
extends com.jniwrapper.Pointer.Void

An accessibility object provides information about the user interface object it represents. This information includes the object's position in the accessibility hierarchy, its position Êon Êthe Êdisplay, details Êabout Êwhat it Êis, Êand Êwhat actions it can perform. Accessibility Êobjects Êrespond Êto Êmessages Êsent Êby Êassistive Êapplications Êand Êsend notifications that describe state changes.


Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
AXUIElementRef()
           
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, clone, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AXUIElementRef

public AXUIElementRef()