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 |
setFinishOnInput(boolean finishOnInput) |
protected void |
startExecutionAWT()
To be implemented.
|
cancelExecution, startExecutioncancel, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContextassignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, 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 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 © 2013. All Rights Reserved.