Jiffie: Java InterFace For Internet Explorer

Uses of Class
net.sf.jiffie.ReadyState

Packages that use ReadyState
net.sf.jiffie   
 

Uses of ReadyState in net.sf.jiffie
 

Fields in net.sf.jiffie declared as ReadyState
static ReadyState ReadyState.COMPLETE
          Object is completely initialized.
static ReadyState ReadyState.INTERACTIVE
          User can interact with the object even though it is not fully loaded.
static ReadyState ReadyState.LOADED
          Object has finished loading its data.
static ReadyState ReadyState.LOADING
          Object is loading its data.
static ReadyState ReadyState.UNINITIALIZED
          Object is not initialized with data.
 

Methods in net.sf.jiffie that return ReadyState
static ReadyState ReadyState.getInstance(int value)
          Retrieve a ReadyState instance representing the supplied value.
static ReadyState ReadyState.getInstance(java.lang.String value)
          Retrieve a ReadyState instance representing the supplied value.
 ReadyState InternetExplorer.getReadyState()
          Retrieves the ready state of the browser.
 ReadyState IHTMLScriptElement.getReadyState()
          Retrieves a value that indicates the current state of the object.
 ReadyState IHTMLFrameBase2.getReadyState()
          Retrieve the frame's ready state.
 



Copyright © 2004-2009 Packwood Software. All Rights Reserved.