Interface ToolbarPanelController
-
public interface ToolbarPanelController
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ToolbarPanelController.ActiveTool
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
centerMapOnSelection()
LayoutManager
getLayoutManager()
com.vaadin.v7.data.Property<Double>
getScaleProperty()
int
getSemanticZoomLevel()
void
refreshUI()
void
saveHistory()
void
saveLayout()
void
setActiveTool(ToolbarPanelController.ActiveTool activeTool)
void
setSemanticZoomLevel(int semanticZoomLevel)
void
showAllMap()
void
toggleHighlightFocus()
-
-
-
Method Detail
-
refreshUI
void refreshUI()
-
saveHistory
void saveHistory()
-
saveLayout
void saveLayout()
-
setActiveTool
void setActiveTool(ToolbarPanelController.ActiveTool activeTool)
-
centerMapOnSelection
void centerMapOnSelection()
-
showAllMap
void showAllMap()
-
toggleHighlightFocus
void toggleHighlightFocus()
-
setSemanticZoomLevel
void setSemanticZoomLevel(int semanticZoomLevel)
-
getSemanticZoomLevel
int getSemanticZoomLevel()
-
getScaleProperty
com.vaadin.v7.data.Property<Double> getScaleProperty()
-
getLayoutManager
LayoutManager getLayoutManager()
-
-