org.eclipse.swt.internal.mozilla
Class nsIDOMWindow
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIDOMWindow
public class nsIDOMWindow
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
nsIDOMWindow
public nsIDOMWindow(long address)
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()