ch.tatool.core.executable
Class AbstractHTMLExecutable
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.AbstractHTMLExecutable
- All Implemented Interfaces:
- ActionPanelListener, DescriptivePropertyHolder, PropertyHolder, Executable, Node, ExecutionPhaseListener, KeyEventDispatcher
- Direct Known Subclasses:
- HTMLExecutable
public abstract class AbstractHTMLExecutable
- extends BlockingAWTExecutable
- implements ActionPanelListener, ExecutionPhaseListener, DescriptivePropertyHolder
HTML Instruction
Displays a HTML page
- Author:
- Andre Locher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scoreHandler
public PropertyHolder scoreHandler
AbstractHTMLExecutable
public AbstractHTMLExecutable()
- Default Constructor.
startExecutionAWT
protected void startExecutionAWT()
- Description copied from class:
BlockingAWTExecutable
- To be implemented. Called at the start of the executable execution.
- Specified by:
startExecutionAWT in class BlockingAWTExecutable
replaceVariables
public abstract String replaceVariables(String html)
cancelExecutionAWT
protected void cancelExecutionAWT()
- Description copied from class:
BlockingAWTExecutable
- cancelExecution called in the awt thread.
- Overrides:
cancelExecutionAWT in class BlockingAWTExecutable
actionTriggered
public void actionTriggered(ActionPanel source,
Object actionValue)
- Called when action panel gets triggered
- Specified by:
actionTriggered in interface ActionPanelListener
actionValue - the value registered with the action panel for the action that got triggered
getPropertyObjects
public Property<?>[] getPropertyObjects()
- Specified by:
getPropertyObjects in interface DescriptivePropertyHolder
getTimeoutHandler
public DefaultVisualTimeoutHandler getTimeoutHandler()
setTimeoutHandler
public void setTimeoutHandler(DefaultVisualTimeoutHandler timeoutHandler)
processExecutionPhase
public void processExecutionPhase(ExecutionContext context)
- Specified by:
processExecutionPhase in interface ExecutionPhaseListener
setPages
public void setPages(List<String> pages)
getPages
public List<String> getPages()
getBase
public String getBase()
setBase
public void setBase(String base)
setScoreHandler
public void setScoreHandler(PropertyHolder scoreHandler)
getScoreHandler
public PropertyHolder getScoreHandler()
setDuration
public void setDuration(long duration)
geti18nEnabled
public boolean geti18nEnabled()
seti18nEnabled
public void seti18nEnabled(boolean i18nEnabled)
Copyright © 2012. All Rights Reserved.