Class ScreenResizeRequestHandler
java.lang.Object
bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler
bibliothek.gui.dock.common.intern.station.ScreenResizeRequestHandler
- All Implemented Interfaces:
ResizeRequestListener
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 Summary
ConstructorsConstructorDescriptionCreates a new handler. -
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
-
ScreenResizeRequestHandler
Creates a new handler.- Parameters:
station- the station whose children might get resized
-
-
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
-