Class ImageCaptureProviderDefault
java.lang.Object
org.eclnt.jsfserver.defaultscreens.ImageCaptureProviderDefault
- All Implemented Interfaces:
Serializable,IImageCaptureProvider
public class ImageCaptureProviderDefault
extends Object
implements IImageCaptureProvider, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclnt.jsfserver.defaultscreens.IImageCaptureProvider
IImageCaptureProvider.ImageCommand, IImageCaptureProvider.ImageCommandList, IImageCaptureProvider.ImageData, IImageCaptureProvider.ImageDataBlock, IImageCaptureProvider.ImageDataRow -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreactOnCommand(IImageCaptureProvider.ImageData imageData, IImageCaptureProvider.ImageCommand command) This is the main reaction method for reacting on the user invoking commands within the control.voidThis method is called when the user clicks on an icon representing an information aspect.voidThis method is called when the user double clicks onto the central image.
-
Constructor Details
-
ImageCaptureProviderDefault
public ImageCaptureProviderDefault()
-
-
Method Details
-
getImageDataBlock
- Specified by:
getImageDataBlockin interfaceIImageCaptureProvider
-
reactOnCommand
public void reactOnCommand(IImageCaptureProvider.ImageData imageData, IImageCaptureProvider.ImageCommand command) Description copied from interface:IImageCaptureProviderThis is the main reaction method for reacting on the user invoking commands within the control. Each command is associated with an information aspect.
Implementations need to override this method.- Specified by:
reactOnCommandin interfaceIImageCaptureProvider
-
reactOnIconSelection
Description copied from interface:IImageCaptureProviderThis method is called when the user clicks on an icon representing an information aspect. You might use this event in order to load corresponding image-bytes on request only. - Pay attention: this method is also called for the initial selection of the first item, which is not triggered by a user interaction.- Specified by:
reactOnIconSelectionin interfaceIImageCaptureProvider
-
getBgpaintSelectedAvailable
- Specified by:
getBgpaintSelectedAvailablein interfaceIImageCaptureProvider
-
getBgpaintSelectedNotAvailable
- Specified by:
getBgpaintSelectedNotAvailablein interfaceIImageCaptureProvider
-
getBgpaintUnselectedAvailable
- Specified by:
getBgpaintUnselectedAvailablein interfaceIImageCaptureProvider
-
getBgpaintUnselectedNotAvailable
- Specified by:
getBgpaintUnselectedNotAvailablein interfaceIImageCaptureProvider
-
reactOnImageDoubleClick
public void reactOnImageDoubleClick()Description copied from interface:IImageCaptureProviderThis method is called when the user double clicks onto the central image.- Specified by:
reactOnImageDoubleClickin interfaceIImageCaptureProvider
-