public class NotificationsScreenLayout extends AbstractScreenLayout<java.awt.Window,java.lang.Object> implements javax.swing.SwingConstants
NotificationManager,
NotificationsLayoutUtils| Modifier and Type | Field and Description |
|---|---|
protected java.awt.GraphicsDevice |
device
Screen device this layout is attached to.
|
constraints, lock, windows| Constructor and Description |
|---|
NotificationsScreenLayout()
Constructing layout for default screen device.
|
NotificationsScreenLayout(java.awt.GraphicsDevice device)
Constructing layout for specified screen device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
layoutScreen()
Performs positioning and sizing of windows added into this ScreenLayout.
|
addWindow, addWindow, removeWindowprotected final java.awt.GraphicsDevice device
public NotificationsScreenLayout()
public NotificationsScreenLayout(java.awt.GraphicsDevice device)
device - screen device to construct layout forpublic void layoutScreen()
ScreenLayoutlayoutScreen in interface ScreenLayout<java.awt.Window,java.lang.Object>