org.rococoa.cocoa.webkit
Class NPNetscapeFuncs

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

public class NPNetscapeFuncs
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 NPNetscapeFuncs.ByReference
           
static class NPNetscapeFuncs.ByValue
           
 
Field Summary
 WebKitLibrary.NPN_CreateObjectProcPtr createobject
           
 WebKitLibrary.NPN_DestroyStreamProcPtr destroystream
           
 WebKitLibrary.NPN_EnumerateProcPtr enumerate
           
 WebKitLibrary.NPN_EvaluateProcPtr evaluate
           
 WebKitLibrary.NPN_ForceRedrawProcPtr forceredraw
           
 WebKitLibrary.NPN_GetIntIdentifierProcPtr getintidentifier
           
 WebKitLibrary.NPN_GetJavaEnvProcPtr getJavaEnv
           
 WebKitLibrary.NPN_GetJavaPeerProcPtr getJavaPeer
           
 WebKitLibrary.NPN_GetPropertyProcPtr getproperty
           
 WebKitLibrary.NPN_GetStringIdentifiersProcPtr getstringidentifiers
           
 WebKitLibrary.NPN_GetURLProcPtr geturl
           
 WebKitLibrary.NPN_GetValueProcPtr getvalue
           
 WebKitLibrary.NPN_HasMethodProcPtr hasmethod
           
 WebKitLibrary.NPN_HasPropertyProcPtr hasproperty
           
 WebKitLibrary.NPN_IdentifierIsStringProcPtr identifierisstring
           
 WebKitLibrary.NPN_IntFromIdentifierProcPtr intfromidentifier
           
 WebKitLibrary.NPN_InvalidateRectProcPtr invalidaterect
           
 WebKitLibrary.NPN_InvalidateRegionProcPtr invalidateregion
           
 WebKitLibrary.NPN_InvokeProcPtr invoke
           
 WebKitLibrary.NPN_InvokeDefaultProcPtr invokeDefault
           
 WebKitLibrary.NPN_MemAllocProcPtr memalloc
           
 WebKitLibrary.NPN_MemFlushProcPtr memflush
           
 WebKitLibrary.NPN_MemFreeProcPtr memfree
           
 WebKitLibrary.NPN_NewStreamProcPtr newstream
           
 WebKitLibrary.NPN_PopPopupsEnabledStateProcPtr poppopupsenabledstate
           
 WebKitLibrary.NPN_PostURLProcPtr posturl
           
 WebKitLibrary.NPN_PostURLNotifyProcPtr posturlnotify
           
 WebKitLibrary.NPN_PushPopupsEnabledStateProcPtr pushpopupsenabledstate
           
 WebKitLibrary.NPN_ReleaseObjectProcPtr releaseobject
           
 WebKitLibrary.NPN_ReleaseVariantValueProcPtr releasevariantvalue
           
 WebKitLibrary.NPN_ReloadPluginsProcPtr reloadplugins
           
 WebKitLibrary.NPN_RemovePropertyProcPtr removeproperty
           
 WebKitLibrary.NPN_RequestReadProcPtr requestread
           
 WebKitLibrary.NPN_RetainObjectProcPtr retainobject
           
 WebKitLibrary.NPN_SetExceptionProcPtr setexception
           
 WebKitLibrary.NPN_SetPropertyProcPtr setproperty
           
 WebKitLibrary.NPN_SetValueProcPtr setvalue
           
 short size
           
 WebKitLibrary.NPN_StatusProcPtr status
           
 WebKitLibrary.NPN_UserAgentProcPtr uagent
           
 WebKitLibrary.NPN_UTF8FromIdentifierProcPtr utf8fromidentifier
           
 short version
           
 WebKitLibrary.NPN_WriteProcPtr write
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NPNetscapeFuncs()
           
 
Method Summary
 NPNetscapeFuncs.ByReference byReference()
           
 NPNetscapeFuncs.ByValue byValue()
           
 NPNetscapeFuncs 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

geturl

public WebKitLibrary.NPN_GetURLProcPtr geturl

posturl

public WebKitLibrary.NPN_PostURLProcPtr posturl

requestread

public WebKitLibrary.NPN_RequestReadProcPtr requestread

newstream

public WebKitLibrary.NPN_NewStreamProcPtr newstream

write

public WebKitLibrary.NPN_WriteProcPtr write

destroystream

public WebKitLibrary.NPN_DestroyStreamProcPtr destroystream

status

public WebKitLibrary.NPN_StatusProcPtr status

uagent

public WebKitLibrary.NPN_UserAgentProcPtr uagent

memalloc

public WebKitLibrary.NPN_MemAllocProcPtr memalloc

memfree

public WebKitLibrary.NPN_MemFreeProcPtr memfree

memflush

public WebKitLibrary.NPN_MemFlushProcPtr memflush

reloadplugins

public WebKitLibrary.NPN_ReloadPluginsProcPtr reloadplugins

getJavaEnv

public WebKitLibrary.NPN_GetJavaEnvProcPtr getJavaEnv

getJavaPeer

public WebKitLibrary.NPN_GetJavaPeerProcPtr getJavaPeer

posturlnotify

public WebKitLibrary.NPN_PostURLNotifyProcPtr posturlnotify

getvalue

public WebKitLibrary.NPN_GetValueProcPtr getvalue

setvalue

public WebKitLibrary.NPN_SetValueProcPtr setvalue

invalidaterect

public WebKitLibrary.NPN_InvalidateRectProcPtr invalidaterect

invalidateregion

public WebKitLibrary.NPN_InvalidateRegionProcPtr invalidateregion

forceredraw

public WebKitLibrary.NPN_ForceRedrawProcPtr forceredraw

getstringidentifiers

public WebKitLibrary.NPN_GetStringIdentifiersProcPtr getstringidentifiers

getintidentifier

public WebKitLibrary.NPN_GetIntIdentifierProcPtr getintidentifier

identifierisstring

public WebKitLibrary.NPN_IdentifierIsStringProcPtr identifierisstring

utf8fromidentifier

public WebKitLibrary.NPN_UTF8FromIdentifierProcPtr utf8fromidentifier

intfromidentifier

public WebKitLibrary.NPN_IntFromIdentifierProcPtr intfromidentifier

createobject

public WebKitLibrary.NPN_CreateObjectProcPtr createobject

retainobject

public WebKitLibrary.NPN_RetainObjectProcPtr retainobject

releaseobject

public WebKitLibrary.NPN_ReleaseObjectProcPtr releaseobject

invoke

public WebKitLibrary.NPN_InvokeProcPtr invoke

invokeDefault

public WebKitLibrary.NPN_InvokeDefaultProcPtr invokeDefault

evaluate

public WebKitLibrary.NPN_EvaluateProcPtr evaluate

getproperty

public WebKitLibrary.NPN_GetPropertyProcPtr getproperty

setproperty

public WebKitLibrary.NPN_SetPropertyProcPtr setproperty

removeproperty

public WebKitLibrary.NPN_RemovePropertyProcPtr removeproperty

hasproperty

public WebKitLibrary.NPN_HasPropertyProcPtr hasproperty

hasmethod

public WebKitLibrary.NPN_HasMethodProcPtr hasmethod

releasevariantvalue

public WebKitLibrary.NPN_ReleaseVariantValueProcPtr releasevariantvalue

setexception

public WebKitLibrary.NPN_SetExceptionProcPtr setexception

pushpopupsenabledstate

public WebKitLibrary.NPN_PushPopupsEnabledStateProcPtr pushpopupsenabledstate

poppopupsenabledstate

public WebKitLibrary.NPN_PopPopupsEnabledStateProcPtr poppopupsenabledstate

enumerate

public WebKitLibrary.NPN_EnumerateProcPtr enumerate
Constructor Detail

NPNetscapeFuncs

public NPNetscapeFuncs()
Method Detail

byReference

public NPNetscapeFuncs.ByReference byReference()

byValue

public NPNetscapeFuncs.ByValue byValue()

clone

public NPNetscapeFuncs clone()
Overrides:
clone in class Object