-
m_ButtonOutputClear
JButton m_ButtonOutputClear
the button for clearing the output.
-
m_ButtonOutputSave
JButton m_ButtonOutputSave
the button for saving the output.
-
m_ButtonScriptLoad
JButton m_ButtonScriptLoad
the button for loading a script.
-
m_ButtonScriptRun
JButton m_ButtonScriptRun
the button for executing a script.
-
m_ButtonScriptSave
JButton m_ButtonScriptSave
the button for saving as script.
-
m_ButtonScriptStop
JButton m_ButtonScriptStop
the button for stopping a script.
-
m_ComboBoxThemes
JComboBox<String> m_ComboBoxThemes
the panel with the themes.
-
m_CompilerFlags
List<String> m_CompilerFlags
additional compiler flags to supply to JShell (-C).
-
m_Exec
JShellExec m_Exec
for executing the script.
-
m_FileChooserOutput
nz.ac.waikato.cms.gui.core.BaseFileChooser m_FileChooserOutput
the filechooser for the output.
-
m_FileChooserScript
nz.ac.waikato.cms.gui.core.BaseFileChooser m_FileChooserScript
the filechooser for scripts.
-
m_JShellPanelListeners
Set<JShellPanelListener> m_JShellPanelListeners
the listeners that listen for changes.
-
m_RemoteRuntimeFlags
List<String> m_RemoteRuntimeFlags
additional remote runtime flags to supply to JShell (-R).
-
m_RuntimeFlags
List<String> m_RuntimeFlags
additional runtime flags to supply to JShell (-J).
-
m_SplitPane
JSplitPane m_SplitPane
for splitting code and output.
-
m_TextCode
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea m_TextCode
the text area for the script.
-
m_TextOutput
JTextArea m_TextOutput
for the jshell output.