Uses of Class
org.mozilla.javascript.tools.debugger.FileWindow
Packages that use FileWindow
-
Uses of FileWindow in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as FileWindowModifier and TypeFieldDescriptionprivate FileWindow
SwingGui.currentWindow
TheFileWindow
that last had the focus.private FileWindow
FileHeader.fileWindow
The owning FileWindow.private FileWindow
FileTextArea.w
The owningFileWindow
.Fields in org.mozilla.javascript.tools.debugger with type parameters of type FileWindowModifier and TypeFieldDescriptionprivate final Map
<String, FileWindow> SwingGui.fileWindows
Hash table of script URLs to their internal frames.Methods in org.mozilla.javascript.tools.debugger that return FileWindowModifier and TypeMethodDescription(package private) FileWindow
SwingGui.getFileWindow
(String url) Returns theFileWindow
for the given URL.Methods in org.mozilla.javascript.tools.debugger with parameters of type FileWindowModifier and TypeMethodDescription(package private) void
SwingGui.removeWindow
(FileWindow w) Closes the givenFileWindow
.private void
SwingGui.setFilePosition
(FileWindow w, int line) Moves the current position in the givenFileWindow
to the given line.Constructors in org.mozilla.javascript.tools.debugger with parameters of type FileWindowModifierConstructorDescriptionFileHeader
(FileWindow fileWindow) Creates a new FileHeader.Creates a new FileTextArea.Constructor parameters in org.mozilla.javascript.tools.debugger with type arguments of type FileWindowModifierConstructorDescription(package private)
MoreWindows
(SwingGui frame, Map<String, FileWindow> fileWindows, String title, String labelText) Creates a new MoreWindows.