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 | |
| static 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 | |
| static ScriptingInterface | instance = null |
Definition at line 18 of file ScriptingInterface.java.
|
|
Definition at line 45 of file ScriptingInterface.java. References GuiComponents.scripting.ScriptingInterface.currentInterpreter. Referenced by GuiComponents.scripting.ScriptingInterface.getBeanShellInterpreter(), and GuiComponents.scripting.ScriptingInterface.getJythonInterpreter(). |
1.4.6