Serialized Form


Package org.mozilla.javascript.tools.debugger

Class org.mozilla.javascript.tools.debugger.SwingGui extends javax.swing.JFrame implements Serializable

serialVersionUID: -8217029773456711621L

Serialized Fields

dim

Dim dim
The debugger.


exitAction

java.lang.Runnable exitAction
The action to run when the 'Exit' menu item is chosen or the frame is closed.


desk

javax.swing.JDesktopPane desk
The JDesktopPane that holds the script windows.


context

org.mozilla.javascript.tools.debugger.ContextWindow context
The JPanel that shows information about the context.


menubar

org.mozilla.javascript.tools.debugger.Menubar menubar
The menu bar.


toolBar

javax.swing.JToolBar toolBar
The tool bar.


console

org.mozilla.javascript.tools.debugger.JSInternalConsole console
The console that displays I/O from the script.


split1

javax.swing.JSplitPane split1
The JSplitPane that separates SwingGui.desk from org.mozilla.javascript.Context.


statusBar

javax.swing.JLabel statusBar
The status bar.


toplevels

java.util.Map<K,V> toplevels
Hash table of internal frame names to the internal frames themselves.


fileWindows

java.util.Map<K,V> fileWindows
Hash table of script URLs to their internal frames.


currentWindow

org.mozilla.javascript.tools.debugger.FileWindow currentWindow
The FileWindow that last had the focus.


dlg

javax.swing.JFileChooser dlg
File choose dialog for loading a script.


awtEventQueue

java.awt.EventQueue awtEventQueue
The AWT EventQueue. Used for manually pumping AWT events from SwingGui.dispatchNextGuiEvent().


Package org.mozilla.javascript.tools.debugger.downloaded

Class org.mozilla.javascript.tools.debugger.downloaded.JTreeTable extends javax.swing.JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class org.mozilla.javascript.tools.debugger.downloaded.JTreeTable.ListToTreeSelectionModelWrapper extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

Serialized Fields

updatingListSelectionModel

boolean updatingListSelectionModel
Set to true when we are updating the ListSelectionModel.

Class org.mozilla.javascript.tools.debugger.downloaded.JTreeTable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.

Class org.mozilla.javascript.tools.debugger.downloaded.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

treeTableModel

TreeTableModel treeTableModel

Package org.mozilla.javascript.tools.debugger.treetable

Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable extends javax.swing.JTable implements Serializable

serialVersionUID: -2103973006456695515L

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class org.mozilla.javascript.tools.debugger.treetable.JTreeTable.ListToTreeSelectionModelWrapper extends javax.swing.tree.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 extends javax.swing.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 extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 48741114609209052L

Serialized Fields

tree

javax.swing.JTree tree

treeTableModel

TreeTableModel treeTableModel

Package org.mozilla.javascript.tools.shell

Class org.mozilla.javascript.tools.shell.ConsoleTextArea extends javax.swing.JTextArea implements Serializable

serialVersionUID: 8557083244830872961L

Serialized Fields

console1

org.mozilla.javascript.tools.shell.ConsoleWriter console1

console2

org.mozilla.javascript.tools.shell.ConsoleWriter console2

out

java.io.PrintStream out

err

java.io.PrintStream err

inPipe

java.io.PrintWriter inPipe

in

java.io.PipedInputStream in

history

java.util.List<E> history

historyIndex

int historyIndex

outputMark

int outputMark

Class org.mozilla.javascript.tools.shell.Environment extends net.sourceforge.htmlunit.corejs.javascript.ScriptableObject implements Serializable

serialVersionUID: -430727378460177065L

Serialized Fields

thePrototypeInstance

Environment thePrototypeInstance

Class org.mozilla.javascript.tools.shell.Global extends net.sourceforge.htmlunit.corejs.javascript.ImporterTopLevel implements Serializable

serialVersionUID: 4029130780977538005L

Serialized Fields

history

net.sourceforge.htmlunit.corejs.javascript.NativeArray history

attemptedJLineLoad

boolean attemptedJLineLoad

inStream

java.io.InputStream inStream

outStream

java.io.PrintStream outStream

errStream

java.io.PrintStream errStream

sealedStdLib

boolean sealedStdLib

initialized

boolean initialized

quitAction

QuitAction quitAction

prompts

java.lang.String[] prompts

doctestCanonicalizations

java.util.HashMap<K,V> doctestCanonicalizations

Class org.mozilla.javascript.tools.shell.JSConsole extends javax.swing.JFrame implements Serializable

serialVersionUID: 2551225560631876300L

Serialized Fields

CWD

java.io.File CWD

dlg

javax.swing.JFileChooser dlg

consoleTextArea

ConsoleTextArea consoleTextArea



Copyright © 2010. All Rights Reserved.