Uses of Class
bibliothek.gui.dock.common.intern.station.AbstractResizeRequestHandler

Packages that use AbstractResizeRequestHandler
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
 

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

Subclasses of AbstractResizeRequestHandler in bibliothek.gui.dock.common.intern.station
 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.