public interface ScreenLayout<W extends java.awt.Window,C>
| Modifier and Type | Method and Description |
|---|---|
void |
addWindow(W window,
C constraints)
Called when window added into this layout.
|
void |
layoutScreen()
Performs positioning and sizing of windows added into this ScreenLayout.
|
void |
removeWindow(W window)
Called when window removed from this layout.
|
void addWindow(W window, C constraints)
window - added windowconstraints - component constraintsvoid removeWindow(W window)
window - removed windowvoid layoutScreen()