net.sf.jacobie.ie
Class IEEvents

java.lang.Object
  |
  +--net.sf.jacobie.ie.IEEvents

public class IEEvents
extends java.lang.Object

Class the generates all events called by Internet Explorer.

Author:
Nick Neuberger

Constructor Summary
IEEvents()
           
 
Method Summary
 void BeforeNavigate2(com.jacob.com.Variant[] args)
          Fires before navigation occurs in the given object (on either a window or frameset element).
 void CommandStateChanged(com.jacob.com.Variant[] args)
          Fires when the enabled state of a command changes.
 void DocumentComplete(com.jacob.com.Variant[] args)
          Fires when a document has been completely loaded and initialized.
 void DownloadBegin(com.jacob.com.Variant[] args)
          Fires when a navigation operation is beginning.
 void DownloadComplete(com.jacob.com.Variant[] args)
          Fires when a navigation operation finishes, is halted, or fails.
 boolean isDocumentDone()
          Is the document done and ready.
 void NavigateComplete2(com.jacob.com.Variant[] args)
          Fires after a navigation to a link is completed on either a window or frameSet element.
 void NewWindow2(com.jacob.com.Variant[] args)
          Fires when a new window is to be created.
 void OnFullScreen(com.jacob.com.Variant[] args)
          Fires when the FullScreen property is changed.
 void OnMenuBar(com.jacob.com.Variant[] args)
          Fires when the MenuBar property is changed.
 void OnQuit(com.jacob.com.Variant[] args)
          Fires before the Internet Explorer application quits.
 void OnStatusBar(com.jacob.com.Variant[] args)
          Fires when the StatusBar property is changed.
 void OnTheaterMode(com.jacob.com.Variant[] args)
           
 void OnToolBar(com.jacob.com.Variant[] args)
           
 void OnVisible(com.jacob.com.Variant[] args)
          Fires when the Visible property of the object is changed.
 void ProgressChange(com.jacob.com.Variant[] args)
           
 void PropertyChange(com.jacob.com.Variant[] args)
           
 void StatusTextChange(com.jacob.com.Variant[] args)
           
 void TitleChange(com.jacob.com.Variant[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEEvents

public IEEvents()
Method Detail

BeforeNavigate2

public void BeforeNavigate2(com.jacob.com.Variant[] args)
Fires before navigation occurs in the given object (on either a window or frameset element).

Parameters:
args -

CommandStateChanged

public void CommandStateChanged(com.jacob.com.Variant[] args)
Fires when the enabled state of a command changes.

Parameters:
args -

DocumentComplete

public void DocumentComplete(com.jacob.com.Variant[] args)
Fires when a document has been completely loaded and initialized.

Parameters:
args -

DownloadBegin

public void DownloadBegin(com.jacob.com.Variant[] args)
Fires when a navigation operation is beginning.

Parameters:
args -

DownloadComplete

public void DownloadComplete(com.jacob.com.Variant[] args)
Fires when a navigation operation finishes, is halted, or fails.

Parameters:
args -

NavigateComplete2

public void NavigateComplete2(com.jacob.com.Variant[] args)
Fires after a navigation to a link is completed on either a window or frameSet element.

Parameters:
args -

NewWindow2

public void NewWindow2(com.jacob.com.Variant[] args)
Fires when a new window is to be created.

Parameters:
args -

OnFullScreen

public void OnFullScreen(com.jacob.com.Variant[] args)
Fires when the FullScreen property is changed.

Parameters:
args -

OnMenuBar

public void OnMenuBar(com.jacob.com.Variant[] args)
Fires when the MenuBar property is changed.

Parameters:
args -

OnQuit

public void OnQuit(com.jacob.com.Variant[] args)
Fires before the Internet Explorer application quits.

Parameters:
args -

OnStatusBar

public void OnStatusBar(com.jacob.com.Variant[] args)
Fires when the StatusBar property is changed.

Parameters:
args -

OnTheaterMode

public void OnTheaterMode(com.jacob.com.Variant[] args)
Parameters:
args -

OnToolBar

public void OnToolBar(com.jacob.com.Variant[] args)
Parameters:
args -

OnVisible

public void OnVisible(com.jacob.com.Variant[] args)
Fires when the Visible property of the object is changed.

Parameters:
args -

ProgressChange

public void ProgressChange(com.jacob.com.Variant[] args)
Parameters:
args -

PropertyChange

public void PropertyChange(com.jacob.com.Variant[] args)
Parameters:
args -

StatusTextChange

public void StatusTextChange(com.jacob.com.Variant[] args)
Parameters:
args -

TitleChange

public void TitleChange(com.jacob.com.Variant[] args)
Parameters:
args -

isDocumentDone

public boolean isDocumentDone()
Is the document done and ready.

Returns:


Copyright © 2004-2005 SourceForge. All Rights Reserved.