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.Fields in org.mozilla.javascript.tools.debugger declared as GuiCallback Modifier and Type Field Description private GuiCallback
Dim. callback
Interface to the debugger GUI.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.
-