Class ScreenResizeRequestHandler

java.lang.Object
bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler
bibliothek.gui.dock.common.intern.station.ScreenResizeRequestHandler
All Implemented Interfaces:
ResizeRequestListener

public class ScreenResizeRequestHandler extends AbstractResizeRequestHandler
A handler which can change the size of children of a ScreenDockStation such that the preferred size of the children is met.
Author:
Benjamin Sigg
  • Constructor Details

    • ScreenResizeRequestHandler

      public ScreenResizeRequestHandler(ScreenDockStation station)
      Creates a new handler.
      Parameters:
      station - the station whose children might get resized
  • Method Details