|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.core.display.swing.SwingExecutionDisplayProvider
public class SwingExecutionDisplayProvider
Full screen window used for task execution. Tasks should get partial access to the frame to insert own gui elements into the window, the window itself on the other hand should be managed by Tatool exclusively.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SwingExecutionDisplayProvider()
Creates a new SwingExecutionDisplayProvider |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public SwingExecutionDisplayProvider()
| Method Detail |
|---|
public SwingExecutionDisplay getExecutionDisplay()
getExecutionDisplay in interface ExecutionDisplayProvider
public void setup(Executor executor,
Module module)
setup in interface ExecutionDisplayProviderpublic void open()
open in interface ExecutionDisplayProviderpublic void destroy()
destroy in interface ExecutionDisplayProviderpublic void stopModuleExecution()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||