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 specially designed to read a string, which is created externally and its length is unknown beforehand.
 

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.
 

Constructors in com.jniwrapper with parameters of type Pointer.Void
Pointer.Void(Pointer.Void that)
           
ExternalStringPointer(Pointer.Void value)
          Creates the pointer to an externally created string.
ExternalStringArray(Pointer.Void handle)
          Creates an array of strings from the memory block pointed by the handle.
 

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.