Uses of Interface
org.eclipse.actf.model.ui.editor.browser.IWebBrowserACTF

Packages that use IWebBrowserACTF
org.eclipse.actf.model.ui.editor.browser This package includes interfaces and utilities for ACTF Web Browser Editor. 
 

Uses of IWebBrowserACTF in org.eclipse.actf.model.ui.editor.browser
 

Methods in org.eclipse.actf.model.ui.editor.browser that return IWebBrowserACTF
 IWebBrowserACTF WebBrowserNavigationEvent.getBrowser()
          Get target IWebBrowserACTF
 

Methods in org.eclipse.actf.model.ui.editor.browser with parameters of type IWebBrowserACTF
static void WebBrowserEventUtil.beforeNavigate(IWebBrowserACTF iWebBrowser, String url, String targetFrameName, boolean isInNavigation)
          Dispatch before navigate event
 void IWebBrowserACTFEventListener.beforeNavigate(IWebBrowserACTF webBrowser, String url, String targetFrameName, boolean isInNavigation)
          This method is called before the navigation start
static void WebBrowserEventUtil.browserDisposed(IWebBrowserACTF iWebBrowser, String title)
          Dispatch browser disposed event
 void IWebBrowserACTFEventListener.browserDisposed(IWebBrowserACTF webBrowser, String title)
          This method is called when the browser is disposed
static void WebBrowserEventUtil.focusGainedOfAddressText(IWebBrowserACTF webBrowser)
          Dispatch event that is called when the address area of the browser gained the focus
 void IWebBrowserACTFEventListener.focusGainedOfAddressText(IWebBrowserACTF webBrowser)
          This method is called when the address bar area of the browser gained the focus
static void WebBrowserEventUtil.focusLostOfAddressText(IWebBrowserACTF webBrowser)
          Dispatch event that is called when the address area of the browser lost the focus
 void IWebBrowserACTFEventListener.focusLostOfAddressText(IWebBrowserACTF webBrowser)
          This method is called when the address bar area of the browser lost the focus
static void WebBrowserEventUtil.getFocus(IWebBrowserACTF iWebBrowser)
          Dispatch get focus event
 void IWebBrowserACTFEventListener.getFocus(IWebBrowserACTF webBrowser)
          This method is called when the browser got focus
static void WebBrowserEventUtil.navigateComplete(IWebBrowserACTF iWebBrowser, String url)
          Dispatch navigate complete event
 void IWebBrowserACTFEventListener.navigateComplete(IWebBrowserACTF webBrowser, String url)
          This method is called when the navigation was completed
static void WebBrowserEventUtil.navigateStop(IWebBrowserACTF webBrowser)
          Dispatch navigate stop event
 void IWebBrowserACTFEventListener.navigateStop(IWebBrowserACTF webBrowser)
          This method is called when the navigation was stopped
static void WebBrowserEventUtil.newWindow(IWebBrowserACTF webBrowser)
          Dispatch event that is called when the new instance of IWebBrowserACTF was created
 void IWebBrowserACTFEventListener.newWindow(IWebBrowserACTF webBrowser)
          This method is called when the new instance of IWebBrowserACTF was created
static void WebBrowserEventUtil.progressChange(IWebBrowserACTF iWebBrowser, int progress, int progressMax)
          Dispatch progress change event
 void IWebBrowserACTFEventListener.progressChange(IWebBrowserACTF webBrowser, int progress, int progressMax)
          This method is called when the progress status was changed
static void WebBrowserEventUtil.refreshComplete(IWebBrowserACTF webBrowser)
          Dispatch refresh complete event
 void IWebBrowserACTFEventListener.refreshComplete(IWebBrowserACTF webBrowser)
          This method is called when the refresh was completed
static void WebBrowserEventUtil.refreshStart(IWebBrowserACTF webBrowser)
          Dispatch refresh event
 void IWebBrowserACTFEventListener.refreshStart(IWebBrowserACTF webBrowser)
          This method is called when the refresh was started
static void WebBrowserEventUtil.rootDocumentComplete(IWebBrowserACTF iWebBrowser)
          Dispatch root document complete event
 void IWebBrowserACTFEventListener.rootDocumentComplete(IWebBrowserACTF webBrowser)
          This method is called when the navigation of root document was completed
static void WebBrowserEventUtil.titleChange(IWebBrowserACTF iWebBrowser, String title)
          DIspatch title change event
 void IWebBrowserACTFEventListener.titleChange(IWebBrowserACTF webBrowser, String title)
          This method is called when the title was changed
 

Constructors in org.eclipse.actf.model.ui.editor.browser with parameters of type IWebBrowserACTF
WaitForBrowserReadyHandler(IWebBrowserACTF browser, double timeout, boolean waitActive, Runnable runnable)
          Constructor of the class
WebBrowserNavigationEvent(Object source, IWebBrowserACTF browser)
          Constructor of the class