public class ScriptConsole
extends java.lang.Object
ScriptConsole
can be shown and hidden to allow a scripting
interface to the CoastWatch Utilities using Beanshell syntax. Refer to
the Beanshell documentation, Java API, and CoastWatch Utilities API for
details on valid commands and classes.Modifier and Type | Method and Description |
---|---|
static ScriptConsole |
getInstance()
Gets the singleton instance of this class.
|
void |
showRelativeTo(java.awt.Component parent)
Shows the console relative to the specified parent component.
|
public static ScriptConsole getInstance()
public void showRelativeTo(java.awt.Component parent)
parent
- the component to use for the placement of the console, or
null for relative to the screen.