public final class TaskRunnerController extends Object
TaskRunner, offering actions to start and
stop the TaskRunner, and to pause it or perform single steps.| Constructor and Description |
|---|
TaskRunnerController()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Action |
getPauseAction()
Returns the action to pause the
TaskRunner |
Action |
getSingleStepAction()
Returns the action to perform a single the step in the
TaskRunner |
Action |
getStartAction()
Returns the action to start the
TaskRunner |
Action |
getStopAction()
Returns the action to stop the
TaskRunner |
TaskRunner |
getTaskRunner()
Returns the current
TaskRunner. |
void |
setTaskRunner(TaskRunner newTaskRunner)
Set the
TaskRunner that is controlled with this panel |
public Action getStartAction()
TaskRunnerpublic Action getStopAction()
TaskRunnerpublic Action getPauseAction()
TaskRunnerpublic Action getSingleStepAction()
TaskRunnerpublic void setTaskRunner(TaskRunner newTaskRunner)
TaskRunner that is controlled with this panelnewTaskRunner - The TaskRunnerpublic TaskRunner getTaskRunner()
TaskRunner. May be null.TaskRunnerCopyright © 2016. All rights reserved.