C - the native typepublic interface WindowTransitionService<C>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WindowTransitionService.AnimationDelegate<C>
Delegate to do the animation
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable WindowTransitionService.AnimationDelegate<C> |
getHideDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.basic.MWindow window)
Create a delegate to hide the given window
|
@Nullable WindowTransitionService.AnimationDelegate<C> |
getShowDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.basic.MWindow window)
Create a delegate to show the given window
|
@Nullable WindowTransitionService.AnimationDelegate<C> getShowDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.basic.MWindow window)
window - the window elementnull@Nullable WindowTransitionService.AnimationDelegate<C> getHideDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.basic.MWindow window)
window - the window elementnull