Package | Description |
---|---|
com.jacob.activeX |
Modifier and Type | Method and Description |
---|---|
static ActiveXComponent |
ActiveXComponent.connectToActiveInstance(java.lang.String pRequestedProgramId)
Most code should use the standard ActiveXComponent(String) constructor
and not this factory method.
|
static ActiveXComponent |
ActiveXComponent.createNewInstance(java.lang.String pRequestedProgramId)
Most code should use the standard ActiveXComponent(String) contructor and
not this factory method.
|
ActiveXComponent |
ActiveXComponent.getPropertyAsComponent(java.lang.String propertyName)
retrieves a property and returns it as an ActiveX component
|
ActiveXComponent |
ActiveXComponent.invokeGetComponent(java.lang.String callAction)
makes a dispatch call for the passed in action and no parameter
|
ActiveXComponent |
ActiveXComponent.invokeGetComponent(java.lang.String callAction,
Variant... parameters)
makes a dispatch call for the passed in action and single parameter
|
http://jacob-project.sourceforge.net