|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebBrowserWindow
Provides access to the created browser window object. The Mozilla engine communicates window operations via this interface.
Method Summary | |
---|---|
void |
close()
Close the window completely. |
boolean |
isClosed()
|
boolean |
isResizable()
|
void |
setModal(boolean modal)
Requests window modality. |
void |
setResizable(boolean resizable)
Set window resizeble |
void |
setSize(int width,
int height)
Request display size change. |
void |
setVisible(boolean visible)
Show or hide the window. |
void |
setWebBrowser(WebBrowser webBrowser)
Sets the component that embeds the browser presentation for this window. |
Method Detail |
---|
void setWebBrowser(WebBrowser webBrowser)
WebBrowser.getComponent
method into the window.
webBrowser
- browser instance to display.void setModal(boolean modal)
modal
- requested modality.void setVisible(boolean visible)
visible
- if true
show the window, otherwise hide it.void setSize(int width, int height)
width
- new width.height
- new height.void close()
boolean isClosed()
void setResizable(boolean resizable)
resizeble
- whether window to be resizebleboolean isResizable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |