|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScreenLayout<W extends java.awt.Window,C>
Special layout manager which handles window positions and sizes. It is similar to Swing layout managers but it handles windows only.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void addWindow(W window, C constraints)
window
- added windowconstraints
- component constraintsvoid removeWindow(W window)
window
- removed windowvoid layoutScreen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |