|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.utils.swing.AbstractScreenLayout<java.awt.Window,java.lang.Object>
com.alee.managers.notification.NotificationsScreenLayout
public class NotificationsScreenLayout
Custom screen layout for NotificationManager. It properly places notification windows on the screen.
NotificationManager
,
NotificationsLayoutUtils
Field Summary | |
---|---|
protected java.awt.GraphicsDevice |
device
Screen device this layout is attached to. |
Fields inherited from class com.alee.utils.swing.AbstractScreenLayout |
---|
constraints, lock, windows |
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
---|---|
NotificationsScreenLayout()
Constructing layout for default screen device. |
|
NotificationsScreenLayout(java.awt.GraphicsDevice device)
Constructing layout for specified screen device. |
Method Summary | |
---|---|
void |
layoutScreen()
Performs positioning and sizing of windows added into this ScreenLayout. |
Methods inherited from class com.alee.utils.swing.AbstractScreenLayout |
---|
addWindow, addWindow, removeWindow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.awt.GraphicsDevice device
Constructor Detail |
---|
public NotificationsScreenLayout()
public NotificationsScreenLayout(java.awt.GraphicsDevice device)
device
- screen device to construct layout forMethod Detail |
---|
public void layoutScreen()
ScreenLayout
layoutScreen
in interface ScreenLayout<java.awt.Window,java.lang.Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |