|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.jiffie.AbstractEventHandler
net.sf.jiffie.NewWindowEventHandler
public class NewWindowEventHandler
This class implements an event handler which receives the new window event generated by Internet Explore. Note that the non-standard capitalisation of the method name is necessary to ensure that it matches exactly the name used by Internet Explorer. Detailed documentation on the event can be found at: http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reflist_vb.asp The following events are no implemented, as per the Microsoft documentation: NewWindow (Obsolete - use NewWindow2)
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.AbstractEventHandler |
|---|
m_navigationListeners, m_parentBrowser, m_windowListeners |
| Constructor Summary | |
|---|---|
NewWindowEventHandler(InternetExplorer parentBrowser)
Constructor. |
|
| Method Summary | |
|---|---|
void |
NewWindow2(Variant[] args)
NewWindow2 event handler. |
void |
NewWindow3(Variant[] args)
NewWindow3 event handler. |
| Methods inherited from class net.sf.jiffie.AbstractEventHandler |
|---|
addNavigationListener, addWindowListener, removeNavigationListener, removeWindowListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewWindowEventHandler(InternetExplorer parentBrowser)
parentBrowser - parent browser| Method Detail |
|---|
public void NewWindow2(Variant[] args)
args - event argumentspublic void NewWindow3(Variant[] args)
args - event arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||