org.rococoa.cocoa.webkit
Class NPPluginFuncs

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.webkit.NPPluginFuncs
Direct Known Subclasses:
NPPluginFuncs.ByReference, NPPluginFuncs.ByValue

public class NPPluginFuncs
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NPPluginFuncs.ByReference
           
static class NPPluginFuncs.ByValue
           
 
Field Summary
 WebKitLibrary.NPP_StreamAsFileProcPtr asfile
           
 WebKitLibrary.NPP_DestroyProcPtr destroy
           
 WebKitLibrary.NPP_DestroyStreamProcPtr destroystream
           
 WebKitLibrary.NPP_HandleEventProcPtr event
           
 WebKitLibrary.NPP_GetValueProcPtr getvalue
           
 Pointer javaClass
           
 WebKitLibrary.NPP_NewProcPtr newp
           
 WebKitLibrary.NPP_NewStreamProcPtr newstream
           
 WebKitLibrary.NPP_PrintProcPtr print
           
 WebKitLibrary.NPP_SetValueProcPtr setvalue
           
 WebKitLibrary.NPP_SetWindowProcPtr setwindow
           
 short size
           
 WebKitLibrary.NPP_URLNotifyProcPtr urlnotify
           
 short version
           
 WebKitLibrary.NPP_WriteProcPtr write
           
 WebKitLibrary.NPP_WriteReadyProcPtr writeready
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NPPluginFuncs()
           
 
Method Summary
 NPPluginFuncs.ByReference byReference()
           
 NPPluginFuncs.ByValue byValue()
           
 NPPluginFuncs clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

size

public short size

version

public short version

newp

public WebKitLibrary.NPP_NewProcPtr newp

destroy

public WebKitLibrary.NPP_DestroyProcPtr destroy

setwindow

public WebKitLibrary.NPP_SetWindowProcPtr setwindow

newstream

public WebKitLibrary.NPP_NewStreamProcPtr newstream

destroystream

public WebKitLibrary.NPP_DestroyStreamProcPtr destroystream

asfile

public WebKitLibrary.NPP_StreamAsFileProcPtr asfile

writeready

public WebKitLibrary.NPP_WriteReadyProcPtr writeready

write

public WebKitLibrary.NPP_WriteProcPtr write

print

public WebKitLibrary.NPP_PrintProcPtr print

event

public WebKitLibrary.NPP_HandleEventProcPtr event

urlnotify

public WebKitLibrary.NPP_URLNotifyProcPtr urlnotify

javaClass

public Pointer javaClass

getvalue

public WebKitLibrary.NPP_GetValueProcPtr getvalue

setvalue

public WebKitLibrary.NPP_SetValueProcPtr setvalue
Constructor Detail

NPPluginFuncs

public NPPluginFuncs()
Method Detail

byReference

public NPPluginFuncs.ByReference byReference()

byValue

public NPPluginFuncs.ByValue byValue()

clone

public NPPluginFuncs clone()
Overrides:
clone in class Object