ch.tatool.core.executable
Class ConfidenceRatingExecutable

java.lang.Object
  extended by ch.tatool.core.element.AbstractPropertyHolder
      extended by ch.tatool.core.element.NodeImpl
          extended by ch.tatool.core.executable.BlockingExecutable
              extended by ch.tatool.core.executable.BlockingAWTExecutable
                  extended by ch.tatool.core.executable.ConfidenceRatingExecutable
All Implemented Interfaces:
ActionPanelListener, DescriptivePropertyHolder, PropertyHolder, Executable, Node, KeyEventDispatcher

public class ConfidenceRatingExecutable
extends BlockingAWTExecutable
implements ActionPanelListener, DescriptivePropertyHolder


Constructor Summary
ConfidenceRatingExecutable()
          Constructor with element id parameter.
 
Method Summary
 void actionTriggered(ActionPanel source, Object actionValue)
          Called when an action has been triggered.
protected  void cancelExecutionAWT()
          cancelExecution called in the awt thread.
protected  void doCleanup()
           
 Property<?>[] getPropertyObjects()
           
protected  void startExecutionAWT()
          To be implemented.
 
Methods inherited from class ch.tatool.core.executable.BlockingAWTExecutable
cancelExecution, startExecution
 
Methods inherited from class ch.tatool.core.executable.BlockingExecutable
cancel, dispatchKeyEvent, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContext
 
Methods inherited from class ch.tatool.core.element.NodeImpl
assignParent, assignParent, assignParents, getId, getLocalId, getParent, setId, setLocalId, setParent
 
Methods inherited from class ch.tatool.core.element.AbstractPropertyHolder
clearProperties, getKeys, getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.tatool.data.PropertyHolder
clearProperties, getId, getKeys, getProperty, removeProperty, setProperty
 
Methods inherited from interface ch.tatool.element.Executable
cancel, execute, setExecutionContext
 
Methods inherited from interface ch.tatool.element.Node
getParent, setParent
 

Constructor Detail

ConfidenceRatingExecutable

public ConfidenceRatingExecutable()
Constructor with element id parameter.

Method Detail

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.