Uses of Interface
bibliothek.gui.dock.station.screen.window.ScreenWindowShape

Packages that use ScreenWindowShape
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. 
 

Uses of ScreenWindowShape in bibliothek.gui.dock.station.screen.window
 

Classes in bibliothek.gui.dock.station.screen.window that implement ScreenWindowShape
 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.
 

Methods in bibliothek.gui.dock.station.screen.window that return ScreenWindowShape
 ScreenWindowShape WindowConfiguration.getShape()
          Tells which parts of the ScreenDockWindow are visible.
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type ScreenWindowShape
 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(Window window, ScreenWindowShape shape)
          Sets the algorithm which is responsible for updating the shape of this window.