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.
|
|
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. Referenced by TestGUI.ScriptingPanel.ScriptingPanel(). |
1.3.5