Object
WindowManager
A list of windows showing resources managed by
ResourceExplorer
.
Windows are created when user clicks on the "New window" button.
Many windows can be created for the same resource.
Each window can apply different styles or map projections.
Gestures such as zooms, pans and rotations can be applied independently
or synchronized between windows, at user's choice.- Since:
- 1.3
-
Field Summary
Modifier and TypeFieldDescriptionfinal ObservableList
<WindowHandler> Read-only list of windows showing resources managed byResourceExplorer
. -
Method Summary
-
Field Details
-
windows
Read-only list of windows showing resources managed byResourceExplorer
. Items are added in this list when the user clicks on "New window" button and are removed from this list when the user closes the window.
-