| Package | Description |
|---|---|
| org.jrebirth.af.presentation.ui.base |
Provides...
|
| org.jrebirth.af.presentation.ui.classic |
Provides...
|
| org.jrebirth.af.presentation.ui.image |
Provides...
|
| org.jrebirth.af.presentation.ui.splash |
Provides...
|
| org.jrebirth.af.presentation.ui.stack |
Provides...
|
| org.jrebirth.af.presentation.ui.template |
Provides...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSlideModel<M extends AbstractSlideModel<M,V,S>,V extends AbstractSlideView<?,?,?>,S extends SlideStep>
The class AbstractSlideModel.
|
interface |
SlideModel<S extends SlideStep>
The class SlideModel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSlideStep
The class DefaultSlideStep.
|
| Modifier and Type | Field and Description |
|---|---|
static WaveItemBase<Class<SlideModel<SlideStep>>> |
ShowSlideWaves.SLIDE_MODEL_CLASS
The slide model class concerned.
|
static WaveItemBase<SlideStep> |
ShowSlideWaves.SLIDE_STEP_TYPE
The Slide step type to show.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract S[] |
AbstractSlideModel.initializeSlideStep()
Initialize the SlideStep array.
|
| Modifier and Type | Method and Description |
|---|---|
SlideContent |
AbstractSlideModel.getContent(SlideStep slideStep)
Return the default content or null for the given step.
|
| Modifier and Type | Method and Description |
|---|---|
protected SlideStep[] |
ClassicModel.initializeSlideStep()
Initialize the SlideStep array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassicModel.showSlideStep(SlideStep slideStep)
Show the step.
|
| Modifier and Type | Method and Description |
|---|---|
protected SlideStep[] |
ImageSlideModel.initializeSlideStep()
Initialize the SlideStep array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageSlideModel.showSlideStep(SlideStep slideStep)
Show the step.
|
| Modifier and Type | Method and Description |
|---|---|
protected SlideStep[] |
SplashModel.initializeSlideStep()
Initialize the SlideStep array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SplashModel.showSlideStep(SlideStep slideStep)
Show the step.
|
| Modifier and Type | Field and Description |
|---|---|
private SlideModel<SlideStep> |
SlideStackModel.selectedSlideModel
The current slide model selected.
|
| Modifier and Type | Method and Description |
|---|---|
private javafx.animation.ParallelTransition |
SlideStackModel.buildSlideTransition(boolean isReverse,
SlideModel<SlideStep> previousSlideModel,
SlideModel<SlideStep> selectedSlideModel)
Get the animation to use between slides.
|
private javafx.animation.ParallelTransition |
SlideStackModel.buildSlideTransition(boolean isReverse,
SlideModel<SlideStep> previousSlideModel,
SlideModel<SlideStep> selectedSlideModel)
Get the animation to use between slides.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateModel<M extends AbstractTemplateModel<M,V,S>,V extends AbstractTemplateView<?,?,?>,S extends SlideStep>
The class AbstractTemplateModel.
|
| Modifier and Type | Method and Description |
|---|---|
protected S[] |
AbstractTemplateModel.initializeSlideStep()
Initialize the SlideStep array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTemplateView.showSlideStep(SlideStep slideStep)
Show the slide step store which match with XML file.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.