Uses of Class
com.jacob.activeX.ActiveXComponent

Packages that use ActiveXComponent
com.jacob.activeX   
 

Uses of ActiveXComponent in com.jacob.activeX
 

Methods in com.jacob.activeX that return ActiveXComponent
static ActiveXComponent ActiveXComponent.connectToActiveInstance(String pRequestedProgramId)
          Most code should use the standard ActiveXComponent(String) constructor and not this factory method.
static ActiveXComponent ActiveXComponent.createNewInstance(String pRequestedProgramId)
          Most code should use the standard ActiveXComponent(String) contructor and not this factory method.
 ActiveXComponent ActiveXComponent.getPropertyAsComponent(String propertyName)
          retrieves a property and returns it as an ActiveX component
 ActiveXComponent ActiveXComponent.invokeGetComponent(String callAction)
          makes a dispatch call for the passed in action and no parameter
 ActiveXComponent ActiveXComponent.invokeGetComponent(String callAction, Variant... parameters)
          makes a dispatch call for the passed in action and single parameter
 



http://jacob-project.sourceforge.net