| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
CControl.addResizeRequestListener(ResizeRequestListener listener)
Adds a
ResizeRequestListener to this CControl. |
void |
CControl.removeResizeRequestListener(ResizeRequestListener listener)
Removes a
ResizeRequestListener from this CControl. |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2018. All rights reserved.