|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
public class WebBrowserNavigationEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WebBrowserNavigationEvent(JWebBrowser webBrowser,
String newResourceLocation,
boolean isTopFrame)
|
Method Summary | |
---|---|
void |
consume()
|
String |
getNewResourceLocation()
|
boolean |
isConsumed()
|
boolean |
isTopFrame()
|
Methods inherited from class chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent |
---|
getWebBrowser |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebBrowserNavigationEvent(JWebBrowser webBrowser, String newResourceLocation, boolean isTopFrame)
Method Detail |
---|
public String getNewResourceLocation()
public boolean isTopFrame()
public void consume()
public boolean isConsumed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |