|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopupStyle | |
---|---|
com.alee.managers.notification | |
com.alee.managers.popup |
Uses of PopupStyle in com.alee.managers.notification |
---|
Constructors in com.alee.managers.notification with parameters of type PopupStyle | |
---|---|
WebNotificationPopup(PopupStyle popupStyle)
Constructs new notification popup with the specified style. |
Uses of PopupStyle in com.alee.managers.popup |
---|
Methods in com.alee.managers.popup that return PopupStyle | |
---|---|
static PopupStyle |
PopupManager.getDefaultPopupStyle()
Returns default popup style. |
static PopupStyle |
PopupStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PopupStyle[] |
PopupStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alee.managers.popup with parameters of type PopupStyle | |
---|---|
static Painter |
PopupManager.getPopupPainter(PopupStyle style)
Returns popup painter for the specified popup style. |
static void |
PopupManager.setDefaultPopupStyle(PopupStyle style)
Sets default popup style. |
void |
WebPopup.setPopupStyle(PopupStyle popupStyle)
Popup styling |
Constructors in com.alee.managers.popup with parameters of type PopupStyle | |
---|---|
WebPopup(PopupStyle popupStyle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |