Uses of Class
uic.widgets.html.HTMLPane

Packages that use HTMLPane
uic.widgets.html   
 

Uses of HTMLPane in uic.widgets.html
 

Methods in uic.widgets.html with parameters of type HTMLPane
 void HTMLObserver.formSubmitUpdate(HTMLPane pane, URL docBaseURL, int method, String action, String data)
          Notification that a form submission has been initiated.
 void HTMLObserverAdapter.formSubmitUpdate(HTMLPane pane, URL docBaseURL, int method, String action, String data)
           
 void HTMLObserver.historyUpdate(HTMLPane pane, int position)
          Notification of a change in position within the Pane's document history.
 void HTMLObserverAdapter.historyUpdate(HTMLPane pane, int position)
           
 void HTMLObserver.linkActivatedUpdate(HTMLPane pane, URL url, String targetFrame, String jname)
          Notification that a hyperlink has been activated via the keyboard or mouse.
 void HTMLObserverAdapter.linkActivatedUpdate(HTMLPane pane, URL url, String targetFrame, String jName)
           
 void HTMLObserver.linkFocusedUpdate(HTMLPane pane, URL url)
          Notification that a hyperlink has received or lost keyboard/mouse focus.
 void HTMLObserverAdapter.linkFocusedUpdate(HTMLPane pane, URL url)
           
 void HTMLObserver.showNewFrameRequest(HTMLPane pane, String targetFrame, URL url)
          Notification for a new HTMLPane to be created with the specified top-level frame name and showing the specified document.
 void HTMLObserverAdapter.showNewFrameRequest(HTMLPane pane, String targetFrame, URL url)
           
 void HTMLObserver.statusUpdate(HTMLPane pane, int status, URL url, int value, String message)
          Gives general notifications of events or errors which are occuring within the Pane.
 void HTMLObserverAdapter.statusUpdate(HTMLPane pane, int status, URL url, int value, String message)
           
 



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