Uses of Class
org.mozilla.javascript.tools.debugger.FileWindow
-
Packages that use FileWindow Package Description org.mozilla.javascript.tools.debugger -
-
Uses of FileWindow in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as FileWindow Modifier and Type Field Description private 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 FileWindow Modifier and Type Field Description private java.util.Map<java.lang.String,FileWindow>
SwingGui. fileWindows
Hash table of script URLs to their internal frames.Methods in org.mozilla.javascript.tools.debugger that return FileWindow Modifier and Type Method Description (package private) FileWindow
SwingGui. getFileWindow(java.lang.String url)
Returns theFileWindow
for the given URL.Methods in org.mozilla.javascript.tools.debugger with parameters of type FileWindow Modifier and Type Method Description (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 FileWindow Constructor Description FileHeader(FileWindow fileWindow)
Creates a new FileHeader.FileTextArea(FileWindow w)
Creates a new FileTextArea.Constructor parameters in org.mozilla.javascript.tools.debugger with type arguments of type FileWindow Constructor Description MoreWindows(SwingGui frame, java.util.Map<java.lang.String,FileWindow> fileWindows, java.lang.String title, java.lang.String labelText)
Creates a new MoreWindows.
-