Class SplitResizeRequestHandler

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

public class SplitResizeRequestHandler extends AbstractResizeRequestHandler
A handle that can be used to change the layout of a SplitDockStation such that the Dimension of CDockable.getAndClearResizeRequest() is more or less respected.
Author:
Benjamin Sigg
  • Constructor Details

    • SplitResizeRequestHandler

      public SplitResizeRequestHandler(SplitDockStation station)
      Creates a new handler.
      Parameters:
      station - the station which will be updated by this handler
  • Method Details