Uses of Interface
com.sun.lwuit.html.HTMLCallback

Packages that use HTMLCallback
com.sun.lwuit.html The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support. 
 

Uses of HTMLCallback in com.sun.lwuit.html
 

Classes in com.sun.lwuit.html that implement HTMLCallback
 class DefaultHTMLCallback
          This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
 

Methods in com.sun.lwuit.html that return HTMLCallback
 HTMLCallback HTMLComponent.getHTMLCallback()
          Returns the HTMLCallback that is set on this HTMLComponent
 

Methods in com.sun.lwuit.html with parameters of type HTMLCallback
 void HTMLComponent.setHTMLCallback(HTMLCallback callback)
          Sets an HTMLCallback to listen to this HTMLCOmponent