public class GenericContentExecutable extends BlockingAWTExecutable
| Constructor and Description |
|---|
GenericContentExecutable() |
GenericContentExecutable(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(RegionsContainer.Region region,
JPanel panel) |
protected void |
cancelExecutionAWT()
cancelExecution called in the awt thread.
|
Color |
getBackgroundColor() |
long |
getDisplayDuration() |
boolean |
isFinishOnInput() |
void |
setBackgroundColor(Color backgroundColor) |
void |
setDisplayDuration(long displayDuration) |
void |
setDisplayTest(String text)
Adds a text display content to the center region.
|
void |
setFinishOnInput(boolean finishOnInput) |
protected void |
startExecutionAWT()
To be implemented.
|
cancelExecution, startExecutioncancel, dispatchKeyEvent, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContextassignParent, assignParent, assignParents, getId, getLocalId, getParent, setId, setLocalId, setParentclearProperties, getKeys, getProperty, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, execute, setExecutionContextclearProperties, getId, getKeys, getProperty, removeProperty, setPropertypublic GenericContentExecutable()
public GenericContentExecutable(String id)
protected void startExecutionAWT()
BlockingAWTExecutablestartExecutionAWT in class BlockingAWTExecutableprotected void cancelExecutionAWT()
BlockingAWTExecutablecancelExecutionAWT in class BlockingAWTExecutablepublic void setDisplayTest(String text)
public void addContent(RegionsContainer.Region region, JPanel panel)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public long getDisplayDuration()
public void setDisplayDuration(long displayDuration)
public boolean isFinishOnInput()
public void setFinishOnInput(boolean finishOnInput)
Copyright © 2012. All Rights Reserved.