org.eclipse.swt.internal.mozilla.init
Class XPCOMInit

java.lang.Object
  extended by org.eclipse.swt.internal.Platform
      extended by org.eclipse.swt.internal.mozilla.init.XPCOMInit

public class XPCOMInit
extends Platform


Field Summary
static int PATH_MAX
           
 
Fields inherited from class org.eclipse.swt.internal.Platform
lock, PLATFORM
 
Constructor Summary
XPCOMInit()
           
 
Method Summary
static int _GRE_GetGREPathWithProperties(GREVersionRange versions, int versionsLength, long properties, int propertiesLength, long buffer, int buflen)
           
static int _XPCOMGlueShutdown()
           
static int _XPCOMGlueStartup(byte[] place)
           
static int GRE_GetGREPathWithProperties(GREVersionRange versions, int versionsLength, long properties, int propertiesLength, long buffer, int buflen)
           
static int GREVersionRange_sizeof()
           
static int XPCOMGlueShutdown()
           
static int XPCOMGlueStartup(byte[] place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_MAX

public static final int PATH_MAX
See Also:
Constant Field Values
Constructor Detail

XPCOMInit

public XPCOMInit()
Method Detail

GREVersionRange_sizeof

public static final int GREVersionRange_sizeof()

_GRE_GetGREPathWithProperties

public static final int _GRE_GetGREPathWithProperties(GREVersionRange versions,
                                                      int versionsLength,
                                                      long properties,
                                                      int propertiesLength,
                                                      long buffer,
                                                      int buflen)
Parameters:
versions - cast=(const GREVersionRange *)
properties - cast=(const GREProperty *)
buffer - cast=(char *)

GRE_GetGREPathWithProperties

public static final int GRE_GetGREPathWithProperties(GREVersionRange versions,
                                                     int versionsLength,
                                                     long properties,
                                                     int propertiesLength,
                                                     long buffer,
                                                     int buflen)

_XPCOMGlueStartup

public static final int _XPCOMGlueStartup(byte[] place)
Parameters:
place - cast=(const char *)

XPCOMGlueStartup

public static final int XPCOMGlueStartup(byte[] place)

_XPCOMGlueShutdown

public static final int _XPCOMGlueShutdown()

XPCOMGlueShutdown

public static final int XPCOMGlueShutdown()