Uses of Interface
bibliothek.gui.dock.common.event.ResizeRequestListener

Packages that use ResizeRequestListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
 

Uses of ResizeRequestListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type ResizeRequestListener
 void CControl.addResizeRequestListener(ResizeRequestListener listener)
          Adds a ResizeRequestListener to this CControl.
 void CControl.removeResizeRequestListener(ResizeRequestListener listener)
          Removes a ResizeRequestListener from this CControl.
 

Uses of ResizeRequestListener in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station that implement ResizeRequestListener
 class AbstractResizeRequestHandler
          A listener to a CControl that provides useful methods for subclasses.
 class FlapResizeRequestHandler
          A handler that can change the size of a CDockable such that it has its preferred size if its parent is a FlapDockStation
 class ScreenResizeRequestHandler
          A handler which can change the size of children of a ScreenDockStation such that the preferred size of the children is met.
 class SplitResizeRequestHandler
          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.