Uses of Class
org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement

Packages that use HIServicesLibrary.__AXUIElement
org.rococoa.cocoa.hiservices   
 

Uses of HIServicesLibrary.__AXUIElement in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.__AXUIElement
 HIServicesLibrary.__AXUIElement HIServicesLibrary.AXUIElementCreateApplication(int pid)
          Original signature : AXUIElementRef AXUIElementCreateApplication(pid_t)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:49
 HIServicesLibrary.__AXUIElement HIServicesLibrary.AXUIElementCreateSystemWide()
          Original signature : AXUIElementRef AXUIElementCreateSystemWide()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:50
 

Methods in org.rococoa.cocoa.hiservices with parameters of type HIServicesLibrary.__AXUIElement
 int HIServicesLibrary.AXUIElementCopyActionNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyActionNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:43
 int HIServicesLibrary.AXUIElementCopyActionNames(HIServicesLibrary.__AXUIElement element, PointerByReference names)
          Deprecated. use the safer method HIServicesLibrary.AXUIElementCopyActionNames(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 int HIServicesLibrary.AXUIElementCopyAttributeNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyAttributeNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:32
 int HIServicesLibrary.AXUIElementCopyAttributeNames(HIServicesLibrary.__AXUIElement element, PointerByReference names)
          Original signature : AXError AXUIElementCopyAttributeNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:32
 int HIServicesLibrary.AXUIElementCopyElementAtPosition(HIServicesLibrary.__AXUIElement application, float x, float y, HIServicesLibrary.__AXUIElement[] element)
          Original signature : AXError AXUIElementCopyElementAtPosition(AXUIElementRef, float, float, AXUIElementRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:47
 int HIServicesLibrary.AXUIElementCopyElementAtPosition(HIServicesLibrary.__AXUIElement application, float x, float y, HIServicesLibrary.__AXUIElement[] element)
          Original signature : AXError AXUIElementCopyElementAtPosition(AXUIElementRef, float, float, AXUIElementRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:47
 int HIServicesLibrary.AXUIElementCopyElementAtPosition(HIServicesLibrary.__AXUIElement application, float x, float y, PointerByReference element)
          Deprecated. use the safer method HIServicesLibrary.AXUIElementCopyElementAtPosition(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, float, float, org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement[]) instead
 int HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray attributes, int options, HIServicesLibrary.__CFArray[] values)
          Original signature : AXError AXUIElementCopyMultipleAttributeValues(AXUIElementRef, CFArrayRef, AXCopyMultipleAttributeOptions, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:38
 int HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray attributes, int options, PointerByReference values)
          Deprecated. use the safer method HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 int HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(HIServicesLibrary.__AXUIElement element, HIServicesLibrary.__CFArray[] names)
          Original signature : AXError AXUIElementCopyParameterizedAttributeNames(AXUIElementRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:40
 int HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(HIServicesLibrary.__AXUIElement element, PointerByReference names)
          Deprecated. use the safer method HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 int HIServicesLibrary.AXUIElementGetPid(HIServicesLibrary.__AXUIElement element, IntBuffer pid)
          Original signature : AXError AXUIElementGetPid(AXUIElementRef, pid_t*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:52
 int HIServicesLibrary.AXUIElementGetPid(HIServicesLibrary.__AXUIElement element, IntByReference pid)
          Deprecated. use the safer methods HIServicesLibrary.AXUIElementGetPid(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, java.nio.IntBuffer) and HIServicesLibrary.AXUIElementGetPid(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, com.sun.jna.ptr.IntByReference) instead
 int HIServicesLibrary.AXUIElementPostKeyboardEvent(HIServicesLibrary.__AXUIElement application, short keyChar, short virtualKey, boolean keyDown)
          you can only pass the root or application uielement
Original signature : AXError AXUIElementPostKeyboardEvent(AXUIElementRef, CGCharCode, CGKeyCode, Boolean)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:62
 int HIServicesLibrary.AXUIElementSetMessagingTimeout(HIServicesLibrary.__AXUIElement element, float timeoutInSeconds)
          setting timeout to 0 makes this element use the global timeout
Original signature : AXError AXUIElementSetMessagingTimeout(AXUIElementRef, float)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:58
 



Copyright © 2009. All Rights Reserved.