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 classAbstractPageBase implementation of an abstract page, eg something that owns an swt control.classInfoPageclassResultsPageclassSearchPageA {linkPagethat 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. pagesMethods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser that return Page Modifier and Type Method Description (package private) PageGeoMapBrowser. getInfoPage()Page[]PageContainer. getPages()Methods in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser with parameters of type Page Modifier and Type Method Description intPageContainer. indexOfPage(Page page)voidPageContainer. setPages(Page... pages)
-