Serialized Form
|
Package org.mozilla.javascript.tools.debugger |
serialVersionUID: -8217029773456711621L
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 |
tree
JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
updatingListSelectionModel
boolean updatingListSelectionModel
- Set to true when we are updating the ListSelectionModel.
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
tree
javax.swing.JTree tree
treeTableModel
TreeTableModel treeTableModel
|
Package org.mozilla.javascript.tools.debugger.treetable |
serialVersionUID: -2103973006456695515L
tree
JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
serialVersionUID: 8168140829623071131L
updatingListSelectionModel
boolean updatingListSelectionModel
- Set to true when we are updating the ListSelectionModel.
serialVersionUID: -193867880014600717L
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
serialVersionUID: 48741114609209052L
tree
javax.swing.JTree tree
treeTableModel
TreeTableModel treeTableModel
|
Package org.mozilla.javascript.tools.shell |
serialVersionUID: 8557083244830872961L
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
serialVersionUID: -430727378460177065L
thePrototypeInstance
Environment thePrototypeInstance
serialVersionUID: 4029130780977538005L
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
serialVersionUID: 2551225560631876300L
CWD
java.io.File CWD
dlg
javax.swing.JFileChooser dlg
consoleTextArea
ConsoleTextArea consoleTextArea
Copyright © 2010. All Rights Reserved.