uic.widgets.html
Class HTMLDocument

java.lang.Object
  extended by uic.widgets.html.HTMLDocument

public class HTMLDocument
extends Object


Nested Class Summary
static class HTMLDocument.Line
           
 
Method Summary
 boolean finishedLoading()
           
 List getTextLines()
          From a displaying html document fetch all the text lines.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

finishedLoading

public boolean finishedLoading()

getTextLines

public List getTextLines()
From a displaying html document fetch all the text lines.

Returns:
a list of HTMLDocument.Line classes. This method works on the current displaying view of the html document in that it returns only the text that has been positioned and delivers the coordinates of that text along with it.


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence