Uses of Interface
net.sourceforge.htmlunit.corejs.javascript.tools.debugger.GuiCallback

Packages that use GuiCallback
net.sourceforge.htmlunit.corejs.javascript.tools.debugger   
 

Uses of GuiCallback in net.sourceforge.htmlunit.corejs.javascript.tools.debugger
 

Classes in net.sourceforge.htmlunit.corejs.javascript.tools.debugger that implement GuiCallback
 class SwingGui
          GUI for the Rhino debugger.
 

Methods in net.sourceforge.htmlunit.corejs.javascript.tools.debugger with parameters of type GuiCallback
 void Dim.setGuiCallback(GuiCallback callback)
          Sets the GuiCallback object to use.