P - the native container typeC - the native control typepublic interface PerspectiveTransitionService<P,C>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PerspectiveTransitionService.AnimationDelegate<P,C>
Delegate to animate between the 2 native controls
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable PerspectiveTransitionService.AnimationDelegate<P,C> |
getDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.advanced.MPerspective fromPerspective,
@NonNull org.eclipse.e4.ui.model.application.ui.advanced.MPerspective toPerspective)
Create a delegate animate the switch between perspectives
|
@Nullable PerspectiveTransitionService.AnimationDelegate<P,C> getDelegate(@NonNull org.eclipse.e4.ui.model.application.ui.advanced.MPerspective fromPerspective, @NonNull org.eclipse.e4.ui.model.application.ui.advanced.MPerspective toPerspective)
fromPerspective - the perspective hiddentoPerspective - the perspective shownnull