|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BrowserControl
Provides a common access point for other webclient interfaces.
There is one instance of this class per application-level browser
window. Instances must be created using BrowserControlFactory.
BrowserControlFactory| Field Summary | |
|---|---|
static java.lang.String |
BOOKMARKS_NAME
The name of the interface for the Bookmarks API. |
static java.lang.String |
BROWSER_CONTROL_CANVAS_NAME
The name of the interface for the BrowserControlCanvas
that must be added to the application to show the browser
window. |
static java.lang.String |
BROWSER_TYPE_NATIVE
Deprecated. the type of browser implementation is derived using a services definition loaded from Utilities.getImplFromServices(java.lang.String) |
static java.lang.String |
BROWSER_TYPE_NON_NATIVE
|
static java.lang.String |
CACHE_MANAGER_NAME
The name of the interface for the cache management API. |
static java.lang.String |
CURRENT_PAGE_NAME
The name of the interface for the CurrentPage API. |
static java.lang.String |
EVENT_REGISTRATION_NAME
The name of the interface for the EventRegistration
API. |
static java.lang.String |
EXTENDED_EVENT_REGISTRATION_NAME
The name of the interface for the EventRegistration2
API. |
static java.lang.String |
HISTORY_NAME
The name of the interface for the History API. |
static java.lang.String |
NAVIGATION_NAME
The name of the interface for the Navigation API. |
static java.lang.String |
PREFERENCES_NAME
The name of the interface for the Preferences API. |
static java.lang.String |
PRINT_NAME
The name of the interface for the Print API. |
static java.lang.String |
PROFILE_MANAGER_NAME
The name of the interface for the ProfileManager API. |
static java.lang.String |
WINDOW_CONTROL_NAME
The name of the interface for the WindowControl API. |
| Method Summary | |
|---|---|
java.lang.Object |
queryInterface(java.lang.String interfaceName)
Obtain a reference to a class implementing the argument interfaceName. |
| Field Detail |
|---|
static final java.lang.String BOOKMARKS_NAME
The name of the interface for the Bookmarks API.
static final java.lang.String BROWSER_CONTROL_CANVAS_NAME
The name of the interface for the BrowserControlCanvas
that must be added to the application to show the browser
window.
static final java.lang.String CURRENT_PAGE_NAME
The name of the interface for the CurrentPage API.
static final java.lang.String EVENT_REGISTRATION_NAME
The name of the interface for the EventRegistration
API.
static final java.lang.String EXTENDED_EVENT_REGISTRATION_NAME
The name of the interface for the EventRegistration2
API.
static final java.lang.String HISTORY_NAME
The name of the interface for the History API.
static final java.lang.String NAVIGATION_NAME
The name of the interface for the Navigation API.
static final java.lang.String CACHE_MANAGER_NAME
The name of the interface for the cache management API. Unimplemented.
static final java.lang.String PREFERENCES_NAME
The name of the interface for the Preferences API.
static final java.lang.String PRINT_NAME
The name of the interface for the Print API. Unimplemented.
static final java.lang.String WINDOW_CONTROL_NAME
The name of the interface for the WindowControl API.
static final java.lang.String PROFILE_MANAGER_NAME
The name of the interface for the ProfileManager API.
static final java.lang.String BROWSER_TYPE_NATIVE
Utilities.getImplFromServices(java.lang.String)static final java.lang.String BROWSER_TYPE_NON_NATIVE
| Method Detail |
|---|
java.lang.Object queryInterface(java.lang.String interfaceName)
throws java.lang.ClassNotFoundException
Obtain a reference to a class implementing the argument
interfaceName.
interfaceName - valid values for interfaceName
are any of the *_NAME class variables in this interface.
java.lang.ClassNotFoundException - if the interfaceName
can't be instantiated for whatever reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||