|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.managers.notification.NotificationsLayoutUtils
public final class NotificationsLayoutUtils
Special general utilities for notification layout classes.
Field Summary |
---|
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 | |
---|---|
NotificationsLayoutUtils()
|
Method Summary | |
---|---|
static void |
layout(java.util.List<? extends java.awt.Component> notifications,
java.awt.Rectangle bounds)
Lays out provided notifications by changing their bounds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationsLayoutUtils()
Method Detail |
---|
public static void layout(java.util.List<? extends java.awt.Component> notifications, java.awt.Rectangle bounds)
notifications
- notifications to lay outbounds
- available bounds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |