ch.tatool.core.executable
Class ImageListInstructionExecutable
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.executable.BlockingExecutable
ch.tatool.core.executable.BlockingAWTExecutable
ch.tatool.core.executable.AbstractInstructionExecutable
ch.tatool.core.executable.ListInstructionExecutable
ch.tatool.core.executable.ImageListInstructionExecutable
- All Implemented Interfaces:
- ActionPanelListener, PropertyHolder, Executable, Initializable, Node, KeyEventDispatcher
public class ImageListInstructionExecutable
- extends ListInstructionExecutable
- implements Initializable
This executable displays a set of images as instructions.
The images need to be provided as complete (classpath) paths for each image.
- Author:
- Andre Locher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageListInstructionExecutable
public ImageListInstructionExecutable()
- Default constructor.
initialize
public void initialize(Element element)
- This method is called before the element is executed.
We use it to initialize the panels
- Specified by:
initialize in interface Initializable
getImages
public List<String> getImages()
setImages
public void setImages(List<String> images)
Copyright © 2012. All Rights Reserved.