Home
last modified time | relevance | path

Searched refs:IFadeListener (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/internal/
H A DAnimationUtil.java32 public static FadeJob fastFadeIn(Shell shell, IFadeListener listener) { in fastFadeIn()
36 public static FadeJob fadeIn(Shell shell, IFadeListener listener) { in fadeIn()
40 public static FadeJob fadeOut(Shell shell, IFadeListener listener) { in fadeOut()
56 private final IFadeListener fadeListener;
58 public FadeJob(Shell shell, int increment, long delay, IFadeListener fadeListener) { in FadeJob()
150 public static interface IFadeListener { interface in AnimationUtil
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/
H A DAbstractNotificationPopup.java25 import org.eclipse.jface.notifications.internal.AnimationUtil.IFadeListener;
147 this.fadeJob = AnimationUtil.fadeIn(this.shell, new IFadeListener() { in open()
181 this.fadeJob = AnimationUtil.fadeOut(getShell(), new IFadeListener() { in closeFade()
191 AbstractNotificationPopup.this.fadeJob = AnimationUtil.fastFadeIn(shell, new IFadeListener() { in closeFade()