public abstract class ComInterface extends ComObject
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
activeXName |
protected GenericWidget |
parent |
includeUnannotatedMethods, LOGGER, methodTable, propertyTable| Constructor and Description |
|---|
ComInterface(java.lang.String activeXName,
GenericWidget parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Do nothing by default
|
java.lang.String |
getActivexName()
Obtain the name of this ActiveX object.
|
java.lang.String |
getName()
Obtain the legacy name of this COM object.
|
boolean |
valid()
Return true by default.
|
call, chainCall, checkParameters, deref, destroy, getComObjectClass, getComObjectInstance, getParentControlFrame, getParentProcedure, getProperty, id, id, init, marshal, ref, setName, setParentControlFrame, setProperty, unknown, unmarshal, unmarshalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowDeleteprotected GenericWidget parent
private java.lang.String activeXName
public ComInterface(java.lang.String activeXName,
GenericWidget parent)
activeXName - ActiveX name.parent - Parent widget.public void delete()
public boolean valid()
valid in interface WrappedResourcevalid in class ComObjecttrue if we are valid (can be used).public java.lang.String getActivexName()
getActivexName in class ComObject