|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.twinkle.impl.Notification
public class Notification extends Object
| Field Summary | |
|---|---|
private ch.swingfx.twinkle.NotificationBuilder |
notificationBuilder
|
| Constructor Summary | |
Notification()
|
|
| Method Summary | |
|---|---|
ch.swingfx.twinkle.NotificationBuilder
|
getNotificationBuilder()
|
ch.swingfx.twinkle.style.INotificationStyle
|
getStyle()
|
ch.swingfx.twinkle.NotificationBuilder
|
setDisplayTime(int timeInMillis)
|
ch.swingfx.twinkle.NotificationBuilder
|
setFadeInAnimation(boolean animate)
|
ch.swingfx.twinkle.NotificationBuilder
|
setFadeOutAnimation(boolean animate)
|
ch.swingfx.twinkle.NotificationBuilder
|
setIcon(Icon icon)
|
ch.swingfx.twinkle.NotificationBuilder
|
setListener(ch.swingfx.twinkle.event.INotificationEventListener listener)
|
ch.swingfx.twinkle.NotificationBuilder
|
setMessage(String message)
|
ch.swingfx.twinkle.NotificationBuilder
|
setNotificationManager(ch.swingfx.twinkle.manager.INotificationManager manager)
|
ch.swingfx.twinkle.NotificationBuilder
|
setPosition(ch.swingfx.twinkle.window.IPosition position)
|
ch.swingfx.twinkle.NotificationBuilder
|
setStyle(ch.swingfx.twinkle.style.INotificationStyle style)
|
ch.swingfx.twinkle.NotificationBuilder
|
setTitle(String title)
|
UUID
|
show()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private ch.swingfx.twinkle.NotificationBuilder notificationBuilder
| Constructor Detail |
|---|
public Notification()
| Method Detail |
|---|
public ch.swingfx.twinkle.NotificationBuilder getNotificationBuilder()
public ch.swingfx.twinkle.style.INotificationStyle getStyle()
public ch.swingfx.twinkle.NotificationBuilder setDisplayTime(int timeInMillis)
public ch.swingfx.twinkle.NotificationBuilder setFadeInAnimation(boolean animate)
public ch.swingfx.twinkle.NotificationBuilder setFadeOutAnimation(boolean animate)
public ch.swingfx.twinkle.NotificationBuilder setIcon(Icon icon)
public ch.swingfx.twinkle.NotificationBuilder setListener(ch.swingfx.twinkle.event.INotificationEventListener listener)
public ch.swingfx.twinkle.NotificationBuilder setMessage(String message)
public ch.swingfx.twinkle.NotificationBuilder setNotificationManager(ch.swingfx.twinkle.manager.INotificationManager manager)
public ch.swingfx.twinkle.NotificationBuilder setPosition(ch.swingfx.twinkle.window.IPosition position)
public ch.swingfx.twinkle.NotificationBuilder setStyle(ch.swingfx.twinkle.style.INotificationStyle style)
public ch.swingfx.twinkle.NotificationBuilder setTitle(String title)
public UUID show()
Groovy Documentation