Class FlapResizeRequestHandler
java.lang.Object
bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler
bibliothek.gui.dock.common.intern.station.FlapResizeRequestHandler
- All Implemented Interfaces:
ResizeRequestListener
A handler that can change the size of a
CDockable such that it
has its preferred size if
its parent is a FlapDockStation- 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
-
FlapResizeRequestHandler
Creates a new handler.- Parameters:
station- the station whose children will be 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
-