Uses of Class
com.jacob.com.JacobObject

Packages that use JacobObject
com.jacob.activeX   
com.jacob.com   
 

Uses of JacobObject in com.jacob.activeX
 

Subclasses of JacobObject in com.jacob.activeX
 class ActiveXComponent
          This class simulates com.ms.activeX.ActiveXComponent only as it used for creating Dispatch objects
 

Uses of JacobObject in com.jacob.com
 

Subclasses of JacobObject in com.jacob.com
 class Dispatch
           
 class DispatchEvents
           
 class DispatchProxy
          If you need to pass a COM Dispatch object between STA threads, you have to marshall the interface.
 class EnumVariant
          An implementation of IEnumVariant based on code submitted by Thomas Hallgren (mailto:Thomas.Hallgren@eoncompany.com)
 class SafeArray
           
 class Variant
           
 

Methods in com.jacob.com with parameters of type JacobObject
protected static void ROT.addObject(JacobObject o)