Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.FileWindow
-
Packages that use FileWindow Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of FileWindow in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as FileWindow Modifier and Type Field Description private FileWindowSwingGui. currentWindowTheFileWindowthat last had the focus.private FileWindowFileHeader. fileWindowThe owning FileWindow.private FileWindowFileTextArea. wThe owningFileWindow.Fields in org.htmlunit.corejs.javascript.tools.debugger with type parameters of type FileWindow Modifier and Type Field Description private java.util.Map<java.lang.String,FileWindow>SwingGui. fileWindowsHash table of script URLs to their internal frames.Methods in org.htmlunit.corejs.javascript.tools.debugger that return FileWindow Modifier and Type Method Description (package private) FileWindowSwingGui. getFileWindow(java.lang.String url)Returns theFileWindowfor the given URL.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type FileWindow Modifier and Type Method Description (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.htmlunit.corejs.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.htmlunit.corejs.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.
-