Class WindowManager

Object
WindowManager

public final class WindowManager extends Object
A list of windows showing resources managed by Resource­Explorer. 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 Details

    • windows

      public final ObservableList<WindowHandler> windows
      Read-only list of windows showing resources managed by Resource­Explorer. 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.