Uses of Class
com.sun.lwuit.html.DocumentInfo

Packages that use DocumentInfo
com.sun.lwuit.html   
 

Uses of DocumentInfo in com.sun.lwuit.html
 

Methods in com.sun.lwuit.html that return DocumentInfo
 DocumentInfo HTMLComponent.getDocumentInfo()
          Returns the DocumentInfo that currently represents the document loaded/shown
 

Methods in com.sun.lwuit.html with parameters of type DocumentInfo
 java.io.InputStream DocumentRequestHandler.resourceRequested(DocumentInfo docInfo)
          Implementations should return the document in the requested url as an InputStream This is triggered only for the main document requested and not for its resources.
 java.io.InputStream DefaultDocumentRequestHandler.resourceRequested(DocumentInfo docInfo)
           
 void DefaultDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo, AsyncDocumentRequestHandler.IOCallback callback)
           
 void AsyncDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo, AsyncDocumentRequestHandler.IOCallback callback)
          This method is called by HTMLComponent when a resource is requested asynchronously.
 void HTMLComponent.streamReady(java.io.InputStream is, DocumentInfo docInfo)
          This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
 void AsyncDocumentRequestHandler.IOCallback.streamReady(java.io.InputStream is, DocumentInfo docInfo)
          Called when the stream of the document is ready