|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.core.AbstractObservable
org.codehaus.griffon.runtime.core.AbstractGriffonApplication
griffon.javafx.GriffonJavaFXApplication
public class GriffonJavaFXApplication extends AbstractGriffonApplication
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
LOG
|
javafx.stage.Stage |
primaryStage
|
| Fields inherited from class AbstractGriffonApplication | |
|---|---|
| EMPTY_ARGS |
| Constructor Summary | |
GriffonJavaFXApplication()
|
|
GriffonJavaFXApplication(String[] args)
|
|
| Method Summary | |
|---|---|
Object
|
createApplicationContainer()
|
javafx.stage.Stage
|
getPrimaryStage()
Provide access to the primary stage. |
void
|
setPrimaryStage(javafx.stage.Stage stage)
|
| Field Detail |
|---|
private static final org.slf4j.Logger LOG
javafx.stage.Stage primaryStage
| Constructor Detail |
|---|
public GriffonJavaFXApplication()
public GriffonJavaFXApplication(String[] args)
| Method Detail |
|---|
public Object createApplicationContainer()
javafx.stage.Stage getPrimaryStage()
void setPrimaryStage(javafx.stage.Stage stage)
Groovy Documentation