Uses of Class
org.mozilla.javascript.tools.debugger.Dim.SourceInfo
Packages that use Dim.SourceInfo
-
Uses of Dim.SourceInfo in org.mozilla.javascript.tools.debugger
Methods in org.mozilla.javascript.tools.debugger that return Dim.SourceInfoModifier and TypeMethodDescriptionDim.FunctionSource.sourceInfo()Returns the SourceInfo object that describes the source of the function.Dim.sourceInfo(String url) Returns the SourceInfo object for the given URL.Dim.StackFrame.sourceInfo()Returns the SourceInfo object for the function.Methods in org.mozilla.javascript.tools.debugger with parameters of type Dim.SourceInfoModifier and TypeMethodDescriptionprotected voidSwingGui.createFileWindow(Dim.SourceInfo sourceInfo, int line) Creates and shows a newFileWindowfor the given source.protected booleanSwingGui.updateFileWindow(Dim.SourceInfo sourceInfo) Update the source text forsourceInfo.voidGuiCallback.updateSourceText(Dim.SourceInfo sourceInfo) Called when the source text of some script has been changed.voidSwingGui.updateSourceText(Dim.SourceInfo sourceInfo) Called when the source text for a script has been updated.