Public Member Functions | |
| ScriptingPanel (MyJPanel parent) | |
| Creates new form ScriptingInterface. | |
Protected Member Functions | |
| boolean | addNewConsole (Interpreter interpreter, String suffix) |
| Adds the new console to this window. | |
Private Member Functions | |
| void | initComponents () |
| This method is called from within the constructor to initialize the form. | |
| void | bJythonActionPerformed (java.awt.event.ActionEvent evt) |
| void | initManager (MyJPanel parent) |
| void | bBeanShellActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
| javax.swing.JButton | bBeanShell |
| javax.swing.JButton | bJython |
| javax.swing.JPanel | jButtonPanel |
| javax.swing.JLabel | jLabel1 |
| javax.swing.JLabel | jLabel2 |
Definition at line 17 of file ScriptingPanel.java.
|
||||||||||||
|
Adds the new console to this window. .. Definition at line 109 of file ScriptingPanel.java. References GuiComponents.scripting.Interpreter.getConsole(). Referenced by TestGUI.ScriptingPanel.bBeanShellActionPerformed(), and TestGUI.ScriptingPanel.bJythonActionPerformed(). Here is the call graph for this function: ![]() |
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 30 of file ScriptingPanel.java. References TestGUI.ScriptingPanel.bBeanShell, TestGUI.ScriptingPanel.bBeanShellActionPerformed(), TestGUI.ScriptingPanel.bJython, TestGUI.ScriptingPanel.bJythonActionPerformed(), TestGUI.ScriptingPanel.jButtonPanel, TestGUI.ScriptingPanel.jLabel1, and TestGUI.ScriptingPanel.jLabel2. Referenced by TestGUI.ScriptingPanel.ScriptingPanel(). Here is the call graph for this function: ![]() |
1.4.6