public interface ColorChooserImageProvider
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
BufferedImage[] |
getImages(JButton source,
List<String> descriptions)
Get the images and their descriptions.
|
boolean |
supportColorChooser()
Define whether the GUI should offer the user to select the color
from a color chooser.
|
BufferedImage[] getImages(JButton source, List<String> descriptions)
source
- the button (preference action) calling this method.descriptions
- output list for image descriptions.IllegalStateException
- since 3.4 the method may throw an
IllegalStateException
to indicate that the calling action should
canceled. This is used mainly for the local desktop connections where
the calling window has to become invisible to create a screen shot of
the local desktop and then restart the original action.boolean supportColorChooser()