Uses of Class
adams.gui.scripting.ScriptingCommandCode
-
Packages that use ScriptingCommandCode Package Description adams.gui.scripting -
-
Uses of ScriptingCommandCode in adams.gui.scripting
Fields in adams.gui.scripting declared as ScriptingCommandCode Modifier and Type Field Description protected ScriptingCommandCode
ScriptingCommand. m_Code
the (optional) code to execute.Methods in adams.gui.scripting that return ScriptingCommandCode Modifier and Type Method Description ScriptingCommandCode
ScriptingCommand. getCode()
Returns the optional code to execute.Methods in adams.gui.scripting with parameters of type ScriptingCommandCode Modifier and Type Method Description void
AbstractScriptingEngine. add(BasePanel panel, String cmd, ScriptingCommandCode code)
Adds the given command to the queue.Constructors in adams.gui.scripting with parameters of type ScriptingCommandCode Constructor Description ScriptingCommand(BasePanel panel, String cmd, ScriptingCommandCode code)
Initializes the command with the code to execute.
-