Uses of Interface
org.htmlunit.corejs.javascript.tools.debugger.GuiCallback
-
Packages that use GuiCallback Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of GuiCallback in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement GuiCallback Modifier and Type Class Description classSwingGuiGUI for the Rhino debugger.Fields in org.htmlunit.corejs.javascript.tools.debugger declared as GuiCallback Modifier and Type Field Description private GuiCallbackDim. callbackInterface to the debugger GUI.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type GuiCallback Modifier and Type Method Description voidDim. setGuiCallback(GuiCallback callback)Sets the GuiCallback object to use.
-