|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigatorExtension
This interface must be implemented by a platform extension or plugin.
| Method Summary | |
|---|---|
void |
destroy()
Invoked when the platform needs to unload the extension. |
void |
init(NavigatorExtensionContext pcontext)
Invoked when the platform first loads the extension. |
void |
windowClosing(NavigatorWindow wcontext)
Invoked when a window is about to close. |
void |
windowOpening(NavigatorWindow wcontext)
Invoked right before the platform opens a new window. |
| Method Detail |
|---|
void init(NavigatorExtensionContext pcontext)
ClientletSelectors (extra content handlers) by invoking
NavigatorExtensionContext.addClientletSelector(ClientletSelector).
pcontext - The extension context. It provides extensions with access
to browser functionality.void windowOpening(NavigatorWindow wcontext)
Note that this method may not be invoked if the window does not require any toolbars, status bars, address bars or menus.
wcontext - void windowClosing(NavigatorWindow wcontext)
wcontext - void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||