| Package | Description | 
|---|---|
| javafx.application | 
 Provides the application life-cycle classes. 
 | 
| javafx.stage | 
 Provides the top-level container classes for JavaFX content. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
Application.start(Stage primaryStage)
The main entry point for all JavaFX applications. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private static ObservableList<Stage> | 
Stage.stages  | 
| Modifier and Type | Method and Description | 
|---|---|
Stage | 
StageBuilder.build()
Make an instance of  
Stage based on the properties set on this builder. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StageBuilder.applyTo(Stage x)  | 
Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.