Groovy Documentation

griffon.plugins.twinkle.impl
[Java] Class Notification

java.lang.Object
  griffon.plugins.twinkle.impl.Notification

public class Notification
extends Object

Authors:
Andres Almiray


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

notificationBuilder

private ch.swingfx.twinkle.NotificationBuilder notificationBuilder


 
Constructor Detail

Notification

public Notification()


 
Method Detail

getNotificationBuilder

public ch.swingfx.twinkle.NotificationBuilder getNotificationBuilder()


getStyle

public ch.swingfx.twinkle.style.INotificationStyle getStyle()


setDisplayTime

public ch.swingfx.twinkle.NotificationBuilder setDisplayTime(int timeInMillis)


setFadeInAnimation

public ch.swingfx.twinkle.NotificationBuilder setFadeInAnimation(boolean animate)


setFadeOutAnimation

public ch.swingfx.twinkle.NotificationBuilder setFadeOutAnimation(boolean animate)


setIcon

public ch.swingfx.twinkle.NotificationBuilder setIcon(Icon icon)


setListener

public ch.swingfx.twinkle.NotificationBuilder setListener(ch.swingfx.twinkle.event.INotificationEventListener listener)


setMessage

public ch.swingfx.twinkle.NotificationBuilder setMessage(String message)


setNotificationManager

public ch.swingfx.twinkle.NotificationBuilder setNotificationManager(ch.swingfx.twinkle.manager.INotificationManager manager)


setPosition

public ch.swingfx.twinkle.NotificationBuilder setPosition(ch.swingfx.twinkle.window.IPosition position)


setStyle

public ch.swingfx.twinkle.NotificationBuilder setStyle(ch.swingfx.twinkle.style.INotificationStyle style)


setTitle

public ch.swingfx.twinkle.NotificationBuilder setTitle(String title)


show

public UUID show()


 

Groovy Documentation