|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserNavigation
The browser navigation provides methods to access a web browser's history for navigating within the application. It is possible to create a history entry at the top of the history stack and to handle a navigation change event.
Method Summary | |
---|---|
void |
addBrowserNavigationListener(BrowserNavigationListener listener)
Adds a listener to the browser navigation. |
void |
pushState(java.lang.String state,
java.lang.String title)
Creates an entry in the browser history. |
void |
removeBrowserNavigationListener(BrowserNavigationListener listener)
Removes a listener from the navigation support. |
Method Detail |
---|
void pushState(java.lang.String state, java.lang.String title)
state
- an unique id to identify the history entry, used in the fragment part of the
URL. Must neither be null
nor emptytitle
- a human-readable text to identify the history entry in the browser's UI or
null
void addBrowserNavigationListener(BrowserNavigationListener listener)
listener
- the listener to add, must not be null
void removeBrowserNavigationListener(BrowserNavigationListener listener)
listener
- the listener to remove, must not be null
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0