Package | Description |
---|---|
org.micromanager |
MMStudio application and Java API.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptController.clearMessageWindow()
Clears scripting console output window.
|
void |
ScriptController.message(java.lang.String text)
Displays text in the scripting console output window.
|
void |
ScriptController.resetInterpreter()
Clears all methods and variables defined in the script interpreter.
|