public class JavaFx extends javafx.application.Application implements UserAgent, Runnable, RunnableFactory<JavaFx>
| Constructor and Description |
|---|
JavaFx() |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
create(JavaFx javaFx) |
static void |
main(String[] args) |
AuthorizationResponse |
requestAuthorizationCode(URI authorizationEndpoint,
URI redirectUri) |
void |
run() |
void |
start(javafx.stage.Stage primaryStage)
The main entry point for all JavaFX applications.
|
void |
stop() |
public static void main(String[] args)
public AuthorizationResponse requestAuthorizationCode(URI authorizationEndpoint, URI redirectUri) throws AuthorizationException
requestAuthorizationCode in interface UserAgentAuthorizationExceptionpublic void start(javafx.stage.Stage primaryStage)
throws Exception
start in class javafx.application.ApplicationprimaryStage - the primary stage for this application, onto which
the application scene can be set.Exceptionpublic void stop()
throws Exception
stop in class javafx.application.ApplicationExceptionpublic Runnable create(JavaFx javaFx)
create in interface RunnableFactory<JavaFx>Copyright © 2018. All rights reserved.