chrriis.dj.nativeswing.swtimpl.components
Class MozillaXPCOM.Mozilla

java.lang.Object
  extended by chrriis.dj.nativeswing.swtimpl.components.MozillaXPCOM.Mozilla
Enclosing class:
MozillaXPCOM

public static class MozillaXPCOM.Mozilla
extends Object

A class that gives access to the functionalities of org.mozilla.xpcom.Mozilla.

Author:
Christopher Deckers

Constructor Summary
MozillaXPCOM.Mozilla()
           
 
Method Summary
static nsIComponentManager getComponentManager()
          Get the Mozilla JavaXPCOM component manager.
static nsIComponentRegistrar getComponentRegistrar()
          Get the Mozilla JavaXPCOM component registrar.
static nsIServiceManager getServiceManager()
          Get the Mozilla JavaXPCOM service manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaXPCOM.Mozilla

public MozillaXPCOM.Mozilla()
Method Detail

getComponentRegistrar

public static nsIComponentRegistrar getComponentRegistrar()
Get the Mozilla JavaXPCOM component registrar.

Returns:
the Mozilla JavaXPCOM component registrar.

getComponentManager

public static nsIComponentManager getComponentManager()
Get the Mozilla JavaXPCOM component manager.

Returns:
the Mozilla JavaXPCOM component manager.

getServiceManager

public static nsIServiceManager getServiceManager()
Get the Mozilla JavaXPCOM service manager.

Returns:
the Mozilla JavaXPCOM service manager.