public interface ActiveXMethods
| Modifier and Type | Method and Description |
|---|---|
com.jacob.com.Dispatch |
getObject() |
String |
getProgramId() |
com.jacob.com.Variant |
getProperty(String propertyName) |
boolean |
getPropertyAsBoolean(String propertyName) |
byte |
getPropertyAsByte(String propertyName) |
com.jacob.activeX.ActiveXComponent |
getPropertyAsComponent(String propertyName) |
int |
getPropertyAsInt(String propertyName) |
String |
getPropertyAsString(String propertyName) |
com.jacob.com.Variant |
invoke(String callAction) |
com.jacob.com.Variant |
invoke(String actionCommand,
boolean parameter) |
com.jacob.com.Variant |
invoke(String actionCommand,
int parameter) |
com.jacob.com.Variant |
invoke(String actionCommand,
int parameter1,
int parameter2) |
com.jacob.com.Variant |
invoke(String actionCommand,
String parameter) |
com.jacob.com.Variant |
invoke(String actionCommand,
String parameter1,
int parameter2) |
com.jacob.com.Variant |
invoke(String name,
com.jacob.com.Variant... args) |
com.jacob.activeX.ActiveXComponent |
invokeGetComponent(String callAction) |
com.jacob.activeX.ActiveXComponent |
invokeGetComponent(String callAction,
com.jacob.com.Variant... parameters) |
void |
logCallbackEvent(String description,
com.jacob.com.Variant[] args) |
static ActiveXMethods |
of(com.jacob.activeX.ActiveXComponent c) |
com.jacob.com.Dispatch |
QueryInterface(String iid) |
void |
safeRelease() |
void |
setProperty(String propertyName,
boolean propValue) |
void |
setProperty(String propertyName,
byte propValue) |
void |
setProperty(String propertyName,
com.jacob.com.Dispatch arg) |
void |
setProperty(String propertyName,
int propValue) |
void |
setProperty(String propertyName,
String propertyValue) |
void |
setProperty(String propertyName,
com.jacob.com.Variant arg) |
com.jacob.com.Dispatch getObject()
com.jacob.com.Variant getProperty(String propertyName)
com.jacob.activeX.ActiveXComponent getPropertyAsComponent(String propertyName)
boolean getPropertyAsBoolean(String propertyName)
byte getPropertyAsByte(String propertyName)
int getPropertyAsInt(String propertyName)
void setProperty(String propertyName, com.jacob.com.Variant arg)
void setProperty(String propertyName, com.jacob.com.Dispatch arg)
void setProperty(String propertyName, boolean propValue)
void setProperty(String propertyName, byte propValue)
void setProperty(String propertyName, int propValue)
void logCallbackEvent(String description, com.jacob.com.Variant[] args)
com.jacob.activeX.ActiveXComponent invokeGetComponent(String callAction)
com.jacob.activeX.ActiveXComponent invokeGetComponent(String callAction, com.jacob.com.Variant... parameters)
com.jacob.com.Variant invoke(String actionCommand, boolean parameter)
com.jacob.com.Variant invoke(String actionCommand, int parameter)
com.jacob.com.Variant invoke(String actionCommand, int parameter1, int parameter2)
com.jacob.com.Variant invoke(String callAction)
com.jacob.com.Variant invoke(String name, com.jacob.com.Variant... args)
com.jacob.com.Dispatch QueryInterface(String iid)
String getProgramId()
void safeRelease()
static ActiveXMethods of(com.jacob.activeX.ActiveXComponent c)
Copyright © 2020. All rights reserved.