Uses of Class
com.jniwrapper.Pointer.Void

Packages that use Pointer.Void
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.jawt The com.jniwrapper.jawt package contains auxiliary classes for accessing the JAWT features of the underlying platform. 
 

Uses of Pointer.Void in com.jniwrapper
 

Subclasses of Pointer.Void in com.jniwrapper
 class ExternalStringPointer
          This class is designed for reading externally allocated strings.
 

Methods in com.jniwrapper that return Pointer.Void
 Pointer.Void Callback.toPointer()
          Converts this callback to void pointer.
 

Methods in com.jniwrapper with parameters of type Pointer.Void
 void Pointer.asVoidPointer(Pointer.Void target)
          Deprecated. use Pointer.castTo(com.jniwrapper.Pointer.Void) instead.
 void Pointer.castTo(Pointer.Void target)
          Casts this pointer to the given void pointer.
 void Pointer.Void.castTo(Pointer.Void target)
          Casts this pointer to the another void pointer.
 

Constructors in com.jniwrapper with parameters of type Pointer.Void
ExternalStringArray(Pointer.Void handle)
          Creates an array of strings from the memory block pointed by the handle.
ExternalStringArray(Pointer.Void handle, CharacterEncoding characterEncoding)
          Creates an array of strings from the memory block pointed by the handle.
ExternalStringPointer(Pointer.Void value)
          Creates a string pointer by the specified address with ANSI character encoding.
ExternalStringPointer(Pointer.Void handle, CharacterEncoding encoding)
          Creates a string pointer by the specified address and character encoding.
Pointer.Void(Pointer.Void that)
           
 

Uses of Pointer.Void in com.jniwrapper.jawt
 

Methods in com.jniwrapper.jawt with parameters of type Pointer.Void
static java.awt.Component JAWT.getComponentFromHandle(Pointer.Void handle)
          Gets an AWT component by a given native handle.