public class SwingExecutionDisplayProvider extends Object implements ExecutionDisplayProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_MODE_FULLSCREEN |
static String |
DISPLAY_MODE_WINDOW |
static String |
PROPERTY_DISPLAY_MODE
Module property that defines in what mode the display should be in.
|
static String |
PROPERTY_INITIALIZE_REGIONS_CONTAINER
If set to true then the RegionsContainer will be initialized automatically.
|
| Constructor and Description |
|---|
SwingExecutionDisplayProvider()
Creates a new SwingExecutionDisplayProvider
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Close the display.
|
SwingExecutionDisplay |
getExecutionDisplay()
Get the ExecutionDisplay provided by this provider.
|
void |
open()
Opens the display.
|
void |
setup(Executor executor,
Module module)
Initializes the display.
|
void |
stopModuleExecution()
Stops the module execution.
|
public static final String PROPERTY_DISPLAY_MODE
public static final String DISPLAY_MODE_FULLSCREEN
public static final String DISPLAY_MODE_WINDOW
public static final String PROPERTY_INITIALIZE_REGIONS_CONTAINER
public SwingExecutionDisplayProvider()
public SwingExecutionDisplay getExecutionDisplay()
getExecutionDisplay in interface ExecutionDisplayProviderpublic void setup(Executor executor, Module module)
setup in interface ExecutionDisplayProviderpublic void open()
open in interface ExecutionDisplayProviderpublic void destroy()
destroy in interface ExecutionDisplayProviderpublic void stopModuleExecution()
Copyright © 2013. All Rights Reserved.