public interface IImageCaptureProvider
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IImageCaptureProvider.ImageCommand
Command for an information aspect.
|
static class |
IImageCaptureProvider.ImageCommandList
List of image commands.
|
static class |
IImageCaptureProvider.ImageData
Information behind one information aspect.
|
static class |
IImageCaptureProvider.ImageDataBlock
List of "information aspect rows".
|
static class |
IImageCaptureProvider.ImageDataRow
List of "information aspects".
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBgpaintSelectedAvailable() |
java.lang.String |
getBgpaintSelectedNotAvailable() |
java.lang.String |
getBgpaintUnselectedAvailable() |
java.lang.String |
getBgpaintUnselectedNotAvailable() |
IImageCaptureProvider.ImageDataBlock |
getImageDataBlock() |
void |
reactOnCommand(IImageCaptureProvider.ImageData imageData,
IImageCaptureProvider.ImageCommand command)
This is the main reaction method for reacting on the user
invoking commands within the control.
|
void |
reactOnIconSelection(IImageCaptureProvider.ImageData imageData)
This method is called when the user clicks on an icon representing
an information aspect.
|
void |
reactOnImageDoubleClick()
This method is called when the user double clicks onto the
central image.
|
IImageCaptureProvider.ImageDataBlock getImageDataBlock()
void reactOnCommand(IImageCaptureProvider.ImageData imageData, IImageCaptureProvider.ImageCommand command)
void reactOnImageDoubleClick()
void reactOnIconSelection(IImageCaptureProvider.ImageData imageData)
java.lang.String getBgpaintSelectedAvailable()
java.lang.String getBgpaintSelectedNotAvailable()
java.lang.String getBgpaintUnselectedAvailable()
java.lang.String getBgpaintUnselectedNotAvailable()
Copyright © CaptainCasa Gmbh. All Rights Reserved.