org.rococoa.cocoa.webkit
Class NPNetscapeFuncs
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
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
NPNetscapeFuncs
public NPNetscapeFuncs()
byReference
public NPNetscapeFuncs.ByReference byReference()
byValue
public NPNetscapeFuncs.ByValue byValue()
clone
public NPNetscapeFuncs clone()
- Overrides:
clone
in class Object