- c_class - Variable in class com.sun.jna.examples.unix.X11.XVisualInfo
-
- c_class - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- C_CONVENTION - Static variable in class com.sun.jna.Function
-
Standard C calling convention.
- c_new - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- cacheTypeInfo(Pointer) - Method in class com.sun.jna.Structure
-
- CALCULATE_SIZE - Static variable in class com.sun.jna.Structure
-
- calculateAlignedSize(int) - Method in class com.sun.jna.Structure
-
- calculateSize(boolean) - Method in class com.sun.jna.Structure
-
Calculate the amount of native memory required for this structure.
- calculateSize(boolean) - Method in class com.sun.jna.Union
-
Adjust the size to be the size of the largest element, and ensure
all fields begin at offset zero.
- Callback - Interface in com.sun.jna
-
All callback definitions must derive from this interface.
- callback(Object[]) - Method in interface com.sun.jna.CallbackProxy
-
This is the callback method invoked from native code.
- callback(int, int, Kernel32.OVERLAPPED) - Method in interface com.sun.jna.examples.win32.Kernel32.OVERLAPPED_COMPLETION_ROUTINE
-
- callback(int, W32API.WPARAM, User32.KBDLLHOOKSTRUCT) - Method in interface com.sun.jna.examples.win32.User32.LowLevelKeyboardProc
-
- callback(W32API.HWND, Pointer) - Method in interface com.sun.jna.examples.win32.User32.WNDENUMPROC
-
Return whether to continue enumeration.
- Callback.UncaughtExceptionHandler - Interface in com.sun.jna
-
- callbackMap - Static variable in class com.sun.jna.CallbackReference
-
- CallbackParameterContext - Class in com.sun.jna
-
Provide argument conversion context for a callback invocation.
- CallbackParameterContext(Class, Method, Object[], int) - Constructor for class com.sun.jna.CallbackParameterContext
-
- CallbackProxy - Interface in com.sun.jna
-
Placeholder proxy interface to allow an InvocationHandler to convert
arguments/return values on callback methods.
- CallbackReference - Class in com.sun.jna
-
Provides a reference to an association between a native callback closure
and a Java
Callback
closure.
- CallbackResultContext - Class in com.sun.jna
-
Conversion context from a Java
Callback
result to a native value.
- CallbackResultContext(Method) - Constructor for class com.sun.jna.CallbackResultContext
-
- callFlags - Variable in class com.sun.jna.Function
-
- callFlags - Variable in class com.sun.jna.NativeLibrary
-
- CallNextHookEx(User32.HHOOK, int, W32API.WPARAM, W32API.LPARAM) - Method in interface com.sun.jna.examples.win32.User32
-
- CallNextHookEx(User32.HHOOK, int, W32API.WPARAM, Pointer) - Method in interface com.sun.jna.examples.win32.User32
-
- canDrag(DragGestureEvent) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Override to control whether a drag is started.
- canDrop(DropTargetEvent, int, Point) - Method in class com.sun.jna.examples.dnd.DropHandler
-
Indicate whether the given drop action is acceptable at the given
location.
- cap_style - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- CapButt - Static variable in interface com.sun.jna.examples.unix.X11
-
- CapNotLast - Static variable in interface com.sun.jna.examples.unix.X11
-
- CapProjecting - Static variable in interface com.sun.jna.examples.unix.X11
-
- CapRound - Static variable in interface com.sun.jna.examples.unix.X11
-
- cbSize - Variable in class com.sun.jna.examples.win32.User32.FLASHWINFO
-
- cbSize - Variable in class com.sun.jna.examples.win32.User32.GUITHREADINFO
-
- cbSize - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- cbstruct - Variable in class com.sun.jna.CallbackReference
-
- CenterGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- charAt(int) - Method in class com.sun.jna.NativeString
-
- charAt(int) - Method in class com.sun.jna.WString
-
- CirculateNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- CirculateRequest - Static variable in interface com.sun.jna.examples.unix.X11
-
- classes - Variable in class com.sun.jna.examples.unix.X11.XDeviceByReference
-
- clear() - Method in class com.sun.jna.Memory
-
Zero the full extent of this memory region.
- clear(long) - Method in class com.sun.jna.Pointer
-
Zero memory for the given number of bytes.
- clear() - Method in class com.sun.jna.Structure
-
- CLibrary - Interface in com.sun.jna.examples
-
Sample implementation of C library access.
- ClientMessage - Static variable in interface com.sun.jna.examples.unix.X11
-
- clip_mask - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- clip_x_origin - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- clip_y_origin - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- ClipByChildren - Static variable in interface com.sun.jna.examples.unix.X11
-
- CloseHandle(W32API.HANDLE) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- colormap - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- colormap - Variable in class com.sun.jna.examples.unix.X11.Xrender.XRenderPictFormat
-
- colormap - Variable in class com.sun.jna.examples.unix.X11.XSetWindowAttributes
-
- colormap - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- colormap_size - Variable in class com.sun.jna.examples.unix.X11.XVisualInfo
-
- ColormapChangeMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- ColormapInstalled - Static variable in interface com.sun.jna.examples.unix.X11
-
- ColormapNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- ColormapUninstalled - Static variable in interface com.sun.jna.examples.unix.X11
-
- com.sun.jna - package com.sun.jna
-
Provides simplified native library access.
- com.sun.jna.examples - package com.sun.jna.examples
-
Various examples of library mappings and cross-platform feature
implementations.
- com.sun.jna.examples.dnd - package com.sun.jna.examples.dnd
-
Cross-platform ghosted drag image implementation with demo application.
- com.sun.jna.examples.unix - package com.sun.jna.examples.unix
-
Provides examples of *nix library mappings.
- com.sun.jna.examples.win32 - package com.sun.jna.examples.win32
-
Provides examples of w32 library mappings.
- com.sun.jna.ptr - package com.sun.jna.ptr
-
Provides various native pointer-to-type (<type> *
)
representations.
- com.sun.jna.win32 - package com.sun.jna.win32
-
Provides type and function mappers required for standard APIs on the Windows platform.
- CombineRgn(W32API.HRGN, W32API.HRGN, W32API.HRGN, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- compareTo(Object) - Method in class com.sun.jna.NativeString
-
- compareTo(Object) - Method in class com.sun.jna.WString
-
- Complex - Static variable in interface com.sun.jna.examples.unix.X11
-
- COMPLEXREGION - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- componentHidden(ComponentEvent) - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- componentMoved(ComponentEvent) - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- componentResized(ComponentEvent) - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- componentShown(ComponentEvent) - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- concatenateVarArgs(Object[]) - Static method in class com.sun.jna.Function
-
Concatenate varargs with normal args to obtain a simple argument
array.
- ConfigureNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- ConfigureRequest - Static variable in interface com.sun.jna.examples.unix.X11
-
- context - Variable in class com.sun.jna.Structure.StructField
-
- ControlMapIndex - Static variable in interface com.sun.jna.examples.unix.X11
-
- ControlMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- Convex - Static variable in interface com.sun.jna.examples.unix.X11
-
- CoordModeOrigin - Static variable in interface com.sun.jna.examples.unix.X11
-
- CoordModePrevious - Static variable in interface com.sun.jna.examples.unix.X11
-
- COPY - Static variable in class com.sun.jna.examples.dnd.DragHandler
-
Convenience to reference DnDConstants.ACTION_COPY
.
- COPY_MASK - Static variable in class com.sun.jna.examples.dnd.DragHandler
-
Modifier mask for a user-requested copy.
- CopyFromParent - Static variable in interface com.sun.jna.examples.unix.X11
-
- count - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- count - Variable in class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- count - Variable in class com.sun.jna.examples.unix.X11.XMappingEvent
-
- CREATE_ALWAYS - Static variable in interface com.sun.jna.examples.win32.Kernel32
-
- CREATE_NEW - Static variable in interface com.sun.jna.examples.win32.Kernel32
-
- CreateCompatibleBitmap(W32API.HDC, int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CreateCompatibleDC(W32API.HDC) - Method in interface com.sun.jna.examples.win32.GDI32
-
- createConstant(long) - Static method in class com.sun.jna.Pointer
-
Convenience constant, equivalent to (void*)-1
.
- CreateDIBitmap(W32API.HDC, GDI32.BITMAPINFOHEADER, int, Pointer, GDI32.BITMAPINFO, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CreateDIBSection(W32API.HDC, GDI32.BITMAPINFO, int, PointerByReference, Pointer, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CreateDirectory() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- createDragImage(GraphicsConfiguration, Icon) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Create an image from the given icon.
- CreateFile(String, int, int, Kernel32.SECURITY_ATTRIBUTES, int, int, W32API.HANDLE) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- CreateIoCompletionPort(W32API.HANDLE, W32API.HANDLE, Pointer, int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- createListener() - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger
-
- CreateNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- CreatePolyPolygonRgn(User32.POINT[], int[], int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CreateRectRgn(int, int, int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CreateRoundRectRgn(int, int, int, int, int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- CSIDL_ADMINTOOLS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_ALTSTARTUP - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_APPDATA - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_BITBUCKET - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_CDBURN_AREA - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_ADMINTOOLS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_ALTSTARTUP - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_APPDATA - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_DESKTOPDIRECTORY - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_DOCUMENTS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_FAVORITES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_MUSIC - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_OEM_LINKS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_PICTURES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_PROGRAMS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_STARTMENU - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_STARTUP - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_TEMPLATES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMMON_VIDEO - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COMPUTERSNEARME - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_CONNECTIONS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_CONTROLS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_COOKIES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_DESKTOP - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_DESKTOPDIRECTORY - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_DRIVES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_FAVORITES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_FONTS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_HISTORY - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_INTERNET - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_INTERNET_CACHE - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_LOCAL_APPDATA - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_MYDOCUMENTS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_MYMUSIC - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_MYPICTURES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_MYVIDEO - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_NETHOOD - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_NETWORK - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PERSONAL - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PRINTERS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PRINTHOOD - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROFILE - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROGRAM_FILES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROGRAM_FILES_COMMON - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROGRAM_FILES_COMMONX86 - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROGRAM_FILESX86 - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_PROGRAMS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_RECENT - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_RESOURCES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_RESOURCES_LOCALIZED - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_SENDTO - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_STARTMENU - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_STARTUP - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_SYSTEM - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_SYSTEMX86 - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_TEMPLATES - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CSIDL_WINDOWS - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- CurrentTime - Static variable in interface com.sun.jna.examples.unix.X11
-
- cursor - Variable in class com.sun.jna.examples.unix.X11.XSetWindowAttributes
-
- CursorShape - Static variable in interface com.sun.jna.examples.unix.X11
-
CURSOR STUFF
- CWBackingPixel - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBackingPlanes - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBackingStore - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBackPixel - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBackPixmap - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBitGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBorderPixel - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBorderPixmap - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWBorderWidth - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWColormap - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWCursor - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWDontPropagate - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWEventMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWHeight - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWOverrideRedirect - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWSaveUnder - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWSibling - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWStackMode - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWWidth - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWWinGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWX - Static variable in interface com.sun.jna.examples.unix.X11
-
- CWY - Static variable in interface com.sun.jna.examples.unix.X11
-
- cx - Variable in class com.sun.jna.examples.win32.User32.SIZE
-
- cxWindowBorders - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- cy - Variable in class com.sun.jna.examples.win32.User32.SIZE
-
- cyWindowBorders - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- GCArcMode - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCBackground - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCCapStyle - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCClipMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCClipXOrigin - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCClipYOrigin - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCDashList - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCDashOffset - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCFillRule - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCFillStyle - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCFont - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCForeground - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCFunction - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCGraphicsExposures - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCJoinStyle - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCLastBit - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCLineStyle - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCLineWidth - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCPlaneMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCStipple - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCSubwindowMode - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCTile - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCTileStipXOrigin - Static variable in interface com.sun.jna.examples.unix.X11
-
- GCTileStipYOrigin - Static variable in interface com.sun.jna.examples.unix.X11
-
- GDI32 - Interface in com.sun.jna.examples.win32
-
Definition (incomplete) of gdi32.dll
.
- GDI32.BITMAPINFO - Class in com.sun.jna.examples.win32
-
- GDI32.BITMAPINFO() - Constructor for class com.sun.jna.examples.win32.GDI32.BITMAPINFO
-
- GDI32.BITMAPINFO(int) - Constructor for class com.sun.jna.examples.win32.GDI32.BITMAPINFO
-
- GDI32.BITMAPINFOHEADER - Class in com.sun.jna.examples.win32
-
- GDI32.BITMAPINFOHEADER() - Constructor for class com.sun.jna.examples.win32.GDI32.BITMAPINFOHEADER
-
- GDI32.RECT - Class in com.sun.jna.examples.win32
-
- GDI32.RECT() - Constructor for class com.sun.jna.examples.win32.GDI32.RECT
-
- GDI32.RGBQUAD - Class in com.sun.jna.examples.win32
-
- GDI32.RGBQUAD() - Constructor for class com.sun.jna.examples.win32.GDI32.RGBQUAD
-
- GDI32.RGNDATA - Class in com.sun.jna.examples.win32
-
- GDI32.RGNDATA(int) - Constructor for class com.sun.jna.examples.win32.GDI32.RGNDATA
-
- GDI32.RGNDATAHEADER - Class in com.sun.jna.examples.win32
-
- GDI32.RGNDATAHEADER() - Constructor for class com.sun.jna.examples.win32.GDI32.RGNDATAHEADER
-
- GENERIC_WRITE - Static variable in interface com.sun.jna.examples.win32.Kernel32
-
- get(Object) - Static method in class com.sun.jna.Structure.FFIType
-
- getAcceptableDropAction(int) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Returns the first available action supported by source and target.
- getAlphaCompatibleGraphicsConfiguration() - Static method in class com.sun.jna.examples.WindowUtils
-
Returns a GraphicsConfiguration
comptible with alpha
compositing.
- getAlphaCompatibleGraphicsConfiguration() - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Return the default graphics configuration.
- getArgumentNativeStackSize(Class) - Method in class com.sun.jna.win32.StdCallFunctionMapper
-
Override this to handle any custom class mappings.
- getArguments() - Method in class com.sun.jna.CallbackParameterContext
-
- getArguments() - Method in class com.sun.jna.FunctionResultContext
-
Get the arguments used in this function call.
- GetAsyncKeyState(int) - Method in interface com.sun.jna.examples.win32.User32
-
- getAutoRead() - Method in class com.sun.jna.Structure
-
Returns whether the struture is written to native memory prior to
a native function call.
- getAutoWrite() - Method in class com.sun.jna.Structure
-
Returns whether the structure is read from native memory after a native
function call.
- getBalloon(Component, Component, int, int) - Static method in class com.sun.jna.examples.BalloonManager
-
Get a balloon pointing to the given location.
- getByte(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getByte
.
- getByte(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to byte
.
- getByteArray(long, int) - Method in class com.sun.jna.Pointer
-
- getByteBuffer(long, long) - Method in class com.sun.jna.Memory
-
Get a ByteBuffer mapped to a portion of this memory.
- getByteBuffer(long, long) - Method in class com.sun.jna.Pointer
-
Get a ByteBuffer mapped to the memory pointed to by the pointer,
ensuring the buffer uses native byte order.
- getBytes(String) - Static method in class com.sun.jna.Native
-
Return a byte array corresponding to the given String.
- getBytes(String, String) - Static method in class com.sun.jna.Native
-
Return a byte array corresponding to the given String, using the given
encoding.
- getCallback(Class, Pointer) - Static method in class com.sun.jna.CallbackReference
-
Return a Callback associated with the given function pointer.
- getCallbackExceptionHandler() - Static method in class com.sun.jna.Native
-
Returns the current handler for callback uncaught exceptions.
- getCallingClass() - Static method in class com.sun.jna.Native
-
- getCallingConvention() - Method in class com.sun.jna.Function
-
- getChar(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getByte
.
- getChar(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to wchar_t
.
- getCharArray(long, int) - Method in class com.sun.jna.Pointer
-
- GetClassName(W32API.HWND, byte[], int) - Method in interface com.sun.jna.examples.win32.User32
-
ASCII version.
- GetClassName(W32API.HWND, char[], int) - Method in interface com.sun.jna.examples.win32.User32
-
Unicode version.
- getComponentID(Component) - Static method in class com.sun.jna.Native
-
Utility method to get the native window ID for a heavyweight Java
Component
as a long
value.
- getComponentPointer(Component) - Static method in class com.sun.jna.Native
-
Utility method to get the native window pointer for a heavyweight Java
Component
as a
Pointer
value.
- GetCurrentProcess() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GetCurrentProcessId() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GetCurrentThread() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GetCurrentThreadId() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getCursorForAction(int) - Method in class com.sun.jna.examples.dnd.DragHandler
-
- GetDC(W32API.HWND) - Method in interface com.sun.jna.examples.win32.User32
-
- getDirectBufferPointer(Buffer) - Static method in class com.sun.jna.Native
-
Convert a direct
Buffer
into a
Pointer
.
- getDouble(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getDouble
.
- getDouble(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to double
.
- getDoubleArray(long, int) - Method in class com.sun.jna.Pointer
-
- getDragIcon(DragGestureEvent, Point) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Override this to provide a custom image.
- GetDriveType(String) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getDropAction(DragSourceEvent) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Get the currently requested drop action.
- getDropAction(DropTargetEvent) - Method in class com.sun.jna.examples.dnd.DropHandler
-
Calculate the effective action.
- getDropAction(DropTargetEvent, int, int, int) - Method in class com.sun.jna.examples.dnd.DropHandler
-
- getDropActionsForFlavors(DataFlavor[]) - Method in class com.sun.jna.examples.dnd.DropHandler
-
Indicate the actions available for the given list of data flavors.
- getDropTarget() - Method in class com.sun.jna.examples.dnd.DropHandler
-
- getField(Structure.StructField) - Method in class com.sun.jna.Structure
-
Obtain the value currently in the Java field.
- getField() - Method in class com.sun.jna.StructureReadContext
-
Get the Field
being read from native memory.
- getField() - Method in class com.sun.jna.StructureWriteContext
-
Get the Field
being written to native memory.
- getFieldOrder() - Method in class com.sun.jna.Structure
-
- getFile() - Method in class com.sun.jna.examples.FileMonitor.FileEvent
-
- getFile() - Method in class com.sun.jna.NativeLibrary
-
Returns the file on disk corresponding to this NativeLibrary instance.
- getFilename() - Method in class com.sun.jna.examples.win32.Kernel32.FILE_NOTIFY_INFORMATION
-
WARNING: this filename may be either the short or long form
of the filename.
- getFloat(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getFloat
.
- getFloat(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to float
.
- getFloatArray(long, int) - Method in class com.sun.jna.Pointer
-
- getFromNativeConverter(Class) - Method in class com.sun.jna.DefaultTypeMapper
-
- getFromNativeConverter(Class) - Method in interface com.sun.jna.TypeMapper
-
- getFunction(String, String) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function that follows the standard "C" calling convention.
- getFunction(String, String, int) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function.
- getFunction(Pointer) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function pointer.
- getFunction(Pointer, int) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function pointer.
- getFunction() - Method in class com.sun.jna.FunctionParameterContext
-
Get the function that was invoked.
- getFunction() - Method in class com.sun.jna.FunctionResultContext
-
Get the function that was invoked.
- getFunction(String) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows the NativeLibrary's calling convention.
- getFunction(String, Method) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows the NativeLibrary's calling convention.
- getFunction(String, int) - Method in class com.sun.jna.NativeLibrary
-
Create a new @{link Function} that is linked with a native
function that follows a given calling flags.
- getFunctionName(NativeLibrary, Method) - Method in interface com.sun.jna.FunctionMapper
-
- getFunctionName(NativeLibrary, Method) - Method in class com.sun.jna.win32.StdCallFunctionMapper
-
Convert the given Java method into a decorated stdcall name,
if possible.
- getFunctionName(NativeLibrary, Method) - Method in class com.sun.jna.win32.W32APIFunctionMapper
-
Looks up the method name by adding a "W" or "A" suffix as appropriate.
- getFunctionPointer(Callback) - Static method in class com.sun.jna.CallbackReference
-
Return a
Pointer
to the native function address for the
given callback.
- getGlobalVariableAddress(String) - Method in class com.sun.jna.NativeLibrary
-
Look up the given global variable within this library.
- GetGUIThreadInfo(int, User32.GUITHREADINFO) - Method in interface com.sun.jna.examples.win32.User32
-
- getIndex() - Method in class com.sun.jna.CallbackParameterContext
-
- getInstance() - Static method in class com.sun.jna.examples.FileMonitor
-
- getInstance() - Static method in class com.sun.jna.examples.FileUtils
-
- getInstance(String) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary for the specified name.
- getInstance(String, Map) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary for the specified name.
- getInstance(Class) - Static method in class com.sun.jna.NativeMappedConverter
-
- getInt(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getInt
.
- getInt(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to int
.
- getIntArray(long, int) - Method in class com.sun.jna.Pointer
-
- getInterfaceClass() - Method in class com.sun.jna.Library.Handler
-
- getInvocationHandler(NativeLibrary, Method) - Method in interface com.sun.jna.InvocationMapper
-
Return an InvocationHandler
responsible for handling the
invocation of the given method, or null
if the default
handling should be used.
- GetKeyboardState(byte[]) - Method in interface com.sun.jna.examples.win32.User32
-
- GetLastError() - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getLastError() - Static method in class com.sun.jna.Native
-
Retrieve the last error set by the OS.
- GetLayeredWindowAttributes(W32API.HWND, IntByReference, ByteByReference, IntByReference) - Method in interface com.sun.jna.examples.win32.User32
-
- getLibraryName() - Method in class com.sun.jna.Library.Handler
-
- getLibraryOptions(Class) - Static method in class com.sun.jna.Native
-
Return the preferred native library configuration options for the given
class.
- getLong(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getLong
.
- getLong(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to long
.
- getLongArray(long, int) - Method in class com.sun.jna.Pointer
-
- GetMessage(User32.MSG, W32API.HWND, int, int) - Method in interface com.sun.jna.examples.win32.User32
-
- getMethod() - Method in class com.sun.jna.CallbackParameterContext
-
- getMethod() - Method in class com.sun.jna.CallbackResultContext
-
- getMethod() - Method in class com.sun.jna.MethodParameterContext
-
Get the Method in the Library instance the Function was called from.
- getMethod() - Method in class com.sun.jna.MethodResultContext
-
Get the Method used to invoke this function call.
- getModifiers() - Static method in class com.sun.jna.examples.dnd.DragHandler
-
- GetModuleHandle(String) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getName() - Method in class com.sun.jna.Function
-
- getName() - Method in class com.sun.jna.NativeLibrary
-
Returns the simple name of this library.
- getNativeAlignment(Class, Object, boolean) - Method in class com.sun.jna.Structure
-
Overridable in subclasses.
- getNativeAlignment(Class, Object, boolean) - Method in class com.sun.jna.Union
-
All fields are considered the "first" element.
- getNativeClass(Class) - Static method in class com.sun.jna.Native
-
- getNativeLibrary() - Method in class com.sun.jna.Library.Handler
-
- getNativeLibraryResourcePath(int, String, String) - Static method in class com.sun.jna.Native
-
- getNativeLong(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to long
.
- getNativeSize(Class, Object) - Static method in class com.sun.jna.Native
-
Returns the native size of the given class, in bytes.
- getNativeSize(Class) - Static method in class com.sun.jna.Native
-
Returns the native size for a given Java class.
- getOptions() - Method in class com.sun.jna.NativeLibrary
-
Returns this native library instance's options.
- getOSType() - Static method in class com.sun.jna.Platform
-
- getParameterIndex() - Method in class com.sun.jna.FunctionParameterContext
-
- getParameters() - Method in class com.sun.jna.FunctionParameterContext
-
Get the arguments used in this function call.
- getParameterTypes() - Method in interface com.sun.jna.CallbackProxy
-
Returns the types of the parameters to the callback method.
- getPointer(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getPointer
.
- getPointer() - Method in class com.sun.jna.NativeString
-
- getPointer(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to pointer.
- getPointer() - Method in class com.sun.jna.PointerType
-
Returns the associated native
Pointer
.
- getPointer() - Method in class com.sun.jna.Structure
-
Return a
Pointer
object to this structure.
- getPointerArray(long) - Method in class com.sun.jna.Pointer
-
- getPointerArray(long, int) - Method in class com.sun.jna.Pointer
-
Returns an array of
Pointer
of the requested size.
- getPreserveLastError() - Static method in class com.sun.jna.Native
-
Deprecated.
The preferred method of obtaining the last error result is
to declare your mapped method to throw LastErrorException
instead.
- getProcess() - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary which refers to the current
process.
- getProcess(Map) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary which refers to the current
process.
- GetProcessId(W32API.HANDLE) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GetProcessVersion(int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GetQueuedCompletionStatus(W32API.HANDLE, IntByReference, ByReference, PointerByReference, int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getReturnType() - Method in interface com.sun.jna.CallbackProxy
-
Returns the type of the callback method's return value.
- getShort(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getShort
.
- getShort(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to short
.
- getShortArray(long, int) - Method in class com.sun.jna.Pointer
-
- GetShortPathName(String, byte[], int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
ASCII version.
- GetShortPathName(String, char[], int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
Unicode version (the default).
- getSize() - Method in class com.sun.jna.Memory
-
- getString(long, boolean) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getString
.
- getString(long, boolean) - Method in class com.sun.jna.Pointer
-
Copy native memory to a Java String.
- getString(long) - Method in class com.sun.jna.Pointer
-
Copy native memory to a Java String.
- getStringArray(long) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char *
.
- getStringArray(long, int) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char *
, using the given array length.
- getStringArray(long, boolean) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char*
or wchar_t*
based on the
wide
parameter.
- getStringArray(long, int, boolean) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char*
or wchar_t*
based on the
wide
parameter, using the given array length.
- getStructAlignment() - Method in class com.sun.jna.Structure
-
- getStructure() - Method in class com.sun.jna.StructureReadContext
-
- getStructure() - Method in class com.sun.jna.StructureWriteContext
-
- getStructureAlignment(Class) - Static method in class com.sun.jna.Native
-
Return the preferred structure alignment for the given native interface.
- getSymbolAddress(String) - Method in class com.sun.jna.NativeLibrary
-
Used by the Function class to locate a symbol
- GetSystemTime(Kernel32.SYSTEMTIME) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- getTargetType() - Method in class com.sun.jna.FromNativeContext
-
The desired Java type of the result.
- getToNativeConverter(Class) - Method in class com.sun.jna.DefaultTypeMapper
-
- getToNativeConverter(Class) - Method in interface com.sun.jna.TypeMapper
-
- getTrampoline() - Method in class com.sun.jna.CallbackReference
-
Obtain a pointer to the native glue code for this callback.
- getTransferable(DropTargetEvent) - Static method in class com.sun.jna.examples.dnd.DragHandler
-
Used to communicate the current Transferable
during a drag,
if available.
- getTransferable(DragGestureEvent) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Override to provide an appropriate Transferable
representing
the data being dragged.
- getTransferData(DataFlavor) - Method in class com.sun.jna.examples.dnd.GhostedDragImageDemo.ImageSelection
-
- getTransferDataFlavors() - Method in class com.sun.jna.examples.dnd.GhostedDragImageDemo.ImageSelection
-
- getType() - Method in class com.sun.jna.examples.FileMonitor.FileEvent
-
- getTypedValue(Class) - Method in class com.sun.jna.Union
-
Reads the Structure field of the given type from memory, sets it as
the active type and returns it.
- getTypeInfo() - Method in class com.sun.jna.Structure
-
Obtain native type information for this structure.
- getTypeInfo(Object) - Static method in class com.sun.jna.Structure
-
Exposed for testing purposes only.
- getTypeInfo() - Method in class com.sun.jna.Union
-
Avoid calculating type information until we know our biggest field.
- getTypeMapper(Class) - Static method in class com.sun.jna.Native
-
Return the preferred
TypeMapper
for the given native interface.
- getValue() - Method in class com.sun.jna.examples.unix.X11.AtomByReference
-
- getValue() - Method in class com.sun.jna.examples.unix.X11.WindowByReference
-
- getValue() - Method in class com.sun.jna.examples.win32.W32API.HANDLEByReference
-
- getValue(long, Class, Object) - Method in class com.sun.jna.Pointer
-
- getValue() - Method in class com.sun.jna.ptr.ByteByReference
-
- getValue() - Method in class com.sun.jna.ptr.DoubleByReference
-
- getValue() - Method in class com.sun.jna.ptr.FloatByReference
-
- getValue() - Method in class com.sun.jna.ptr.IntByReference
-
- getValue() - Method in class com.sun.jna.ptr.LongByReference
-
- getValue() - Method in class com.sun.jna.ptr.NativeLongByReference
-
- getValue() - Method in class com.sun.jna.ptr.PointerByReference
-
- getValue() - Method in class com.sun.jna.ptr.ShortByReference
-
- getVisualID() - Method in class com.sun.jna.examples.unix.X11.Visual
-
- getWebStartLibraryPath(String) - Static method in class com.sun.jna.Native
-
If running web start, determine the location of a given native
library.
- getWindow(Component) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
- getWindowID(Window) - Static method in class com.sun.jna.Native
-
Utility method to get the native window ID for a Java Window
as a long
value.
- GetWindowInfo(W32API.HWND, User32.WINDOWINFO) - Method in interface com.sun.jna.examples.win32.User32
-
- GetWindowLong(W32API.HWND, int) - Method in interface com.sun.jna.examples.win32.User32
-
- GetWindowLongPtr(W32API.HWND, int) - Method in interface com.sun.jna.examples.win32.User32
-
- GetWindowModuleFileName(W32API.HWND, byte[], int) - Method in interface com.sun.jna.examples.win32.User32
-
ASCII version.
- GetWindowModuleFileName(W32API.HWND, char[], int) - Method in interface com.sun.jna.examples.win32.User32
-
Unicode version.
- getWindowPointer(Window) - Static method in class com.sun.jna.Native
-
Utility method to get the native window pointer for a Java
Window
as a
Pointer
value.
- GetWindowRect(W32API.HWND, GDI32.RECT) - Method in interface com.sun.jna.examples.win32.User32
-
- GetWindowText(W32API.HWND, byte[], int) - Method in interface com.sun.jna.examples.win32.User32
-
ASCII version.
- GetWindowText(W32API.HWND, char[], int) - Method in interface com.sun.jna.examples.win32.User32
-
Unicode version.
- GetWindowTextLength(W32API.HWND) - Method in interface com.sun.jna.examples.win32.User32
-
- GetWindowThreadProcessId(W32API.HWND, IntByReference) - Method in interface com.sun.jna.examples.win32.User32
-
- GhostedDragImage - Class in com.sun.jna.examples.dnd
-
Provide a ghosted drag image for use during drags where
DragSource.isDragImageSupported()
returns false.
- GhostedDragImage(Component, Icon, Point, Point) - Constructor for class com.sun.jna.examples.dnd.GhostedDragImage
-
Create a ghosted drag image, using the given icon.
- GhostedDragImageDemo - Class in com.sun.jna.examples.dnd
-
Demonstrate ghosted drag images.
- GhostedDragImageDemo() - Constructor for class com.sun.jna.examples.dnd.GhostedDragImageDemo
-
- GhostedDragImageDemo.DragLabel - Class in com.sun.jna.examples.dnd
-
- GhostedDragImageDemo.DragLabel(Icon) - Constructor for class com.sun.jna.examples.dnd.GhostedDragImageDemo.DragLabel
-
- GhostedDragImageDemo.ImageSelection - Class in com.sun.jna.examples.dnd
-
- GhostedDragImageDemo.ImageSelection(Image) - Constructor for class com.sun.jna.examples.dnd.GhostedDragImageDemo.ImageSelection
-
- global_auto_repeat - Variable in class com.sun.jna.examples.unix.X11.XKeyboardStateRef
-
Global auto repeat mode: AutoRepeatModeOff or AutoRepeatModeOn.
- GlobalFree(Pointer) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- GrabFrozen - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrabInvalidTime - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrabModeAsync - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrabModeSync - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrabNotViewable - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrabSuccess - Static variable in interface com.sun.jna.examples.unix.X11
-
- graphics_exposures - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- GraphicsExpose - Static variable in interface com.sun.jna.examples.unix.X11
-
- GravityNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- GrayScale - Static variable in interface com.sun.jna.examples.unix.X11
-
- green - Variable in class com.sun.jna.examples.unix.X11.Xrender.XRenderDirectFormat
-
- green_mask - Variable in class com.sun.jna.examples.unix.X11.XVisualInfo
-
- greenMask - Variable in class com.sun.jna.examples.unix.X11.Xrender.XRenderDirectFormat
-
- GWL_EXSTYLE - Static variable in interface com.sun.jna.examples.win32.User32
-
- GWL_HINSTANCE - Static variable in interface com.sun.jna.examples.win32.User32
-
- GWL_ID - Static variable in interface com.sun.jna.examples.win32.User32
-
- GWL_STYLE - Static variable in interface com.sun.jna.examples.win32.User32
-
- GWL_USERDATA - Static variable in interface com.sun.jna.examples.win32.User32
-
- GWL_WNDPROC - Static variable in interface com.sun.jna.examples.win32.User32
-
- GXand - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXandInverted - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXandReverse - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXclear - Static variable in interface com.sun.jna.examples.unix.X11
-
GRAPHICS DEFINITIONS
- GXcopy - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXcopyInverted - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXequiv - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXinvert - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXnand - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXnoop - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXnor - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXor - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXorInverted - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXorReverse - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXset - Static variable in interface com.sun.jna.examples.unix.X11
-
- GXxor - Static variable in interface com.sun.jna.examples.unix.X11
-
- RaiseLowest - Static variable in interface com.sun.jna.examples.unix.X11
-
- RasterRangesUtils - Class in com.sun.jna.examples
-
Methods that are useful to decompose a raster into a set of rectangles.
- RasterRangesUtils() - Constructor for class com.sun.jna.examples.RasterRangesUtils
-
- RasterRangesUtils.RangesOutput - Interface in com.sun.jna.examples
-
Abstraction of a sink for ranges.
- rcBound - Variable in class com.sun.jna.examples.win32.GDI32.RGNDATAHEADER
-
- rcCaret - Variable in class com.sun.jna.examples.win32.User32.GUITHREADINFO
-
- rcClient - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- rcWindow - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- rdh - Variable in class com.sun.jna.examples.win32.GDI32.RGNDATA
-
- RDH_RECTANGLES - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- read() - Method in class com.sun.jna.examples.win32.Kernel32.FILE_NOTIFY_INFORMATION
-
- read() - Method in interface com.sun.jna.Function.PostCallRead
-
Perform any necessary post-call synchronization.
- read(long, byte[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, short[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, char[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, int[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, long[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, float[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, double[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, byte[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, short[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, char[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, int[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, long[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, float[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, double[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, Pointer[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read() - Method in class com.sun.jna.StringArray
-
Read back from native memory.
- read() - Method in class com.sun.jna.Structure
-
Reads the fields of the struct from native memory
- readConverter - Variable in class com.sun.jna.Structure.StructField
-
- ReadDirectoryChangesW(W32API.HANDLE, Kernel32.FILE_NOTIFY_INFORMATION, int, boolean, int, IntByReference, Kernel32.OVERLAPPED, Kernel32.OVERLAPPED_COMPLETION_ROUTINE) - Method in interface com.sun.jna.examples.win32.Kernel32
-
NOTE: only exists in unicode form (W suffix).
- readField(String) - Method in class com.sun.jna.Structure
-
Force a read of the given field from native memory.
- readField(Structure.StructField) - Method in class com.sun.jna.Structure
-
Read the given field and return its value.
- readField(String) - Method in class com.sun.jna.Union
-
Force a read of the given field from native memory.
- readField(Structure.StructField) - Method in class com.sun.jna.Union
-
Avoid reading pointer-based fields and structures unless explicitly
selected.
- reading() - Static method in class com.sun.jna.Structure
-
- red - Variable in class com.sun.jna.examples.unix.X11.Xrender.XRenderDirectFormat
-
- red_mask - Variable in class com.sun.jna.examples.unix.X11.XVisualInfo
-
- redMask - Variable in class com.sun.jna.examples.unix.X11.Xrender.XRenderDirectFormat
-
- register(String) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- register(NativeLibrary) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- register(Class, NativeLibrary) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- ReleaseDC(W32API.HWND, W32API.HDC) - Method in interface com.sun.jna.examples.win32.User32
-
- removeFileListener(FileMonitor.FileListener) - Method in class com.sun.jna.examples.FileMonitor
-
- removeNotify() - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- removeNotify() - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger
-
- removeWatch(File) - Method in class com.sun.jna.examples.FileMonitor
-
- ReparentNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- ReplayKeyboard - Static variable in interface com.sun.jna.examples.unix.X11
-
- ReplayPointer - Static variable in interface com.sun.jna.examples.unix.X11
-
- request - Variable in class com.sun.jna.examples.unix.X11.XMappingEvent
-
- request_code - Variable in class com.sun.jna.examples.unix.X11.XErrorEvent
-
- requestor - Variable in class com.sun.jna.examples.unix.X11.XSelectionEvent
-
- requestor - Variable in class com.sun.jna.examples.unix.X11.XSelectionRequestEvent
-
- REQUIRES_FIELD_ORDER - Static variable in class com.sun.jna.Structure
-
- ResizeRedirectMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- ResizeRequest - Static variable in interface com.sun.jna.examples.unix.X11
-
- resourceid - Variable in class com.sun.jna.examples.unix.X11.XErrorEvent
-
- RetainPermanent - Static variable in interface com.sun.jna.examples.unix.X11
-
- RetainTemporary - Static variable in interface com.sun.jna.examples.unix.X11
-
- returnToOrigin() - Method in class com.sun.jna.examples.dnd.GhostedDragImage
-
Animate the ghosted image returning to its origin.
- RevertToNone - Static variable in interface com.sun.jna.examples.unix.X11
-
- RevertToParent - Static variable in interface com.sun.jna.examples.unix.X11
-
- RevertToPointerRoot - Static variable in interface com.sun.jna.examples.unix.X11
-
- rgbBlue - Variable in class com.sun.jna.examples.win32.GDI32.RGBQUAD
-
- rgbGreen - Variable in class com.sun.jna.examples.win32.GDI32.RGBQUAD
-
- rgbRed - Variable in class com.sun.jna.examples.win32.GDI32.RGBQUAD
-
- rgbReserved - Variable in class com.sun.jna.examples.win32.GDI32.RGBQUAD
-
- RGN_AND - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- RGN_COPY - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- RGN_DIFF - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- RGN_OR - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- RGN_XOR - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- right - Variable in class com.sun.jna.examples.win32.GDI32.RECT
-
- root - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- root - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- root - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- root - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- root - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- run() - Method in class com.sun.jna.examples.AlphaMaskDemo
-
- run() - Method in class com.sun.jna.examples.AlphaMaskDemo2
-
- run() - Method in class com.sun.jna.Native.DeleteNativeLibrary
-
- s - Variable in class com.sun.jna.examples.unix.X11.XClientMessageEvent.Data
-
- same_screen - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- same_screen - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- same_screen - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- same_screen - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- save_under - Variable in class com.sun.jna.examples.unix.X11.XSetWindowAttributes
-
- save_under - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- scaleDragIcon(Icon, Point) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Reduce the size of the given drag icon, if appropriate.
- scanCode - Variable in class com.sun.jna.examples.win32.User32.KBDLLHOOKSTRUCT
-
- screen - Variable in class com.sun.jna.examples.unix.X11.XVisualInfo
-
- screen - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- ScreenSaverActive - Static variable in interface com.sun.jna.examples.unix.X11
-
- ScreenSaverReset - Static variable in interface com.sun.jna.examples.unix.X11
-
- selection - Variable in class com.sun.jna.examples.unix.X11.XSelectionClearEvent
-
- selection - Variable in class com.sun.jna.examples.unix.X11.XSelectionEvent
-
- selection - Variable in class com.sun.jna.examples.unix.X11.XSelectionRequestEvent
-
- SelectionClear - Static variable in interface com.sun.jna.examples.unix.X11
-
- SelectionNotify - Static variable in interface com.sun.jna.examples.unix.X11
-
- SelectionRequest - Static variable in interface com.sun.jna.examples.unix.X11
-
- SelectObject(W32API.HDC, W32API.HANDLE) - Method in interface com.sun.jna.examples.win32.GDI32
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XAnyEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XCirculateEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XCirculateRequestEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XClientMessageEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XDestroyWindowEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XFocusChangeEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XGravityEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XKeymapEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XMapEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XMappingEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XMapRequestEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XNoExposeEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XPropertyEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XReparentEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XResizeRequestEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XSelectionClearEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XSelectionEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XSelectionRequestEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XUnmapEvent
-
- send_event - Variable in class com.sun.jna.examples.unix.X11.XVisibilityEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XAnyEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XCirculateEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XCirculateRequestEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XClientMessageEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XDestroyWindowEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XErrorEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XFocusChangeEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XGravityEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XKeymapEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XMapEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XMappingEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XMapRequestEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XNoExposeEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XPropertyEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XReparentEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XResizeRequestEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XSelectionClearEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XSelectionEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XSelectionRequestEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XUnmapEvent
-
- serial - Variable in class com.sun.jna.examples.unix.X11.XVisibilityEvent
-
- setActive(boolean) - Method in class com.sun.jna.examples.dnd.DropHandler
-
Set whether this handler (and thus its drop target) will accept
any drops.
- setAlignType(int) - Method in class com.sun.jna.Structure
-
Change the alignment of this structure.
- setAlpha(float) - Method in class com.sun.jna.examples.dnd.GhostedDragImage
-
Set the transparency of the ghosted image.
- setAutoRead(boolean) - Method in class com.sun.jna.Structure
-
Set whether the struture is written to native memory prior to
a native function call.
- setAutoSynch(boolean) - Method in class com.sun.jna.Structure
-
Set whether the structure is automatically synched to native memory
before and after a native function call.
- setAutoWrite(boolean) - Method in class com.sun.jna.Structure
-
Set whether the structure is read from native memory after a native
function call.
- setByte(long, byte) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setByte
.
- setByte(long, byte) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setCallbackExceptionHandler(Callback.UncaughtExceptionHandler) - Static method in class com.sun.jna.Native
-
Set the default handler invoked when a callback throws an uncaught
exception.
- setChar(long, char) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setChar
.
- setChar(long, char) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setComponentMask(Component, Shape) - Static method in class com.sun.jna.examples.WindowUtils
-
Applies the given mask to the given heavyweight component.
- setDouble(long, double) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setDouble
.
- setDouble(long, double) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setDoubleBuffered(Component, boolean) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
- setField(Structure.StructField, Object) - Method in class com.sun.jna.Structure
-
- setFieldOrder(String[]) - Method in class com.sun.jna.Structure
-
Provided for VMs where the field order as returned by Class.getFields()
is not predictable.
- setFloat(long, float) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setFloat
.
- setFloat(long, float) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setForceHeavyweightPopups(Window, boolean) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Use this method to ensure heavyweight popups are used in
conjunction with a given window.
- setIcon(Icon) - Method in class com.sun.jna.examples.dnd.GhostedDragImageDemo.DragLabel
-
- setInt(long, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setInt
.
- setInt(long, int) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- SetLastError(int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- setLastError(int) - Static method in class com.sun.jna.Native
-
Set the OS last error code.
- SetLayeredWindowAttributes(W32API.HWND, int, byte, int) - Method in interface com.sun.jna.examples.win32.User32
-
- setLayersTransparent(Window, boolean) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
- setLong(long, long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setLong
.
- setLong(long, long) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setMask(Component, Raster) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Override this method to provide bitmap masking of the given
heavyweight component.
- setMemory(long, long, byte) - Method in class com.sun.jna.Pointer
-
Write value
to the requested bank of memory.
- SetModeDelete - Static variable in interface com.sun.jna.examples.unix.X11
-
- SetModeInsert - Static variable in interface com.sun.jna.examples.unix.X11
-
- setModifiers(int) - Method in class com.sun.jna.examples.dnd.DragHandler
-
Update the modifiers hint.
- setNativeLong(long, NativeLong) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- SetPixel(W32API.HDC, int, int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- setPointer(Pointer) - Method in class com.sun.jna.examples.win32.W32API.HANDLE
-
- setPointer(long, Pointer) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setPointer
.
- setPointer(long, Pointer) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setPointer(Pointer) - Method in class com.sun.jna.PointerType
-
- setPreserveLastError(boolean) - Static method in class com.sun.jna.Native
-
Deprecated.
The preferred method of obtaining the last error result is
to declare your mapped method to throw LastErrorException
instead.
- setProtected(boolean) - Static method in class com.sun.jna.Native
-
Set whether native memory accesses are protected from invalid
accesses.
- SetRectRgn(W32API.HRGN, int, int, int, int) - Method in interface com.sun.jna.examples.win32.GDI32
-
- setShort(long, short) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setShort
.
- setShort(long, short) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setString(long, String, boolean) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setString
.
- setString(long, String, boolean) - Method in class com.sun.jna.Pointer
-
Copy string value
to the location being pointed to.
- setString(long, String) - Method in class com.sun.jna.Pointer
-
Copy string value
to the location being pointed to.
- setTransparent(boolean) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- setType(Class) - Method in class com.sun.jna.Union
-
Indicates which field will be used to write to native memory.
- setTypedValue(Object) - Method in class com.sun.jna.Union
-
Set the active type and its value.
- setTypeMapper(TypeMapper) - Method in class com.sun.jna.Structure
-
Change the type mapping for this structure.
- setValue(W32API.HANDLE) - Method in class com.sun.jna.examples.win32.W32API.HANDLEByReference
-
- setValue(long) - Method in class com.sun.jna.IntegerType
-
Change the value for this data.
- setValue(long, Object, Class) - Method in class com.sun.jna.Pointer
-
- setValue(byte) - Method in class com.sun.jna.ptr.ByteByReference
-
- setValue(double) - Method in class com.sun.jna.ptr.DoubleByReference
-
- setValue(float) - Method in class com.sun.jna.ptr.FloatByReference
-
- setValue(int) - Method in class com.sun.jna.ptr.IntByReference
-
- setValue(long) - Method in class com.sun.jna.ptr.LongByReference
-
- setValue(NativeLong) - Method in class com.sun.jna.ptr.NativeLongByReference
-
- setValue(Pointer) - Method in class com.sun.jna.ptr.PointerByReference
-
- setValue(short) - Method in class com.sun.jna.ptr.ShortByReference
-
- setWindowAlpha(Window, float) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Set the overall alpha transparency of the window.
- setWindowAlpha(Window, float) - Static method in class com.sun.jna.examples.WindowUtils
-
Set the overall window transparency.
- SetWindowLong(W32API.HWND, int, int) - Method in interface com.sun.jna.examples.win32.User32
-
- SetWindowLong(W32API.HWND, int, Pointer) - Method in interface com.sun.jna.examples.win32.User32
-
- SetWindowLongPtr(W32API.HWND, int, W32API.LONG_PTR) - Method in interface com.sun.jna.examples.win32.User32
-
- SetWindowLongPtr(W32API.HWND, int, Pointer) - Method in interface com.sun.jna.examples.win32.User32
-
- setWindowMask(Component, Raster) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Set the window mask based on the given Raster, which should
be treated as a bitmap (zero/nonzero values only).
- setWindowMask(Component, Shape) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Set the window mask based on a Shape
.
- setWindowMask(Component, Icon) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Set the window mask based on an Icon.
- setWindowMask(Window, Shape) - Static method in class com.sun.jna.examples.WindowUtils
-
Applies the given mask to the given window.
- setWindowMask(Window, Icon) - Static method in class com.sun.jna.examples.WindowUtils
-
Applies the given mask to the given window.
- SetWindowRgn(W32API.HWND, W32API.HRGN, boolean) - Method in interface com.sun.jna.examples.win32.User32
-
- SetWindowsHookEx(int, User32.HOOKPROC, W32API.HINSTANCE, int) - Method in interface com.sun.jna.examples.win32.User32
-
- setWindowTransparent(Window, boolean) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Set the window to be transparent.
- setWindowTransparent(Window, boolean) - Static method in class com.sun.jna.examples.WindowUtils
-
Set the window to be transparent.
- ShapeBounding - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeClip - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapedWindowDemo - Class in com.sun.jna.examples
-
- ShapedWindowDemo() - Constructor for class com.sun.jna.examples.ShapedWindowDemo
-
- ShapeInput - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeIntersect - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeInvert - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeSet - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeSubtract - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- ShapeUnion - Static variable in interface com.sun.jna.examples.unix.X11.Xext
-
- share(long) - Method in class com.sun.jna.Memory
-
Provide a view onto this structure from the given offset.
- share(long, long) - Method in class com.sun.jna.Memory
-
Provide a view onto this structure from the given offset.
- share(long) - Method in class com.sun.jna.Pointer
-
- share(long, long) - Method in class com.sun.jna.Pointer
-
Provide a view of this pointer with a different peer base.
- Shell32 - Interface in com.sun.jna.examples.win32
-
Mapping for w32 Shell API.
- Shell32.SHFILEOPSTRUCT - Class in com.sun.jna.examples.win32
-
- Shell32.SHFILEOPSTRUCT() - Constructor for class com.sun.jna.examples.win32.Shell32.SHFILEOPSTRUCT
-
- SHFileOperation(Shell32.SHFILEOPSTRUCT) - Method in interface com.sun.jna.examples.win32.Shell32
-
- SHGetFolderPath(W32API.HWND, int, W32API.HANDLE, W32API.DWORD, char[]) - Method in interface com.sun.jna.examples.win32.Shell32
-
- SHGFP_TYPE_CURRENT - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- SHGFP_TYPE_DEFAULT - Static variable in interface com.sun.jna.examples.win32.Shell32
-
- ShiftMapIndex - Static variable in interface com.sun.jna.examples.unix.X11
-
- ShiftMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- ShortByReference - Class in com.sun.jna.ptr
-
- ShortByReference() - Constructor for class com.sun.jna.ptr.ShortByReference
-
- ShortByReference(short) - Constructor for class com.sun.jna.ptr.ShortByReference
-
- SIMPLEREGION - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- size - Variable in class com.sun.jna.Memory
-
- SIZE - Static variable in class com.sun.jna.NativeLong
-
Size of a native long, in bytes.
- SIZE - Static variable in class com.sun.jna.Pointer
-
Size of a native pointer, in bytes.
- size - Variable in class com.sun.jna.Structure.FFIType
-
- size() - Method in class com.sun.jna.Structure
-
- size - Variable in class com.sun.jna.Structure.StructField
-
- SIZE_T_SIZE - Static variable in class com.sun.jna.Native
-
Size of a native size_t
type, in bytes.
- SOLARIS - Static variable in class com.sun.jna.Platform
-
- sortFields(Field[], String[]) - Method in class com.sun.jna.Structure
-
Sort the structure fields according to the given array of names.
- SourceConstantAlpha - Variable in class com.sun.jna.examples.win32.User32.BLENDFUNCTION
-
- SouthEastGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- SouthGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- SouthWestGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- state - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XPropertyEvent
-
- state - Variable in class com.sun.jna.examples.unix.X11.XVisibilityEvent
-
- StaticColor - Static variable in interface com.sun.jna.examples.unix.X11
-
- StaticGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- StaticGray - Static variable in interface com.sun.jna.examples.unix.X11
-
- StdCall - Interface in com.sun.jna.win32
-
Tagging interface for __stdcall calling convention.
- STDCALL_CONVENTION - Static variable in interface com.sun.jna.win32.StdCallLibrary
-
Constant identifying the w32 stdcall calling convention.
- StdCallFunctionMapper - Class in com.sun.jna.win32
-
Provides mapping from simple method names to w32 stdcall-decorated names
where the name suffix is "@" followed by the number of bytes popped by
the called function.
- StdCallFunctionMapper() - Constructor for class com.sun.jna.win32.StdCallFunctionMapper
-
- StdCallLibrary - Interface in com.sun.jna.win32
-
Interface for w32 stdcall calling convention.
- StdCallLibrary.StdCallCallback - Interface in com.sun.jna.win32
-
Interface defining a callback using the w32 stdcall calling convention.
- stipple - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- StippleShape - Static variable in interface com.sun.jna.examples.unix.X11
-
- StringArray - Class in com.sun.jna
-
Handle native array of char*
or wchar_t*
type
by managing allocation/disposal of native strings within an array of
pointers.
- StringArray(String[]) - Constructor for class com.sun.jna.StringArray
-
Create a native array of strings.
- StringArray(String[], boolean) - Constructor for class com.sun.jna.StringArray
-
Create a native array of wide strings.
- StringArray(WString[]) - Constructor for class com.sun.jna.StringArray
-
Create a native array of wide strings.
- Structure - Class in com.sun.jna
-
Represents a native structure with a Java peer class.
- Structure() - Constructor for class com.sun.jna.Structure
-
- Structure(TypeMapper) - Constructor for class com.sun.jna.Structure
-
- Structure(Pointer) - Constructor for class com.sun.jna.Structure
-
Create a structure cast onto pre-allocated memory.
- Structure(Pointer, int) - Constructor for class com.sun.jna.Structure
-
- Structure(Pointer, int, TypeMapper) - Constructor for class com.sun.jna.Structure
-
- Structure.ByReference - Interface in com.sun.jna
-
Tagging interface to indicate the address of an instance of the
Structure type is to be used within a Structure
definition
rather than nesting the full Structure contents.
- Structure.ByValue - Interface in com.sun.jna
-
Tagging interface to indicate the value of an instance of the
Structure
type is to be used in function invocations rather
than its address.
- Structure.FFIType - Class in com.sun.jna
-
This class auto-generates an ffi_type structure appropriate for a given
structure for use by libffi.
- Structure.FFIType.size_t - Class in com.sun.jna
-
- Structure.FFIType.size_t() - Constructor for class com.sun.jna.Structure.FFIType.size_t
-
- Structure.FFIType.size_t(long) - Constructor for class com.sun.jna.Structure.FFIType.size_t
-
- Structure.StructField - Class in com.sun.jna
-
- Structure.StructField() - Constructor for class com.sun.jna.Structure.StructField
-
- STRUCTURE_ALIGNMENT - Static variable in interface com.sun.jna.examples.win32.Shell32
-
Custom alignment of structures.
- StructureNotifyMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- StructureReadContext - Class in com.sun.jna
-
Provide native to Java type conversion context for a
Structure
field read.
- StructureReadContext(Structure, Field) - Constructor for class com.sun.jna.StructureReadContext
-
- StructureWriteContext - Class in com.sun.jna
-
Provide Java to native type conversion context for a
Structure
field write.
- StructureWriteContext(Structure, Field) - Constructor for class com.sun.jna.StructureWriteContext
-
- subSequence(int, int) - Method in class com.sun.jna.NativeString
-
- subSequence(int, int) - Method in class com.sun.jna.WString
-
- SubstructureNotifyMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- SubstructureRedirectMask - Static variable in interface com.sun.jna.examples.unix.X11
-
- subwindow - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- subwindow - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- subwindow - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- subwindow - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- subwindow_mode - Variable in class com.sun.jna.examples.unix.X11.XGCValues
-
- Success - Static variable in interface com.sun.jna.examples.unix.X11
-
ERROR CODES
- SyncBoth - Static variable in interface com.sun.jna.examples.unix.X11
-
- synchronizedLibrary(Library) - Static method in class com.sun.jna.Native
-
Returns a synchronized (thread-safe) library backed by the specified
library.
- SyncKeyboard - Static variable in interface com.sun.jna.examples.unix.X11
-
- SyncPointer - Static variable in interface com.sun.jna.examples.unix.X11
-
- W32API - Interface in com.sun.jna.examples.win32
-
Base type for most W32 API libraries.
- W32API.DWORD - Class in com.sun.jna.examples.win32
-
- W32API.DWORD() - Constructor for class com.sun.jna.examples.win32.W32API.DWORD
-
- W32API.DWORD(long) - Constructor for class com.sun.jna.examples.win32.W32API.DWORD
-
- W32API.HANDLE - Class in com.sun.jna.examples.win32
-
- W32API.HANDLE() - Constructor for class com.sun.jna.examples.win32.W32API.HANDLE
-
- W32API.HANDLE(Pointer) - Constructor for class com.sun.jna.examples.win32.W32API.HANDLE
-
- W32API.HANDLEByReference - Class in com.sun.jna.examples.win32
-
LPHANDLE
- W32API.HANDLEByReference() - Constructor for class com.sun.jna.examples.win32.W32API.HANDLEByReference
-
- W32API.HANDLEByReference(W32API.HANDLE) - Constructor for class com.sun.jna.examples.win32.W32API.HANDLEByReference
-
- W32API.HBITMAP - Class in com.sun.jna.examples.win32
-
- W32API.HBITMAP() - Constructor for class com.sun.jna.examples.win32.W32API.HBITMAP
-
- W32API.HDC - Class in com.sun.jna.examples.win32
-
- W32API.HDC() - Constructor for class com.sun.jna.examples.win32.W32API.HDC
-
- W32API.HICON - Class in com.sun.jna.examples.win32
-
- W32API.HICON() - Constructor for class com.sun.jna.examples.win32.W32API.HICON
-
- W32API.HINSTANCE - Class in com.sun.jna.examples.win32
-
- W32API.HINSTANCE() - Constructor for class com.sun.jna.examples.win32.W32API.HINSTANCE
-
- W32API.HMODULE - Class in com.sun.jna.examples.win32
-
- W32API.HMODULE() - Constructor for class com.sun.jna.examples.win32.W32API.HMODULE
-
- W32API.HRESULT - Class in com.sun.jna.examples.win32
-
- W32API.HRESULT() - Constructor for class com.sun.jna.examples.win32.W32API.HRESULT
-
- W32API.HRGN - Class in com.sun.jna.examples.win32
-
- W32API.HRGN() - Constructor for class com.sun.jna.examples.win32.W32API.HRGN
-
- W32API.HWND - Class in com.sun.jna.examples.win32
-
- W32API.HWND() - Constructor for class com.sun.jna.examples.win32.W32API.HWND
-
- W32API.HWND(Pointer) - Constructor for class com.sun.jna.examples.win32.W32API.HWND
-
- W32API.LONG - Class in com.sun.jna.examples.win32
-
- W32API.LONG() - Constructor for class com.sun.jna.examples.win32.W32API.LONG
-
- W32API.LONG(long) - Constructor for class com.sun.jna.examples.win32.W32API.LONG
-
- W32API.LONG_PTR - Class in com.sun.jna.examples.win32
-
- W32API.LONG_PTR() - Constructor for class com.sun.jna.examples.win32.W32API.LONG_PTR
-
- W32API.LONG_PTR(long) - Constructor for class com.sun.jna.examples.win32.W32API.LONG_PTR
-
- W32API.LPARAM - Class in com.sun.jna.examples.win32
-
- W32API.LPARAM() - Constructor for class com.sun.jna.examples.win32.W32API.LPARAM
-
- W32API.LPARAM(long) - Constructor for class com.sun.jna.examples.win32.W32API.LPARAM
-
- W32API.LRESULT - Class in com.sun.jna.examples.win32
-
- W32API.LRESULT() - Constructor for class com.sun.jna.examples.win32.W32API.LRESULT
-
- W32API.LRESULT(long) - Constructor for class com.sun.jna.examples.win32.W32API.LRESULT
-
- W32API.SIZE_T - Class in com.sun.jna.examples.win32
-
- W32API.SIZE_T() - Constructor for class com.sun.jna.examples.win32.W32API.SIZE_T
-
- W32API.SIZE_T(long) - Constructor for class com.sun.jna.examples.win32.W32API.SIZE_T
-
- W32API.SSIZE_T - Class in com.sun.jna.examples.win32
-
- W32API.SSIZE_T() - Constructor for class com.sun.jna.examples.win32.W32API.SSIZE_T
-
- W32API.SSIZE_T(long) - Constructor for class com.sun.jna.examples.win32.W32API.SSIZE_T
-
- W32API.UINT_PTR - Class in com.sun.jna.examples.win32
-
- W32API.UINT_PTR() - Constructor for class com.sun.jna.examples.win32.W32API.UINT_PTR
-
- W32API.UINT_PTR(long) - Constructor for class com.sun.jna.examples.win32.W32API.UINT_PTR
-
- W32API.ULONG_PTR - Class in com.sun.jna.examples.win32
-
- W32API.ULONG_PTR() - Constructor for class com.sun.jna.examples.win32.W32API.ULONG_PTR
-
- W32API.ULONG_PTR(long) - Constructor for class com.sun.jna.examples.win32.W32API.ULONG_PTR
-
- W32API.WORD - Class in com.sun.jna.examples.win32
-
- W32API.WORD() - Constructor for class com.sun.jna.examples.win32.W32API.WORD
-
- W32API.WORD(long) - Constructor for class com.sun.jna.examples.win32.W32API.WORD
-
- W32API.WPARAM - Class in com.sun.jna.examples.win32
-
- W32API.WPARAM() - Constructor for class com.sun.jna.examples.win32.W32API.WPARAM
-
- W32API.WPARAM(long) - Constructor for class com.sun.jna.examples.win32.W32API.WPARAM
-
- W32APIFunctionMapper - Class in com.sun.jna.win32
-
Encapsulates lookup of W32 API UNICODE/ASCII functions.
- W32APIFunctionMapper(boolean) - Constructor for class com.sun.jna.win32.W32APIFunctionMapper
-
- W32APITypeMapper - Class in com.sun.jna.win32
-
Provide standard conversion for W32 API types.
- W32APITypeMapper(boolean) - Constructor for class com.sun.jna.win32.W32APITypeMapper
-
- W32Errors - Interface in com.sun.jna.examples.win32
-
- WaitForSingleObject(W32API.HANDLE, int) - Method in interface com.sun.jna.examples.win32.Kernel32
-
- watch(File, int, boolean) - Method in class com.sun.jna.examples.FileMonitor
-
- WCHAR_SIZE - Static variable in class com.sun.jna.Native
-
Size of a native wchar_t
type, in bytes.
- wCreatorVersion - Variable in class com.sun.jna.examples.win32.User32.WINDOWINFO
-
- wDay - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- wDayOfWeek - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- WestGravity - Static variable in interface com.sun.jna.examples.unix.X11
-
- wFunc - Variable in class com.sun.jna.examples.win32.Shell32.SHFILEOPSTRUCT
-
- WH_KEYBOARD - Static variable in interface com.sun.jna.examples.win32.User32
-
- WH_KEYBOARD_LL - Static variable in interface com.sun.jna.examples.win32.User32
-
- WH_MOUSE - Static variable in interface com.sun.jna.examples.win32.User32
-
- WH_MOUSE_LL - Static variable in interface com.sun.jna.examples.win32.User32
-
- whenDisplayable(Component, Runnable) - Method in class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
Execute the given action when the given window becomes
displayable.
- WhenMapped - Static variable in interface com.sun.jna.examples.unix.X11
-
- wHour - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- width - Variable in class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XRectangle
-
- width - Variable in class com.sun.jna.examples.unix.X11.XResizeRequestEvent
-
- width - Variable in class com.sun.jna.examples.unix.X11.XSizeHints
-
- width - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- width_inc - Variable in class com.sun.jna.examples.unix.X11.XSizeHints
-
- win_gravity - Variable in class com.sun.jna.examples.unix.X11.XSetWindowAttributes
-
- win_gravity - Variable in class com.sun.jna.examples.unix.X11.XSizeHints
-
- win_gravity - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- WINDING - Static variable in interface com.sun.jna.examples.win32.GDI32
-
- WindingRule - Static variable in interface com.sun.jna.examples.unix.X11
-
- window - Variable in class com.sun.jna.examples.unix.X11.XAnyEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XCirculateEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XCirculateRequestEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XClientMessageEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XColormapEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XDestroyWindowEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XFocusChangeEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XGravityEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XKeymapEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XMapEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XMappingEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XMapRequestEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XPropertyEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XReparentEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XResizeRequestEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XSelectionClearEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XUnmapEvent
-
- window - Variable in class com.sun.jna.examples.unix.X11.XVisibilityEvent
-
- window_group - Variable in class com.sun.jna.examples.unix.X11.XWMHints
-
- windowOpened(WindowEvent) - Method in class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- WINDOWS - Static variable in class com.sun.jna.Platform
-
- WINDOWSCE - Static variable in class com.sun.jna.Platform
-
- WindowUtils - Class in com.sun.jna.examples
-
Provides additional features on a Java Window
.
- WindowUtils() - Constructor for class com.sun.jna.examples.WindowUtils
-
- WindowUtils.NativeWindowUtils - Class in com.sun.jna.examples
-
Window utilities with differing native implementations.
- WindowUtils.NativeWindowUtils() - Constructor for class com.sun.jna.examples.WindowUtils.NativeWindowUtils
-
- WindowUtils.NativeWindowUtils.TransparentContentPane - Class in com.sun.jna.examples
-
- WindowUtils.NativeWindowUtils.TransparentContentPane(Container) - Constructor for class com.sun.jna.examples.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- WindowUtils.RepaintTrigger - Class in com.sun.jna.examples
-
This can be installed over a JLayeredPane
in order to
listen for repaint requests.
- WindowUtils.RepaintTrigger(JComponent) - Constructor for class com.sun.jna.examples.WindowUtils.RepaintTrigger
-
- WindowUtils.RepaintTrigger.Listener - Class in com.sun.jna.examples
-
- WindowUtils.RepaintTrigger.Listener() - Constructor for class com.sun.jna.examples.WindowUtils.RepaintTrigger.Listener
-
- WM_KEYDOWN - Static variable in interface com.sun.jna.examples.win32.User32
-
- WM_KEYUP - Static variable in interface com.sun.jna.examples.win32.User32
-
- WM_SYSKEYDOWN - Static variable in interface com.sun.jna.examples.win32.User32
-
- WM_SYSKEYUP - Static variable in interface com.sun.jna.examples.win32.User32
-
- wMilliseconds - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- wMinute - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- wMonth - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- wParam - Variable in class com.sun.jna.examples.win32.User32.MSG
-
- write(long, byte[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, short[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, char[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, int[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, long[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, float[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, double[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, byte[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, short[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, char[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, int[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, long[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, float[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, double[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, Pointer[], int, int) - Method in class com.sun.jna.Pointer
-
Write the given array of Pointer to native memory.
- write() - Method in class com.sun.jna.Structure
-
Writes the fields of the struct to native memory
- writeConverter - Variable in class com.sun.jna.Structure.StructField
-
- writeField(String) - Method in class com.sun.jna.Structure
-
Write the given field to native memory.
- writeField(String, Object) - Method in class com.sun.jna.Structure
-
Write the given field value to the field and native memory.
- writeField(Structure.StructField) - Method in class com.sun.jna.Structure
-
- writeField(String) - Method in class com.sun.jna.Union
-
Write the given field value to native memory.
- writeField(String, Object) - Method in class com.sun.jna.Union
-
Write the given field value to the field and native memory.
- writeField(Structure.StructField) - Method in class com.sun.jna.Union
-
Only the currently selected field will be written.
- WS_EX_COMPOSITED - Static variable in interface com.sun.jna.examples.win32.User32
-
- WS_EX_LAYERED - Static variable in interface com.sun.jna.examples.win32.User32
-
- WS_EX_TRANSPARENT - Static variable in interface com.sun.jna.examples.win32.User32
-
- wSecond - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- WString - Class in com.sun.jna
-
Simple wrapper class to identify a wide string argument or return type.
- WString(String) - Constructor for class com.sun.jna.WString
-
- wYear - Variable in class com.sun.jna.examples.win32.Kernel32.SYSTEMTIME
-
- x - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XExposeEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XGravityEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XPoint
-
- x - Variable in class com.sun.jna.examples.unix.X11.XRectangle
-
- x - Variable in class com.sun.jna.examples.unix.X11.XReparentEvent
-
- x - Variable in class com.sun.jna.examples.unix.X11.XSizeHints.Aspect
-
- x - Variable in class com.sun.jna.examples.unix.X11.XSizeHints
-
- x - Variable in class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- x - Variable in class com.sun.jna.examples.win32.User32.POINT
-
- X11 - Interface in com.sun.jna.examples.unix
-
Definition (incomplete) of the X library.
- X11.Atom - Class in com.sun.jna.examples.unix
-
- X11.Atom() - Constructor for class com.sun.jna.examples.unix.X11.Atom
-
- X11.Atom(long) - Constructor for class com.sun.jna.examples.unix.X11.Atom
-
- X11.AtomByReference - Class in com.sun.jna.examples.unix
-
- X11.AtomByReference() - Constructor for class com.sun.jna.examples.unix.X11.AtomByReference
-
- X11.Colormap - Class in com.sun.jna.examples.unix
-
- X11.Colormap() - Constructor for class com.sun.jna.examples.unix.X11.Colormap
-
- X11.Colormap(long) - Constructor for class com.sun.jna.examples.unix.X11.Colormap
-
- X11.Cursor - Class in com.sun.jna.examples.unix
-
- X11.Cursor() - Constructor for class com.sun.jna.examples.unix.X11.Cursor
-
- X11.Cursor(long) - Constructor for class com.sun.jna.examples.unix.X11.Cursor
-
- X11.Display - Class in com.sun.jna.examples.unix
-
- X11.Display() - Constructor for class com.sun.jna.examples.unix.X11.Display
-
- X11.Drawable - Class in com.sun.jna.examples.unix
-
- X11.Drawable() - Constructor for class com.sun.jna.examples.unix.X11.Drawable
-
- X11.Drawable(long) - Constructor for class com.sun.jna.examples.unix.X11.Drawable
-
- X11.Font - Class in com.sun.jna.examples.unix
-
- X11.Font() - Constructor for class com.sun.jna.examples.unix.X11.Font
-
- X11.Font(long) - Constructor for class com.sun.jna.examples.unix.X11.Font
-
- X11.GC - Class in com.sun.jna.examples.unix
-
- X11.GC() - Constructor for class com.sun.jna.examples.unix.X11.GC
-
- X11.KeySym - Class in com.sun.jna.examples.unix
-
- X11.KeySym() - Constructor for class com.sun.jna.examples.unix.X11.KeySym
-
- X11.KeySym(long) - Constructor for class com.sun.jna.examples.unix.X11.KeySym
-
- X11.Pixmap - Class in com.sun.jna.examples.unix
-
- X11.Pixmap() - Constructor for class com.sun.jna.examples.unix.X11.Pixmap
-
- X11.Pixmap(long) - Constructor for class com.sun.jna.examples.unix.X11.Pixmap
-
- X11.Screen - Class in com.sun.jna.examples.unix
-
- X11.Screen() - Constructor for class com.sun.jna.examples.unix.X11.Screen
-
- X11.Visual - Class in com.sun.jna.examples.unix
-
- X11.Visual() - Constructor for class com.sun.jna.examples.unix.X11.Visual
-
- X11.VisualID - Class in com.sun.jna.examples.unix
-
- X11.VisualID() - Constructor for class com.sun.jna.examples.unix.X11.VisualID
-
- X11.VisualID(long) - Constructor for class com.sun.jna.examples.unix.X11.VisualID
-
- X11.Window - Class in com.sun.jna.examples.unix
-
- X11.Window() - Constructor for class com.sun.jna.examples.unix.X11.Window
-
- X11.Window(long) - Constructor for class com.sun.jna.examples.unix.X11.Window
-
- X11.WindowByReference - Class in com.sun.jna.examples.unix
-
- X11.WindowByReference() - Constructor for class com.sun.jna.examples.unix.X11.WindowByReference
-
- X11.XAnyEvent - Class in com.sun.jna.examples.unix
-
- X11.XAnyEvent() - Constructor for class com.sun.jna.examples.unix.X11.XAnyEvent
-
- X11.XButtonEvent - Class in com.sun.jna.examples.unix
-
- X11.XButtonEvent() - Constructor for class com.sun.jna.examples.unix.X11.XButtonEvent
-
- X11.XButtonPressedEvent - Class in com.sun.jna.examples.unix
-
- X11.XButtonPressedEvent() - Constructor for class com.sun.jna.examples.unix.X11.XButtonPressedEvent
-
- X11.XButtonReleasedEvent - Class in com.sun.jna.examples.unix
-
- X11.XButtonReleasedEvent() - Constructor for class com.sun.jna.examples.unix.X11.XButtonReleasedEvent
-
- X11.XCirculateEvent - Class in com.sun.jna.examples.unix
-
- X11.XCirculateEvent() - Constructor for class com.sun.jna.examples.unix.X11.XCirculateEvent
-
- X11.XCirculateRequestEvent - Class in com.sun.jna.examples.unix
-
- X11.XCirculateRequestEvent() - Constructor for class com.sun.jna.examples.unix.X11.XCirculateRequestEvent
-
- X11.XClientMessageEvent - Class in com.sun.jna.examples.unix
-
- X11.XClientMessageEvent() - Constructor for class com.sun.jna.examples.unix.X11.XClientMessageEvent
-
- X11.XClientMessageEvent.Data - Class in com.sun.jna.examples.unix
-
- X11.XClientMessageEvent.Data() - Constructor for class com.sun.jna.examples.unix.X11.XClientMessageEvent.Data
-
- X11.XColormapEvent - Class in com.sun.jna.examples.unix
-
- X11.XColormapEvent() - Constructor for class com.sun.jna.examples.unix.X11.XColormapEvent
-
- X11.XConfigureEvent - Class in com.sun.jna.examples.unix
-
- X11.XConfigureEvent() - Constructor for class com.sun.jna.examples.unix.X11.XConfigureEvent
-
- X11.XConfigureRequestEvent - Class in com.sun.jna.examples.unix
-
- X11.XConfigureRequestEvent() - Constructor for class com.sun.jna.examples.unix.X11.XConfigureRequestEvent
-
- X11.XCreateWindowEvent - Class in com.sun.jna.examples.unix
-
- X11.XCreateWindowEvent() - Constructor for class com.sun.jna.examples.unix.X11.XCreateWindowEvent
-
- X11.XCrossingEvent - Class in com.sun.jna.examples.unix
-
- X11.XCrossingEvent() - Constructor for class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- X11.XDestroyWindowEvent - Class in com.sun.jna.examples.unix
-
- X11.XDestroyWindowEvent() - Constructor for class com.sun.jna.examples.unix.X11.XDestroyWindowEvent
-
- X11.XDeviceByReference - Class in com.sun.jna.examples.unix
-
- X11.XDeviceByReference() - Constructor for class com.sun.jna.examples.unix.X11.XDeviceByReference
-
- X11.XEnterWindowEvent - Class in com.sun.jna.examples.unix
-
- X11.XEnterWindowEvent() - Constructor for class com.sun.jna.examples.unix.X11.XEnterWindowEvent
-
- X11.XErrorEvent - Class in com.sun.jna.examples.unix
-
- X11.XErrorEvent() - Constructor for class com.sun.jna.examples.unix.X11.XErrorEvent
-
- X11.XEvent - Class in com.sun.jna.examples.unix
-
DEFINITIONS OF SPECIFIC EVENTS
- X11.XEvent() - Constructor for class com.sun.jna.examples.unix.X11.XEvent
-
- X11.Xevie - Interface in com.sun.jna.examples.unix
-
Definition of the Xevie library.
- X11.XExposeEvent - Class in com.sun.jna.examples.unix
-
- X11.XExposeEvent() - Constructor for class com.sun.jna.examples.unix.X11.XExposeEvent
-
- X11.Xext - Interface in com.sun.jna.examples.unix
-
Definition (incomplete) of the Xext library.
- X11.XFocusChangeEvent - Class in com.sun.jna.examples.unix
-
- X11.XFocusChangeEvent() - Constructor for class com.sun.jna.examples.unix.X11.XFocusChangeEvent
-
- X11.XFocusInEvent - Class in com.sun.jna.examples.unix
-
- X11.XFocusInEvent() - Constructor for class com.sun.jna.examples.unix.X11.XFocusInEvent
-
- X11.XFocusOutEvent - Class in com.sun.jna.examples.unix
-
- X11.XFocusOutEvent() - Constructor for class com.sun.jna.examples.unix.X11.XFocusOutEvent
-
- X11.XGCValues - Class in com.sun.jna.examples.unix
-
- X11.XGCValues() - Constructor for class com.sun.jna.examples.unix.X11.XGCValues
-
- X11.XGraphicsExposeEvent - Class in com.sun.jna.examples.unix
-
- X11.XGraphicsExposeEvent() - Constructor for class com.sun.jna.examples.unix.X11.XGraphicsExposeEvent
-
- X11.XGravityEvent - Class in com.sun.jna.examples.unix
-
- X11.XGravityEvent() - Constructor for class com.sun.jna.examples.unix.X11.XGravityEvent
-
- X11.XID - Class in com.sun.jna.examples.unix
-
- X11.XID() - Constructor for class com.sun.jna.examples.unix.X11.XID
-
- X11.XID(long) - Constructor for class com.sun.jna.examples.unix.X11.XID
-
- X11.XImage - Class in com.sun.jna.examples.unix
-
- X11.XImage() - Constructor for class com.sun.jna.examples.unix.X11.XImage
-
- X11.XInputClassInfoByReference - Class in com.sun.jna.examples.unix
-
- X11.XInputClassInfoByReference() - Constructor for class com.sun.jna.examples.unix.X11.XInputClassInfoByReference
-
- X11.XKeyboardControlRef - Class in com.sun.jna.examples.unix
-
- X11.XKeyboardControlRef() - Constructor for class com.sun.jna.examples.unix.X11.XKeyboardControlRef
-
- X11.XKeyboardStateRef - Class in com.sun.jna.examples.unix
-
- X11.XKeyboardStateRef() - Constructor for class com.sun.jna.examples.unix.X11.XKeyboardStateRef
-
- X11.XKeyEvent - Class in com.sun.jna.examples.unix
-
- X11.XKeyEvent() - Constructor for class com.sun.jna.examples.unix.X11.XKeyEvent
-
- X11.XKeymapEvent - Class in com.sun.jna.examples.unix
-
- X11.XKeymapEvent() - Constructor for class com.sun.jna.examples.unix.X11.XKeymapEvent
-
- X11.XLeaveWindowEvent - Class in com.sun.jna.examples.unix
-
- X11.XLeaveWindowEvent() - Constructor for class com.sun.jna.examples.unix.X11.XLeaveWindowEvent
-
- X11.XMapEvent - Class in com.sun.jna.examples.unix
-
- X11.XMapEvent() - Constructor for class com.sun.jna.examples.unix.X11.XMapEvent
-
- X11.XMappingEvent - Class in com.sun.jna.examples.unix
-
- X11.XMappingEvent() - Constructor for class com.sun.jna.examples.unix.X11.XMappingEvent
-
- X11.XMapRequestEvent - Class in com.sun.jna.examples.unix
-
- X11.XMapRequestEvent() - Constructor for class com.sun.jna.examples.unix.X11.XMapRequestEvent
-
- X11.XModifierKeymapRef - Class in com.sun.jna.examples.unix
-
The modifiermap member of the XModifierKeymap structure contains 8 sets of max_keypermod KeyCodes, one for each modifier in the order Shift, Lock, Control, Mod1, Mod2, Mod3, Mod4, and Mod5.
- X11.XModifierKeymapRef() - Constructor for class com.sun.jna.examples.unix.X11.XModifierKeymapRef
-
- X11.XMotionEvent - Class in com.sun.jna.examples.unix
-
- X11.XMotionEvent() - Constructor for class com.sun.jna.examples.unix.X11.XMotionEvent
-
- X11.XNoExposeEvent - Class in com.sun.jna.examples.unix
-
- X11.XNoExposeEvent() - Constructor for class com.sun.jna.examples.unix.X11.XNoExposeEvent
-
- X11.XPoint - Class in com.sun.jna.examples.unix
-
- X11.XPoint() - Constructor for class com.sun.jna.examples.unix.X11.XPoint
-
- X11.XPoint(short, short) - Constructor for class com.sun.jna.examples.unix.X11.XPoint
-
- X11.XPointerMovedEvent - Class in com.sun.jna.examples.unix
-
- X11.XPointerMovedEvent() - Constructor for class com.sun.jna.examples.unix.X11.XPointerMovedEvent
-
- X11.XPropertyEvent - Class in com.sun.jna.examples.unix
-
- X11.XPropertyEvent() - Constructor for class com.sun.jna.examples.unix.X11.XPropertyEvent
-
- X11.XRectangle - Class in com.sun.jna.examples.unix
-
- X11.XRectangle() - Constructor for class com.sun.jna.examples.unix.X11.XRectangle
-
- X11.XRectangle(short, short, short, short) - Constructor for class com.sun.jna.examples.unix.X11.XRectangle
-
- X11.Xrender - Interface in com.sun.jna.examples.unix
-
Definition (incomplete) of the Xrender library.
- X11.Xrender.PictFormat - Class in com.sun.jna.examples.unix
-
- X11.Xrender.PictFormat(long) - Constructor for class com.sun.jna.examples.unix.X11.Xrender.PictFormat
-
- X11.Xrender.PictFormat() - Constructor for class com.sun.jna.examples.unix.X11.Xrender.PictFormat
-
- X11.Xrender.XRenderDirectFormat - Class in com.sun.jna.examples.unix
-
- X11.Xrender.XRenderDirectFormat() - Constructor for class com.sun.jna.examples.unix.X11.Xrender.XRenderDirectFormat
-
- X11.Xrender.XRenderPictFormat - Class in com.sun.jna.examples.unix
-
- X11.Xrender.XRenderPictFormat() - Constructor for class com.sun.jna.examples.unix.X11.Xrender.XRenderPictFormat
-
- X11.XReparentEvent - Class in com.sun.jna.examples.unix
-
- X11.XReparentEvent() - Constructor for class com.sun.jna.examples.unix.X11.XReparentEvent
-
- X11.XResizeRequestEvent - Class in com.sun.jna.examples.unix
-
- X11.XResizeRequestEvent() - Constructor for class com.sun.jna.examples.unix.X11.XResizeRequestEvent
-
- X11.XSelectionClearEvent - Class in com.sun.jna.examples.unix
-
- X11.XSelectionClearEvent() - Constructor for class com.sun.jna.examples.unix.X11.XSelectionClearEvent
-
- X11.XSelectionEvent - Class in com.sun.jna.examples.unix
-
- X11.XSelectionEvent() - Constructor for class com.sun.jna.examples.unix.X11.XSelectionEvent
-
- X11.XSelectionRequestEvent - Class in com.sun.jna.examples.unix
-
- X11.XSelectionRequestEvent() - Constructor for class com.sun.jna.examples.unix.X11.XSelectionRequestEvent
-
- X11.XSetWindowAttributes - Class in com.sun.jna.examples.unix
-
- X11.XSetWindowAttributes() - Constructor for class com.sun.jna.examples.unix.X11.XSetWindowAttributes
-
- X11.XSizeHints - Class in com.sun.jna.examples.unix
-
- X11.XSizeHints() - Constructor for class com.sun.jna.examples.unix.X11.XSizeHints
-
- X11.XSizeHints.Aspect - Class in com.sun.jna.examples.unix
-
- X11.XSizeHints.Aspect() - Constructor for class com.sun.jna.examples.unix.X11.XSizeHints.Aspect
-
- X11.XTest - Interface in com.sun.jna.examples.unix
-
Definition of the XTest library.
- X11.XTextProperty - Class in com.sun.jna.examples.unix
-
- X11.XTextProperty() - Constructor for class com.sun.jna.examples.unix.X11.XTextProperty
-
- X11.XUnmapEvent - Class in com.sun.jna.examples.unix
-
- X11.XUnmapEvent() - Constructor for class com.sun.jna.examples.unix.X11.XUnmapEvent
-
- X11.XVisibilityEvent - Class in com.sun.jna.examples.unix
-
- X11.XVisibilityEvent() - Constructor for class com.sun.jna.examples.unix.X11.XVisibilityEvent
-
- X11.XVisualInfo - Class in com.sun.jna.examples.unix
-
- X11.XVisualInfo() - Constructor for class com.sun.jna.examples.unix.X11.XVisualInfo
-
- X11.XWindowAttributes - Class in com.sun.jna.examples.unix
-
- X11.XWindowAttributes() - Constructor for class com.sun.jna.examples.unix.X11.XWindowAttributes
-
- X11.XWMHints - Class in com.sun.jna.examples.unix
-
- X11.XWMHints() - Constructor for class com.sun.jna.examples.unix.X11.XWMHints
-
- X11AlphaMaskTest - Class in com.sun.jna.examples
-
Experiment with different compositing methods.
- X11AlphaMaskTest() - Constructor for class com.sun.jna.examples.X11AlphaMaskTest
-
- x_root - Variable in class com.sun.jna.examples.unix.X11.XButtonEvent
-
- x_root - Variable in class com.sun.jna.examples.unix.X11.XCrossingEvent
-
- x_root - Variable in class com.sun.jna.examples.unix.X11.XKeyEvent
-
- x_root - Variable in class com.sun.jna.examples.unix.X11.XMotionEvent
-
- XA_ARC - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_ATOM - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_BITMAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CAP_HEIGHT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CARDINAL - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_COLORMAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_COPYRIGHT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CURSOR - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER0 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER1 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER2 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER3 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER4 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER5 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER6 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_CUT_BUFFER7 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_DRAWABLE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_END_SPACE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_FAMILY_NAME - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_FONT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_FONT_NAME - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_FULL_NAME - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_INTEGER - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_ITALIC_ANGLE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_LAST_PREDEFINED - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_MAX_SPACE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_MIN_SPACE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_NORM_SPACE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_NOTICE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_PIXMAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_POINT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_POINT_SIZE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_PRIMARY - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_QUAD_WIDTH - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RECTANGLE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RESOLUTION - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RESOURCE_MANAGER - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_BEST_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_BLUE_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_COLOR_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_DEFAULT_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_GRAY_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_GREEN_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_RGB_RED_MAP - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_SECONDARY - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_STRIKEOUT_ASCENT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_STRIKEOUT_DESCENT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_STRING - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_SUBSCRIPT_X - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_SUBSCRIPT_Y - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_SUPERSCRIPT_X - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_SUPERSCRIPT_Y - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_UNDERLINE_POSITION - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_UNDERLINE_THICKNESS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_VISUALID - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WEIGHT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WINDOW - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_CLASS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_CLIENT_MACHINE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_COMMAND - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_HINTS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_ICON_NAME - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_ICON_SIZE - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_NAME - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_NORMAL_HINTS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_SIZE_HINTS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_TRANSIENT_FOR - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_WM_ZOOM_HINTS - Static variable in interface com.sun.jna.examples.unix.X11
-
- XA_X_HEIGHT - Static variable in interface com.sun.jna.examples.unix.X11
-
- XAllocNamedColor(X11.Display, int, String, Pointer, Pointer) - Method in interface com.sun.jna.examples.unix.X11
-
- XAllocSizeHints() - Method in interface com.sun.jna.examples.unix.X11
-
- xany - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XAutoRepeatOff(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
Turns off auto-repeat for the keyboard on the specified display.
- XAutoRepeatOn(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
Turns on auto-repeat for the keyboard on the specified display.
- XBell(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
Rings the bell on the keyboard on the specified display, if possible.
- xbutton - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XChangeKeyboardControl(X11.Display, NativeLong, X11.XKeyboardControlRef) - Method in interface com.sun.jna.examples.unix.X11
-
Changes the keyboard control state.
- XChangeKeyboardMapping(X11.Display, int, int, X11.KeySym[], int) - Method in interface com.sun.jna.examples.unix.X11
-
Defines the symbols for the specified number of KeyCodes starting with first_keycode.
- XChangeProperty(X11.Display, X11.Window, X11.Atom, X11.Atom, int, int, Pointer, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XChangeWindowAttributes(X11.Display, X11.Window, NativeLong, X11.XSetWindowAttributes) - Method in interface com.sun.jna.examples.unix.X11
-
- XCheckMaskEvent(X11.Display, NativeLong, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XCheckTypedEvent(X11.Display, int, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XCheckTypedWindowEvent(X11.Display, X11.Window, int, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XCheckWindowEvent(X11.Display, X11.Window, NativeLong, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- xcirculate - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xcirculaterequest - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XClearArea(X11.Display, X11.Window, int, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XClearWindow(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- xclient - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XCloseDisplay(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
- xcolormap - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xconfigure - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xconfigurerequest - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XCopyArea(X11.Display, X11.Drawable, X11.Drawable, X11.GC, int, int, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreateBitmapFromData(X11.Display, X11.Window, Pointer, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreateColormap(X11.Display, X11.Window, X11.Visual, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreateGC(X11.Display, X11.Drawable, NativeLong, X11.XGCValues) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreateImage(X11.Display, X11.Visual, int, int, int, Pointer, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreatePixmap(X11.Display, X11.Drawable, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XCreateSimpleWindow(X11.Display, X11.Window, int, int, int, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- xcreatewindow - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xcrossing - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XDefaultColormap(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XDefaultRootWindow(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
- XDefaultScreen(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
- XDefaultVisual(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XDeleteModifiermapEntry(X11.XModifierKeymapRef, byte, int) - Method in interface com.sun.jna.examples.unix.X11
-
Deletes the specified KeyCode from the set that controls the specified modifier and returns a pointer to the resulting XModifierKeymap structure.
- XDeleteProperty(X11.Display, X11.Window, X11.Atom) - Method in interface com.sun.jna.examples.unix.X11
-
- XDestroyImage(X11.XImage) - Method in interface com.sun.jna.examples.unix.X11
-
- XDestroyWindow(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- xdestroywindow - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XDisplayHeight(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XDisplayKeycodes(X11.Display, IntByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
Returns the min-keycodes and max-keycodes supported by the specified display.
- XDisplayWidth(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XDrawPoint(X11.Display, X11.Drawable, X11.GC, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XDrawPoints(X11.Display, X11.Drawable, X11.GC, X11.XPoint[], int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- xerror - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XEventsQueued(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
If mode is QueuedAlready, XEventsQueued returns the number of events already in the event queue (and never performs a system call).
- XEVIE_MODIFIED - Static variable in interface com.sun.jna.examples.unix.X11.Xevie
-
- XEVIE_UNMODIFIED - Static variable in interface com.sun.jna.examples.unix.X11.Xevie
-
- XevieEnd(X11.Display) - Method in interface com.sun.jna.examples.unix.X11.Xevie
-
- XevieQueryVersion(X11.Display, IntByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11.Xevie
-
- XevieSelectInput(X11.Display, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.Xevie
-
- XevieSendEvent(X11.Display, X11.XEvent, int) - Method in interface com.sun.jna.examples.unix.X11.Xevie
-
- XevieStart(X11.Display) - Method in interface com.sun.jna.examples.unix.X11.Xevie
-
- xexpose - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XFillArc(X11.Display, X11.Drawable, X11.GC, int, int, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XFillPolygon(X11.Display, X11.Drawable, X11.GC, X11.XPoint[], int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XFillRectangle(X11.Display, X11.Drawable, X11.GC, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XFillRectangles(X11.Display, X11.Drawable, X11.GC, X11.XRectangle[], int) - Method in interface com.sun.jna.examples.unix.X11
-
- XFlush(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
Flushes the output buffer.
- xfocus - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XFree(Pointer) - Method in interface com.sun.jna.examples.unix.X11
-
- XFreeGC(X11.Display, X11.GC) - Method in interface com.sun.jna.examples.unix.X11
-
- XFreeModifiermap(X11.XModifierKeymapRef) - Method in interface com.sun.jna.examples.unix.X11
-
Frees the specified XModifierKeymap structure.
- XFreePixmap(X11.Display, X11.Pixmap) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetAtomName(X11.Display, X11.Atom) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetErrorText(X11.Display, int, byte[], int) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetGeometry(X11.Display, X11.Drawable, X11.WindowByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetKeyboardControl(X11.Display, X11.XKeyboardStateRef) - Method in interface com.sun.jna.examples.unix.X11
-
Returns the current control values for the keyboard to the XKeyboardState structure.
- XGetKeyboardMapping(X11.Display, byte, int, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
Returns the symbols for the specified number of KeyCodes starting with first_keycode.
- XGetModifierMapping(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
The XGetModifierMapping function returns a pointer to a newly created XModifierKeymap structure that contains the keys being used as modifiers.
- XGetVisualInfo(X11.Display, NativeLong, X11.XVisualInfo, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetWindowAttributes(X11.Display, X11.Window, X11.XWindowAttributes) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetWindowProperty(X11.Display, X11.Window, X11.Atom, NativeLong, NativeLong, boolean, X11.Atom, X11.AtomByReference, IntByReference, NativeLongByReference, NativeLongByReference, PointerByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetWMHints(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- XGetWMName(X11.Display, X11.Window, X11.XTextProperty) - Method in interface com.sun.jna.examples.unix.X11
-
- xgraphicsexpose - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xgravity - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XInsertModifiermapEntry(X11.XModifierKeymapRef, byte, int) - Method in interface com.sun.jna.examples.unix.X11
-
Adds the specified KeyCode to the set that controls the specified modifier and returns the resulting XModifierKeymap structure (expanded as needed).
- XInternAtom(X11.Display, String, boolean) - Method in interface com.sun.jna.examples.unix.X11
-
- XK_0 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_9 - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_A - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_a - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Alt_L - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Alt_R - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_CapsLock - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Control_L - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Control_R - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Meta_L - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Meta_R - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Shift_L - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Shift_R - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_ShiftLock - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_Z - Static variable in interface com.sun.jna.examples.unix.X11
-
- XK_z - Static variable in interface com.sun.jna.examples.unix.X11
-
- xkey - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XKeycodeToKeysym(X11.Display, byte, int) - Method in interface com.sun.jna.examples.unix.X11
-
- xkeymap - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XKeysymToKeycode(X11.Display, X11.KeySym) - Method in interface com.sun.jna.examples.unix.X11
-
- XKeysymToString(X11.KeySym) - Method in interface com.sun.jna.examples.unix.X11
-
KeySyms, Keycodes, Keymaps
- xmap - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xmapping - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XMapRaised(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- xmaprequest - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XMapSubwindows(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- XMapWindow(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- XMaskEvent(X11.Display, NativeLong, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- xmotion - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XNewModifiermap(int) - Method in interface com.sun.jna.examples.unix.X11
-
Returns a pointer to XModifierKeymap structure for later use.
- XNextEvent(X11.Display, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- xnoexpose - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XOpenDisplay(String) - Method in interface com.sun.jna.examples.unix.X11
-
- XPeekEvent(X11.Display, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XPending(X11.Display) - Method in interface com.sun.jna.examples.unix.X11
-
Returns the number of events that have been received from the X server but have not been removed from the event queue.
- xproperty - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XPutImage(X11.Display, X11.Drawable, X11.GC, X11.XImage, int, int, int, int, int, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XQueryKeymap(X11.Display, byte[]) - Method in interface com.sun.jna.examples.unix.X11
-
Returns a bit vector for the logical state of the keyboard, where each bit set to 1 indicates that the corresponding key is currently pressed down.
- XQueryPointer(X11.Display, X11.Window, X11.WindowByReference, X11.WindowByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- XQueryTree(X11.Display, X11.Window, X11.WindowByReference, X11.WindowByReference, PointerByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- XRenderFindVisualFormat(X11.Display, X11.Visual) - Method in interface com.sun.jna.examples.unix.X11.Xrender
-
- xreparent - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xresizerequest - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XRootWindow(X11.Display, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XSelectInput(X11.Display, X11.Window, NativeLong) - Method in interface com.sun.jna.examples.unix.X11
-
- xselection - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xselectionclear - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- xselectionrequest - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XSendEvent(X11.Display, X11.Window, int, NativeLong, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XSetBackground(X11.Display, X11.GC, NativeLong) - Method in interface com.sun.jna.examples.unix.X11
-
- XSetFillRule(X11.Display, X11.GC, int) - Method in interface com.sun.jna.examples.unix.X11
-
- XSetForeground(X11.Display, X11.GC, NativeLong) - Method in interface com.sun.jna.examples.unix.X11
-
- XSetModifierMapping(X11.Display, X11.XModifierKeymapRef) - Method in interface com.sun.jna.examples.unix.X11
-
Specifies the KeyCodes of the keys (if any) that are to be used as modifiers.
- XSetWMProperties(X11.Display, X11.Window, String, String, String[], int, X11.XSizeHints, Pointer, Pointer) - Method in interface com.sun.jna.examples.unix.X11
-
- XShapeCombineMask(X11.Display, X11.Window, int, int, int, X11.Pixmap, int) - Method in interface com.sun.jna.examples.unix.X11.Xext
-
- XStringToKeysym(String) - Method in interface com.sun.jna.examples.unix.X11
-
- XSync(X11.Display, boolean) - Method in interface com.sun.jna.examples.unix.X11
-
Flushes the output buffer and then waits until all requests have been received and processed by the X server.
- XTestCompareCurrentCursorWithWindow(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestCompareCursorWithWindow(X11.Display, X11.Window, X11.Cursor) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestDiscard(X11.Display) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeButtonEvent(X11.Display, int, boolean, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeDeviceButtonEvent(X11.Display, X11.XDeviceByReference, int, boolean, IntByReference, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeDeviceKeyEvent(X11.Display, X11.XDeviceByReference, int, boolean, IntByReference, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeDeviceMotionEvent(X11.Display, X11.XDeviceByReference, boolean, int, IntByReference, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeKeyEvent(X11.Display, int, boolean, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeMotionEvent(X11.Display, int, int, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeProximityEvent(X11.Display, X11.XDeviceByReference, boolean, IntByReference, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestFakeRelativeMotionEvent(X11.Display, int, int, NativeLong) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestGrabControl(X11.Display, boolean) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestQueryExtension(X11.Display, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTestSetVisualIDOfVisual(X11.Visual, X11.VisualID) - Method in interface com.sun.jna.examples.unix.X11.XTest
-
- XTranslateCoordinates(X11.Display, X11.Window, X11.Window, int, int, IntByReference, IntByReference, X11.WindowByReference) - Method in interface com.sun.jna.examples.unix.X11
-
- xunmap - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XUnmapWindow(X11.Display, X11.Window) - Method in interface com.sun.jna.examples.unix.X11
-
- xvisibility - Variable in class com.sun.jna.examples.unix.X11.XEvent
-
- XWindowEvent(X11.Display, X11.Window, NativeLong, X11.XEvent) - Method in interface com.sun.jna.examples.unix.X11
-
- XYBitmap - Static variable in interface com.sun.jna.examples.unix.X11
-
IMAGING
- XYPixmap - Static variable in interface com.sun.jna.examples.unix.X11
-