Class SplitResizeRequestHandler
java.lang.Object
bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler
bibliothek.gui.dock.common.intern.station.SplitResizeRequestHandler
- All Implemented Interfaces:
ResizeRequestListener
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResizeRequest(CControl control) Called when the layout ofDockStations should be updated such thatCDockable.getAndClearResizeRequest()is matched.Methods inherited from class bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler
getAndClearResizeRequest
-
Constructor Details
-
SplitResizeRequestHandler
Creates a new handler.- Parameters:
station- the station which will be updated by this handler
-
-
Method Details
-
handleResizeRequest
Description copied from interface:ResizeRequestListenerCalled when the layout ofDockStations should be updated such thatCDockable.getAndClearResizeRequest()is matched.- Parameters:
control- the control in whose realm the station is
-