| Package | Description |
|---|---|
| org.jrebirth.af.core.application |
Provides classes to create a JavaFX application that will use JRebirth Application Framework.
|
| org.jrebirth.af.core.resource.provided |
Provides resources used by hte JRebirth Application Framework itself.
|
| org.jrebirth.af.core.resource.style |
Provides classes to manage stylesheet as resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractApplication.addCSS(Scene scene,
StyleSheetItem styleSheetItem)
Attach a new CSS file to the scene using the default classloader.
|
| Modifier and Type | Field and Description |
|---|---|
static StyleSheetItem |
JRebirthStyles.DEFAULT
The default Style Sheet used if none have been atatched.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StyleSheetItemBase
The class StyleSheetItemBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected URL |
StyleSheetBuilder.buildResource(StyleSheetItem ssi,
StyleSheetParams ssp)
Build the resource requested.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.