|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.utils.swing.AbstractScreenLayout<W,C>
public abstract class AbstractScreenLayout<W extends java.awt.Window,C>
Field Summary | |
---|---|
protected java.util.Map<W,C> |
constraints
Windows constraints. |
protected java.lang.Object |
lock
Constraints lock. |
protected java.util.List<W> |
windows
Windows added into this screen layout. |
Constructor Summary | |
---|---|
AbstractScreenLayout()
|
Method Summary | |
---|---|
void |
addWindow(W window)
Called when window added into this layout. |
void |
addWindow(W window,
C constraints)
Called when window added into this layout. |
void |
removeWindow(W window)
Called when window removed from this layout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.alee.utils.swing.ScreenLayout |
---|
layoutScreen |
Field Detail |
---|
protected final java.util.List<W extends java.awt.Window> windows
protected final java.util.Map<W extends java.awt.Window,C> constraints
protected final java.lang.Object lock
Constructor Detail |
---|
public AbstractScreenLayout()
Method Detail |
---|
public void addWindow(W window)
window
- added windowpublic void addWindow(W window, C constraints)
addWindow
in interface ScreenLayout<W extends java.awt.Window,C>
window
- added windowconstraints
- component constraintspublic void removeWindow(W window)
removeWindow
in interface ScreenLayout<W extends java.awt.Window,C>
window
- removed window
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |