ch.tatool.core.executable
Class ConfidenceRatingExecutable
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.ConfidenceRatingExecutable
- All Implemented Interfaces:
- ActionPanelListener, DescriptivePropertyHolder, PropertyHolder, Executable, Node, KeyEventDispatcher
public class ConfidenceRatingExecutable
- extends BlockingAWTExecutable
- implements ActionPanelListener, DescriptivePropertyHolder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfidenceRatingExecutable
public ConfidenceRatingExecutable()
- Constructor with element id parameter.
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
doCleanup
protected void doCleanup()
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)
- Description copied from interface:
ActionPanelListener
- Called when an action has been 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
Copyright © 2012. All Rights Reserved.