| Package | Description |
|---|---|
| org.jrebirth.af.core.application |
Provides classes to create a JavaFX application that will use JRebirth Application Framework.
|
| org.jrebirth.af.core.concurrent |
Provides...
|
| org.jrebirth.af.core.facade |
Provides classes to manage all JRebirth facades.
|
| 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 | Field and Description |
|---|---|
private JRebirthApplication<?> |
JRebirthThread.application
The javaFX application that launch this thread.
|
| Modifier and Type | Method and Description |
|---|---|
JRebirthApplication<?> |
JRebirthThread.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRebirthThread.prepare(JRebirthApplication<?> application)
Launch the JRebirth thread.
|
| Modifier and Type | Field and Description |
|---|---|
private JRebirthApplication<?> |
GlobalFacadeBase.application
The application.
|
| Modifier and Type | Method and Description |
|---|---|
JRebirthApplication<?> |
GlobalFacade.getApplication() |
JRebirthApplication<?> |
GlobalFacadeBase.getApplication() |
| Constructor and Description |
|---|
GlobalFacadeBase(JRebirthApplication<?> application)
Default Constructor.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.