Collaboration diagram for GuiComponents.scripting.ScriptingInterface:

Public Member Functions | |
| BSFManager | getManager () |
| Use this to get access to the manager - in particular for adding extra variables. | |
| Interpreter | getBeanShellInterpreter () |
| Interpreter | getJythonInterpreter () |
Static Public Member Functions | |
| ScriptingInterface | instance () |
Private Member Functions | |
| Interpreter | createInterpreter (ScriptFactory sf) |
| ScriptingInterface () | |
| Creates a new instance of ScriptingInterface. | |
Private Attributes | |
| BSFManager | manager |
| SearchableObjectRegistry | registry |
| WeakReference | currentInterpreter = new WeakReference(null) |
Static Private Attributes | |
| ScriptingInterface | instance = null |
Definition at line 18 of file ScriptingInterface.java.
|
|
Definition at line 45 of file ScriptingInterface.java. References GuiComponents.scripting.ScriptFactory.createInterpreter(), and GuiComponents.Console.JConsole.println(). |
Here is the call graph for this function:

1.3.5