| Package | Description |
|---|---|
| org.jrebirth.af.core.application |
Provides classes to create a JavaFX application that will use JRebirth Application Framework.
|
| org.jrebirth.af.core.command |
Provides base classes for JRebirth Command layer.
|
| org.jrebirth.af.core.command.basic |
Provides basic commands for all kind of application.
|
| org.jrebirth.af.core.command.basic.showmodel |
Provides classes to manage Model related commands.
|
| org.jrebirth.af.core.command.basic.stage |
Provides useful commands to manage
Stage. |
| org.jrebirth.af.core.concurrent |
Provides...
|
| org.jrebirth.af.core.exception.handler |
Provides Uncaught Exception Handler depending on thread.
|
| org.jrebirth.af.core.facade |
Provides classes to manage all JRebirth facades.
|
| org.jrebirth.af.core.key |
Provides objects to manage component keys.
|
| org.jrebirth.af.core.link |
Provides...
|
| org.jrebirth.af.core.resource.parameter |
Provides all classes related to JRebirth parameters loaded.
|
| org.jrebirth.af.core.service |
Provides base classes for JRebirth Service layer.
|
| org.jrebirth.af.core.service.basic |
Services used to manage Stage.
|
| org.jrebirth.af.core.ui |
Provides base classes for JRebirth UI layer.
|
| org.jrebirth.af.core.ui.fxml |
Provides...
|
| org.jrebirth.af.core.ui.handler |
Provides...
|
| org.jrebirth.af.core.ui.object |
Provides Model with Root Model Object classes.
|
| org.jrebirth.af.core.ui.simple |
Provides Base model class for MVC part without VC.
|
| org.jrebirth.af.core.util |
Provides utility classes used by JRebirth.
|
| org.jrebirth.af.core.wave |
Provides all Wave related classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationMessages
The class ApplicationMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplication<P extends Pane>
The abstract class AbstractApplication is the base class of a JRebirth Application.
|
class |
DefaultApplication<P extends Pane>
The Default class DefaultApplication is the base class of a JRebirth Application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseCommand<WB extends WaveBean>
The class AbstractBaseCommand.
|
class |
AbstractMultiCommand<WB extends WaveBean>
The class AbstractMultiCommand.
|
class |
AbstractSingleCommand<WB extends WaveBean>
The class AbstractSingleCommand.
|
(package private) class |
CommandRunnable
The class CommandRunnable.
|
class |
DefaultBeanCommand<WB extends WaveBean>
The class DefaultBeanCommand.
|
class |
DefaultCommand
The class DefaultCommand.
|
class |
DefaultMultiBeanCommand<WB extends WaveBean>
The class DefaultMultiBeanCommand.
|
class |
DefaultMultiCommand
The class DefaultMultiCommand.
|
class |
DefaultPoolBeanCommand<WB extends WaveBean>
The class DefaultPoolBeanCommand.
|
class |
DefaultPoolCommand
The class DefaultPoolCommand.
|
class |
DefaultUIBeanCommand<WB extends WaveBean>
The class DefaultUIBeanCommand.
|
class |
DefaultUICommand
The class DefaultUICommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainServiceCommand
The class ChainServiceCommand.
|
class |
ChainWaveCommand
The class PrepareModelCommand.
|
class |
ShowErrorDialog
The class ShowErrorDialog.
|
class |
SwitchFullScreenCommand
The class SwitchFullScreenCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachModelCommand
The class AttachModelCommand.
|
class |
DetachModelCommand
The class DetachModelCommand.
|
class |
FadeTransitionCommand
The Class FadeTransitionCommand.
|
class |
PrepareModelCommand
The class PrepareModelCommand.
|
class |
ShowFadingModelCommand
The Class ShowFadingModelCommand is used to show a model an then used a fading transition.
|
class |
ShowModelCommand
The class ShowModelCommand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StageCommand
The class OpenStageCommand.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentMessages
The class ConcurrentMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJrbRunnable
The class AbstractJrbRunnable.
|
class |
JRebirthThread
The class JRebirthThread.
|
class |
JRebirthThreadPoolExecutor
The class JRebirthThreadPoolExecutor is used to to manage the JRebirth Thread Pool (JTP).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandlerMessages
The class HandlerMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJrbUncaughtExceptionHandler
The class AbstractJRBUncaughtExceptionHandler.
|
class |
DefaultUncaughtExceptionHandler
The class DefaultUncaughtExceptionHandler.
|
class |
JatUncaughtExceptionHandler
The class JatUncaughtExceptionHandler.
|
class |
JitUncaughtExceptionHandler
The class JitUncaughtExceptionHandler.
|
class |
PoolUncaughtExceptionHandler
The class JatUncaughtExceptionHandler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacadeMessages
The class FacadeMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFacade<R extends FacadeReady<R>>
The class AbstractFacade.
|
class |
CommandFacade
The class CommandFacade.
|
class |
DefaultComponentFactory
The class DefaultComponentFactory.
|
class |
GlobalFacadeBase
The class GlobalFacadeBase.
|
class |
ServiceFacade
The class ServiceFacade.
|
class |
UiFacade
The class UiFacade.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyMessages
The class KeyMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultitonKey<R>
The class MultitonKey.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkMessages
The class LinkMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWaveReady<R extends WaveReady<R>>
The class AbstractWaveReady.
|
class |
ComponentEnhancer
The class ComponentEnhancer is an utility class used to manage Components Annotations.
|
class |
DefaultUnprocessedWaveHandler
The class DefaultUnprocessedWaveHandler.
|
class |
NotifierBase
The class NotifierImpl.
|
class |
WaveHandler
The class WaveHandler is used to define how to manage a Wave for wave type subscribers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterMessages
The class ParameterMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterBuilder
The class ParameterBuilder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceMessages
The class ServiceMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService
The class ServiceBase.
|
class |
DefaultService
The class DefaultService.
|
class |
ServiceTask<T>
The class ServiceTask.
|
class |
ServiceTaskReturnWaveListener
The class ServiceTaskReturnWaveListener.
|
class |
ServiceUtility
The class ServiceUtility is used to provide convenient method related to Service tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StageService
The class StageService.
|
class |
StyleSheetTrackerService
The class StyleSheetTrackerService.
|
class |
TaskTrackerService
The class TaskTrackerService.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UIMessages
The class UIMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseModel<M extends Model>
The interface AbstractBaseModel.
|
class |
AbstractModel<M extends Model,V extends View<?,?,?>>
The interface AbstractModel.
|
class |
DefaultModel<M extends Model,V extends View<?,?,?>>
The interface DefaultModel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FXMLMessages
The class FXMLMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFXMLModel<M extends Model>
The base class AbstractFXMLModel.
|
class |
AbstractFXMLObjectModel<M extends Model,O>
The interface FXMLModel.
|
class |
DefaultFXMLModel<M extends Model>
The interface DefaultFXMLModel.
|
class |
DefaultFXMLObjectModel<M extends Model,O>
The interface DefaultFXMLModel.
|
class |
FXMLUtils
The class FXMLUtils.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationEventHandler<E extends Event>
The interface AnnotationEventHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectModel<M extends Model,V extends View<?,?,?>,O>
The interface AbstractObjectModel.
|
class |
DefaultObjectModel<M extends Model,V extends View<?,?,?>,O>
The interface DefaultObjectModel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleModel<N extends Node>
The interface AbstractSimpleModel.
|
class |
AbstractSimpleObjectModel<N extends Node,O>
The interface AbstractSimpleModel.
|
class |
DefaultSimpleModel<N extends Node>
The interface DefaultSimpleModel.
|
class |
DefaultSimpleObjectModel<N extends Node,O>
The interface DefaultSimpleModel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UtilMessages
The class UtilMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckerUtility
The class CheckerUtility.
|
class |
ClasspathUtility
The class ClassUtility.
|
class |
ClassUtility
The class ClassUtility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WaveBase
The class WaveBase.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.