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 FileWindowSwingGui.currentWindowTheFileWindowthat last had the focus.private FileWindowFileHeader.fileWindowThe owning FileWindow.private FileWindowFileTextArea.wThe owningFileWindow.Fields in org.mozilla.javascript.tools.debugger with type parameters of type FileWindowModifier and TypeFieldDescriptionprivate final Map<String, FileWindow> SwingGui.fileWindowsHash table of script URLs to their internal frames.Methods in org.mozilla.javascript.tools.debugger that return FileWindowModifier and TypeMethodDescription(package private) FileWindowSwingGui.getFileWindow(String url) Returns theFileWindowfor the given URL.Methods in org.mozilla.javascript.tools.debugger with parameters of type FileWindowModifier and TypeMethodDescription(package private) voidSwingGui.removeWindow(FileWindow w) Closes the givenFileWindow.private voidSwingGui.setFilePosition(FileWindow w, int line) Moves the current position in the givenFileWindowto 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.