org.eclipse.swt.internal.mozilla
Class nsIDOMWindow

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIDOMWindow

public class nsIDOMWindow
extends nsISupports


Field Summary
static nsID NS_IDOMWINDOW_IID
           
static java.lang.String NS_IDOMWINDOW_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIDOMWindow(long address)
           
 
Method Summary
 int GetDocument(long[] aDocument)
           
 int GetFrames(long[] aFrames)
           
 int GetName(long aName)
           
 int GetParent(long[] aParent)
           
 int GetScrollbars(long[] aScrollbars)
           
 int GetScrollX(int[] aScrollX)
           
 int GetScrollY(int[] aScrollY)
           
 int GetSelection(long[] _retval)
           
 int GetTextZoom(float[] aTextZoom)
           
 int GetTop(long[] aTop)
           
 int ScrollBy(int xScrollDif, int yScrollDif)
           
 int ScrollByLines(int numLines)
           
 int ScrollByPages(int numPages)
           
 int ScrollTo(int xScroll, int yScroll)
           
 int SetName(long aName)
           
 int SetTextZoom(float aTextZoom)
           
 int SizeToContent()
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IDOMWINDOW_IID_STR

public static final java.lang.String NS_IDOMWINDOW_IID_STR
See Also:
Constant Field Values

NS_IDOMWINDOW_IID

public static final nsID NS_IDOMWINDOW_IID
Constructor Detail

nsIDOMWindow

public nsIDOMWindow(long address)
Method Detail

GetDocument

public int GetDocument(long[] aDocument)

GetParent

public int GetParent(long[] aParent)

GetTop

public int GetTop(long[] aTop)

GetScrollbars

public int GetScrollbars(long[] aScrollbars)

GetFrames

public int GetFrames(long[] aFrames)

GetName

public int GetName(long aName)

SetName

public int SetName(long aName)

GetTextZoom

public int GetTextZoom(float[] aTextZoom)

SetTextZoom

public int SetTextZoom(float aTextZoom)

GetScrollX

public int GetScrollX(int[] aScrollX)

GetScrollY

public int GetScrollY(int[] aScrollY)

ScrollTo

public int ScrollTo(int xScroll,
                    int yScroll)

ScrollBy

public int ScrollBy(int xScrollDif,
                    int yScrollDif)

GetSelection

public int GetSelection(long[] _retval)

ScrollByLines

public int ScrollByLines(int numLines)

ScrollByPages

public int ScrollByPages(int numPages)

SizeToContent

public int SizeToContent()