|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.model.ui.editor.browser.WebBrowserEventUtil
public class WebBrowserEventUtil
Utility class to dispatch Web Browser event to registered
IWebBrowserACTFEventListener
Method Summary | |
---|---|
static void |
beforeNavigate(IWebBrowserACTF iWebBrowser,
String url,
String targetFrameName,
boolean isInNavigation)
Dispatch before navigate event |
static void |
browserDisposed(IWebBrowserACTF iWebBrowser,
String title)
Dispatch browser disposed event |
static void |
disposeExtensions()
Dispose all extensions. |
static void |
focusGainedOfAddressText(IWebBrowserACTF webBrowser)
Dispatch event that is called when the address area of the browser gained the focus |
static void |
focusLostOfAddressText(IWebBrowserACTF webBrowser)
Dispatch event that is called when the address area of the browser lost the focus |
static void |
getFocus(IWebBrowserACTF iWebBrowser)
Dispatch get focus event |
static void |
navigateComplete(IWebBrowserACTF iWebBrowser,
String url)
Dispatch navigate complete event |
static void |
navigateStop(IWebBrowserACTF webBrowser)
Dispatch navigate stop event |
static void |
newWindow(IWebBrowserACTF webBrowser)
Dispatch event that is called when the new instance of IWebBrowserACTF was created |
static void |
progressChange(IWebBrowserACTF iWebBrowser,
int progress,
int progressMax)
Dispatch progress change event |
static void |
refreshComplete(IWebBrowserACTF webBrowser)
Dispatch refresh complete event |
static void |
refreshStart(IWebBrowserACTF webBrowser)
Dispatch refresh event |
static void |
rootDocumentComplete(IWebBrowserACTF iWebBrowser)
Dispatch root document complete event |
static void |
titleChange(IWebBrowserACTF iWebBrowser,
String title)
DIspatch title change event |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void disposeExtensions()
public static void navigateComplete(IWebBrowserACTF iWebBrowser, String url)
iWebBrowser
- event source IWebBrowserACTF
url
- target URLpublic static void titleChange(IWebBrowserACTF iWebBrowser, String title)
iWebBrowser
- event source IWebBrowserACTF
title
- new titlepublic static void progressChange(IWebBrowserACTF iWebBrowser, int progress, int progressMax)
iWebBrowser
- event source IWebBrowserACTF
progress
- current progressprogressMax
- goal value of progresspublic static void rootDocumentComplete(IWebBrowserACTF iWebBrowser)
iWebBrowser
- event source IWebBrowserACTF
public static void getFocus(IWebBrowserACTF iWebBrowser)
iWebBrowser
- event source IWebBrowserACTF
public static void browserDisposed(IWebBrowserACTF iWebBrowser, String title)
iWebBrowser
- event source IWebBrowserACTF
title
- public static void beforeNavigate(IWebBrowserACTF iWebBrowser, String url, String targetFrameName, boolean isInNavigation)
iWebBrowser
- event source IWebBrowserACTF
url
- target URLtargetFrameName
- target frame name, if availableisInNavigation
- true, if the navigation is child of other navigationpublic static void refreshStart(IWebBrowserACTF webBrowser)
webBrowser
- event source IWebBrowserACTF
public static void refreshComplete(IWebBrowserACTF webBrowser)
webBrowser
- event source IWebBrowserACTF
public static void navigateStop(IWebBrowserACTF webBrowser)
webBrowser
- event source IWebBrowserACTF
public static void focusGainedOfAddressText(IWebBrowserACTF webBrowser)
webBrowser
- event source IWebBrowserACTF
public static void focusLostOfAddressText(IWebBrowserACTF webBrowser)
webBrowser
- event source IWebBrowserACTF
public static void newWindow(IWebBrowserACTF webBrowser)
IWebBrowserACTF
was created
webBrowser
- event source IWebBrowserACTF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |