Uses of Interface
org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.Page
-
Packages that use Page Package Description org.eclipse.nebula.widgets.geomap.internal.geomapbrowser -
-
Uses of Page in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser
Classes in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser that implement Page Modifier and Type Class Description class
AbstractPage
Base implementation of an abstract page, eg something that owns an swt control.class
InfoPage
class
ResultsPage
class
SearchPage
A {linkPage
that allows searching use the OSM Nominatim tool.Fields in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser with type parameters of type Page Modifier and Type Field Description private java.util.ArrayList<Page>
PageContainer. pages
Methods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser that return Page Modifier and Type Method Description (package private) Page
GeoMapBrowser. getInfoPage()
Page[]
PageContainer. getPages()
Methods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser with parameters of type Page Modifier and Type Method Description int
PageContainer. indexOfPage(Page page)
void
PageContainer. setPages(Page... pages)
-