Package | Description |
---|---|
bibliothek.gui.dock.station.screen.window |
Contains the window (
JDialog , JInternalDialog , etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScreenWindowShape
This implementation of
ScreenWindowShape does nothing on its own, but keeps track of the
ScreenWindowShapeCallback .Subclasses should call AbstractScreenWindowShape.reshape() to update the Shape of the ScreenDockWindow . |
Modifier and Type | Method and Description |
---|---|
ScreenWindowShape |
WindowConfiguration.getShape()
Tells which parts of the
ScreenDockWindow are visible. |
Modifier and Type | Method and Description |
---|---|
void |
ScreenWindowShapeAdapter.setShape(ScreenWindowShape shape)
Sets the shape to apply, this method does nothing if this adapter is not
enabled . |
void |
WindowConfiguration.setShape(ScreenWindowShape shape)
Tells which parts of the window are visible.
|
protected void |
AbstractScreenDockWindow.setShape(java.awt.Window window,
ScreenWindowShape shape)
Sets the algorithm which is responsible for updating the shape of this window.
|