public static class IImageCaptureProvider.ImageData
extends java.lang.Object
| Constructor and Description |
|---|
ImageData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(java.lang.String id,
java.lang.String text)
Each information aspect has a set of commands.
|
void |
addCommand(java.lang.String id,
java.lang.String text,
boolean enabled)
Extended way of passing a command => with "enabled"-information
in addition.
|
IImageCaptureProvider.ImageCommandList |
getCommands()
Returns list of commands.
|
java.lang.String |
getIconTooltip() |
java.lang.String |
getIconUrl() |
byte[] |
getImage() |
java.lang.String |
getPostBgpaint() |
java.lang.Object |
getReference() |
boolean |
isAvailable() |
void |
setAvailable(boolean available)
Define if information behind information aspect is available.
|
void |
setIconTooltip(java.lang.String iconTooltip)
Tool tip which is shown for the information.
|
void |
setIconUrl(java.lang.String iconUrl)
Set the icon for the aspect.
|
void |
setImage(byte[] image)
Image that is the image behind the information aspect.
|
void |
setPostBgpaint(java.lang.String value)
BGPAINT command that is always appended BEHIND the bgpaint that
is managed by the component.
|
void |
setReference(java.lang.Object value)
ImageData allows to "park" a reference object, which can
be used later on in the event processing.
|
public void setReference(java.lang.Object value)
public java.lang.Object getReference()
public java.lang.String getIconUrl()
public void setIconUrl(java.lang.String iconUrl)
public java.lang.String getIconTooltip()
public void setIconTooltip(java.lang.String iconTooltip)
public byte[] getImage()
public void setImage(byte[] image)
public boolean isAvailable()
public void setAvailable(boolean available)
public IImageCaptureProvider.ImageCommandList getCommands()
public void addCommand(java.lang.String id,
java.lang.String text)
public void addCommand(java.lang.String id,
java.lang.String text,
boolean enabled)
public void setPostBgpaint(java.lang.String value)
public java.lang.String getPostBgpaint()
Copyright © CaptainCasa Gmbh. All Rights Reserved.