- m_Available - Variable in class com.github.fracpete.jshell.JShellPanel
-
whether scripting is available.
- m_ButtonOutputClear - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for clearing the output.
- m_ButtonOutputSave - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for saving the output.
- m_ButtonScriptLoad - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for loading a script.
- m_ButtonScriptRun - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for executing a script.
- m_ButtonScriptSave - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for saving as script.
- m_ButtonScriptStop - Variable in class com.github.fracpete.jshell.JShellPanel
-
the button for stopping a script.
- m_Execution - Variable in class com.github.fracpete.jshell.JShellPanel
-
executes the script.
- m_FileChooserOutput - Variable in class com.github.fracpete.jshell.JShellPanel
-
the filechooser for the output.
- m_FileChooserScript - Variable in class com.github.fracpete.jshell.JShellPanel
-
the filechooser for scripts.
- m_JShellListeners - Variable in class com.github.fracpete.jshell.JShellPanel
-
the listeners that listen for changes.
- m_SplitPane - Variable in class com.github.fracpete.jshell.JShellPanel
-
for splitting code and output.
- m_TextCode - Variable in class com.github.fracpete.jshell.JShellPanel
-
the text area for the script.
- m_TextOutput - Variable in class com.github.fracpete.jshell.JShellPanel
-
for the jshell output.
- m_Type - Variable in class com.github.fracpete.jshell.event.JShellEvent
-
the event type.
- main(String[]) - Static method in class com.github.fracpete.jshell.JShellPanel
-
For testing only.