Uses of Interface
org.mozilla.javascript.tools.debugger.GuiCallback
-
Packages that use GuiCallback Package Description org.mozilla.javascript.tools.debugger -
-
Uses of GuiCallback in org.mozilla.javascript.tools.debugger
Classes in org.mozilla.javascript.tools.debugger that implement GuiCallback Modifier and Type Class Description class
SwingGui
GUI for the Rhino debugger.Methods in org.mozilla.javascript.tools.debugger with parameters of type GuiCallback Modifier and Type Method Description void
Dim. setGuiCallback(GuiCallback callback)
Sets the GuiCallback object to use.
-