Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLFrameBase2

Package class diagram package IHTMLFrameBase2
java.lang.Object
  extended by net.sf.jiffie.IDispatch
      extended by net.sf.jiffie.BrowserDispatch
          extended by net.sf.jiffie.IHTMLDOMNode
              extended by net.sf.jiffie.ElementContainer
                  extended by net.sf.jiffie.IHTMLElement
                      extended by net.sf.jiffie.IHTMLFrameBase
                          extended by net.sf.jiffie.IHTMLFrameBase2
All Implemented Interfaces:
java.lang.Cloneable, Releaseable
Direct Known Subclasses:
IHTMLFrameElement, IHTMLIFrameElement

public class IHTMLFrameBase2
extends IHTMLFrameBase

Implementation of the IHTMLFrameBase2 interface.


Field Summary
static java.lang.String IID
           
 
Constructor Summary
IHTMLFrameBase2(InternetExplorer parentBrowser, Dispatch object)
          Constructor
 
Method Summary
 boolean getAllowTransparency()
          Retrieve the allow transparency property for this frame.
 ReadyState getReadyState()
          Retrieve the frame's ready state.
 
Methods inherited from class net.sf.jiffie.IHTMLFrameBase
getDocument
 
Methods inherited from class net.sf.jiffie.IHTMLElement
click, fireEvent, getClassName, getCurrentStyle, getID, getInnerHtml, getInnerText, getName, getOuterHtml, getOuterText, getParentElement, getStyle, getTagName, setID, setInnerHtml, setInnerText, waitWhileIncomplete
 
Methods inherited from class net.sf.jiffie.ElementContainer
getElementById, getElementByName, getElementByNameAndTag, getElementByTag, getElementList, getElementListByName, getElementListByNameAndTag, getElementListByTag
 
Methods inherited from class net.sf.jiffie.IHTMLDOMNode
appendChild, createNodeFromProperty, getAttributes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling
 
Methods inherited from class net.sf.jiffie.BrowserDispatch
getElementProperty, getParentBrowser
 
Methods inherited from class net.sf.jiffie.IDispatch
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IID

public static final java.lang.String IID
See Also:
Constant Field Values
Constructor Detail

IHTMLFrameBase2

public IHTMLFrameBase2(InternetExplorer parentBrowser,
                       Dispatch object)
Constructor

Parameters:
parentBrowser - parent browser
object - Jacob dispatch interface
Method Detail

getAllowTransparency

public boolean getAllowTransparency()
Retrieve the allow transparency property for this frame.

Returns:
boolean flag

getReadyState

public ReadyState getReadyState()
Retrieve the frame's ready state. See the URL below for details of the operation of this method. http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/mshtml/reference/ifaces/framebase/framebase.asp

Returns:
String value that indicates the ready state of the object.


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