ActiveXControlBase
Inheritance: java.lang.Object
public abstract class ActiveXControlBase
Represents the ActiveX control.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBackOleColor() | the ole color of the background. |
| getClass() | |
| getData() | the binary data of the control. |
| getForeOleColor() | the ole color of the foreground. |
| getHeight() | the height of the control in unit of points. |
| getMouseIcon() | a custom icon to display as the mouse pointer for the control. |
| getMousePointer() | the type of icon displayed as the mouse pointer for the control. |
| getType() | Gets the type of the ActiveX control. |
| getWidth() | the width of the control in unit of point. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBackOleColor(int value) | For the description of this property, please see getBackOleColor() |
| setForeOleColor(int value) | For the description of this property, please see getForeOleColor() |
| setHeight(double value) | For the description of this property, please see getHeight() |
| setMouseIcon(byte[] value) | For the description of this property, please see getMouseIcon() |
| setMousePointer(int value) | For the description of this property, please see getMousePointer() |
| setWidth(double value) | For the description of this property, please see getWidth() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBackOleColor()
public int getBackOleColor()
the ole color of the background.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public byte[] getData()
the binary data of the control.
Returns: byte[]
getForeOleColor()
public int getForeOleColor()
the ole color of the foreground. Not applies to Image control.
Returns: int
getHeight()
public double getHeight()
the height of the control in unit of points.
Returns: double
getMouseIcon()
public byte[] getMouseIcon()
a custom icon to display as the mouse pointer for the control.
Returns: byte[]
getMousePointer()
public int getMousePointer()
the type of icon displayed as the mouse pointer for the control.
Returns: int
getType()
public abstract int getType()
Gets the type of the ActiveX control.
Returns: int
getWidth()
public double getWidth()
the width of the control in unit of point.
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBackOleColor(int value)
public void setBackOleColor(int value)
For the description of this property, please see getBackOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setForeOleColor(int value)
public void setForeOleColor(int value)
For the description of this property, please see getForeOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setHeight(double value)
public void setHeight(double value)
For the description of this property, please see getHeight()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setMouseIcon(byte[] value)
public void setMouseIcon(byte[] value)
For the description of this property, please see getMouseIcon()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setMousePointer(int value)
public void setMousePointer(int value)
For the description of this property, please see getMousePointer()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setWidth(double value)
public void setWidth(double value)
For the description of this property, please see getWidth()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |