public class ComponentRunScriptExpression extends ScriptFunction
NAMEcontext, rate, started, task, TIMER, updateListener| Constructor and Description |
|---|
ComponentRunScriptExpression()
For serialization only
|
ComponentRunScriptExpression(javax.swing.JComponent self) |
| Modifier and Type | Method and Description |
|---|---|
Function |
copy()
Returns this.
|
javax.swing.JComponent |
getSelf() |
protected void |
initLocalsMap(org.python.core.PyStringMap map) |
void |
setSelf(javax.swing.JComponent self) |
execute, getArgDocString, getFunctionDisplayName, getType, validateNumArgsactionPerformed, cancelTask, connect, disconnect, setPollRate, shutdown, startTask, startupexecuteArg, initArgs, logexecuteAllpublic ComponentRunScriptExpression(javax.swing.JComponent self)
public ComponentRunScriptExpression()
protected void initLocalsMap(org.python.core.PyStringMap map)
initLocalsMap in class ScriptFunctionpublic javax.swing.JComponent getSelf()
public void setSelf(javax.swing.JComponent self)
public Function copy()
BaseFunctioncopy in interface Functioncopy in class ScriptFunction