Class DockingWindowAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void viewFocusChanged​(View previouslyFocusedView, View focusedView)
      Called when the focus moves from one view to another view.
      void windowAdded​(DockingWindow addedToWindow, DockingWindow addedWindow)
      Called when a window has been added.
      void windowClosed​(DockingWindow window)
      Called after the window that this listener is added to, or a child window of that window, has been closed.
      void windowClosing​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is closed.
      void windowDocked​(DockingWindow window)
      Called when a view has been docked in the root window.
      void windowDocking​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is docked.
      void windowHidden​(DockingWindow window)
      Called when a window is hidden, for example when it is deselected in a TabWindow.
      void windowMaximized​(DockingWindow window)
      Called after the window that this listener is added to, or a child window of that window, has been maximized.
      void windowMaximizing​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is maximized.
      void windowMinimized​(DockingWindow window)
      Called after the window that this listener is added to, or a child window of that window, has been minimized.
      void windowMinimizing​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is minimized.
      void windowRemoved​(DockingWindow removedFromWindow, DockingWindow removedWindow)
      Called when a window has been removed.
      void windowRestored​(DockingWindow window)
      Called after the window that this listener is added to, or a child window of that window, has been restored.
      void windowRestoring​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is restored.
      void windowShown​(DockingWindow window)
      Called when a window is shown, for example when it is selected in a TabWindow.
      void windowUndocked​(DockingWindow window)
      Called after the window that this listener is added to, or a child window of that window, has been undocked.
      void windowUndocking​(DockingWindow window)
      Called before the window that this listener is added to, or a child window of that window, is undocked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait