|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BrowserPopupCreator
Defines an interface which can be used to create popup windows to handle clicked links. This allows modules to be OS-independent by abstracting the implementation of popup creation.
| Method Summary | |
|---|---|
void |
createPopUp(java.net.URL url)
Creates a new popup window directed at the specified URL. |
| Method Detail |
|---|
void createPopUp(java.net.URL url)
URL.
url - the URL at which the page should be located, or
null to use the default URL (just create a new popup
window).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||