|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 parameter)
makes a dispatch call for the passed in action and single parameter |
ActiveXComponent |
ActiveXComponent.invokeGetComponent(String callAction,
Variant parameter1,
Variant parameter2)
makes a dispatch call for the passed in action and single parameter |
ActiveXComponent |
ActiveXComponent.invokeGetComponent(String callAction,
Variant parameter1,
Variant parameter2,
Variant parameter3)
makes a dispatch call for the passed in action and single parameter |
ActiveXComponent |
ActiveXComponent.invokeGetComponent(String callAction,
Variant parameter1,
Variant parameter2,
Variant parameter3,
Variant parameter4)
makes a dispatch call for the passed in action and single parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |