Uses of Interface
bibliothek.gui.dock.common.event.ResizeRequestListener
Packages that use ResizeRequestListener
Package
Description
A set of classes that can be used to create basic applications.
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 ResizeRequestListenerModifier and TypeMethodDescriptionvoidCControl.addResizeRequestListener(ResizeRequestListener listener) Adds aResizeRequestListenerto thisCControl.voidCControl.removeResizeRequestListener(ResizeRequestListener listener) Removes aResizeRequestListenerfrom thisCControl. -
Uses of ResizeRequestListener in bibliothek.gui.dock.common.intern.station
Classes in bibliothek.gui.dock.common.intern.station that implement ResizeRequestListenerModifier and TypeClassDescriptionclassA listener to aCControlthat provides useful methods for subclasses.classA handler that can change the size of aCDockablesuch that it has itspreferred sizeif its parent is aFlapDockStationclassA handler which can change the size of children of aScreenDockStationsuch that thepreferred sizeof the children is met.classA handle that can be used to change the layout of aSplitDockStationsuch that theDimensionofCDockable.getAndClearResizeRequest()is more or less respected.