public interface IBrowser
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the browser.
|
void |
displayURL(String url)
Displays document with the given URL, and makes the browser visible.
|
boolean |
isCloseSupported()
Queries the browser if close method is supported.
|
boolean |
isSetLocationSupported()
Queries the browser if setLocation method is supported.
|
boolean |
isSetSizeSupported()
Queries the browser if setSize method is supported.
|
void |
setLocation(int x,
int y)
Causes the browser to be moved to the specified location.
|
void |
setSize(int width,
int height)
Causes the browser to be resized to the specified size.
|
void close()
boolean isCloseSupported()
void displayURL(String url) throws Exception
url
- the URL to display in the browserException
boolean isSetLocationSupported()
boolean isSetSizeSupported()
void setLocation(int x, int y)
x
- horizontal coordinates of the left-top external cornery
- vertical coordinates of the left-top external cornervoid setSize(int width, int height)
width
- width in pixelsheight
- height in pixels external corner
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.