Serialized Form
-
Package org.mozilla.javascript.tools.debugger
-
Class org.mozilla.javascript.tools.debugger.SwingGui
class SwingGui extends JFrame implements Serializable- serialVersionUID:
- -8217029773456711621L
-
Serialized Fields
-
awtEventQueue
EventQueue awtEventQueue
The AWT EventQueue. Used for manually pumping AWT events fromSwingGui.dispatchNextGuiEvent(). -
console
org.mozilla.javascript.tools.debugger.JSInternalConsole console
The console that displays I/O from the script. -
context
org.mozilla.javascript.tools.debugger.ContextWindow context
TheJPanelthat shows information about the context. -
currentWindow
org.mozilla.javascript.tools.debugger.FileWindow currentWindow
TheFileWindowthat last had the focus. -
desk
JDesktopPane desk
TheJDesktopPanethat holds the script windows. -
dim
Dim dim
The debugger. -
dlg
JFileChooser dlg
File choose dialog for loading a script. -
exitAction
Runnable exitAction
The action to run when the 'Exit' menu item is chosen or the frame is closed. -
fileWindows
Map<String,
org.mozilla.javascript.tools.debugger.FileWindow> fileWindows Hash table of script URLs to their internal frames. -
menubar
org.mozilla.javascript.tools.debugger.Menubar menubar
The menu bar. -
split1
JSplitPane split1
-
statusBar
JLabel statusBar
The status bar. -
toolBar
JToolBar toolBar
The tool bar. -
toplevels
Map<String,
JFrame> toplevels Hash table of internal frame names to the internal frames themselves.
-
-
-
Package org.mozilla.javascript.tools.debugger.treetable
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable
class JTreeTable extends JTable implements Serializable- serialVersionUID:
- -2103973006456695515L
-
Serialized Fields
-
tree
JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper
class ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel implements Serializable- serialVersionUID:
- 8168140829623071131L
-
Serialized Fields
-
updatingListSelectionModel
boolean updatingListSelectionModel
Set to true when we are updating the ListSelectionModel.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.TreeTableCellRenderer
class TreeTableCellRenderer extends JTree implements Serializable- serialVersionUID:
- -193867880014600717L
-
Serialized Fields
-
visibleRow
int visibleRow
Last table/tree row asked to renderer.
-
-
Class org.mozilla.javascript.tools.debugger.treetable.TreeTableModelAdapter
class TreeTableModelAdapter extends AbstractTableModel implements Serializable- serialVersionUID:
- 48741114609209052L
-
Serialized Fields
-
tree
JTree tree
-
treeTableModel
TreeTableModel treeTableModel
-
-
-
Package org.mozilla.javascript.tools.shell
-
Class org.mozilla.javascript.tools.shell.ConsoleTextArea
class ConsoleTextArea extends JTextArea implements Serializable- serialVersionUID:
- 8557083244830872961L
-
Serialized Fields
-
console1
org.mozilla.javascript.tools.shell.ConsoleWriter console1
-
console2
org.mozilla.javascript.tools.shell.ConsoleWriter console2
-
err
PrintStream err
-
history
List<String> history
-
historyIndex
int historyIndex
-
in
PipedInputStream in
-
inPipe
PrintWriter inPipe
-
out
PrintStream out
-
outputMark
int outputMark
-
-
Class org.mozilla.javascript.tools.shell.Environment
class Environment extends org.mozilla.javascript.ScriptableObject implements Serializable- serialVersionUID:
- -430727378460177065L
-
Serialized Fields
-
thePrototypeInstance
Environment thePrototypeInstance
-
-
Class org.mozilla.javascript.tools.shell.Global
class Global extends org.mozilla.javascript.ImporterTopLevel implements Serializable- serialVersionUID:
- 4029130780977538005L
-
Serialized Fields
-
attemptedJLineLoad
boolean attemptedJLineLoad
-
console
ShellConsole console
-
doctestCanonicalizations
HashMap<String,
String> doctestCanonicalizations -
errStream
PrintStream errStream
-
history
org.mozilla.javascript.NativeArray history
-
initialized
boolean initialized
-
inStream
InputStream inStream
-
outStream
PrintStream outStream
-
prompts
String[] prompts
-
quitAction
QuitAction quitAction
-
sealedStdLib
boolean sealedStdLib
-
-
Class org.mozilla.javascript.tools.shell.JSConsole
class JSConsole extends JFrame implements Serializable- serialVersionUID:
- 2551225560631876300L
-
Serialized Fields
-
consoleTextArea
ConsoleTextArea consoleTextArea
-
CWD
File CWD
-
dlg
JFileChooser dlg
-
-