Package eu.su.mas.dedale.gui
Class JavaFxmlGui
java.lang.Object
javafx.application.Application
eu.su.mas.dedale.gui.JavaFxmlGui
public class JavaFxmlGui
extends javafx.application.Application
- 
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.graphstream.ui.fx_viewer.FxViewPanelstatic final CountDownLatchprotected javafx.fxml.FXMLLoaderstatic JavaFxmlGuiprotected StringFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjavafx.fxml.FXMLLoadergetLoad()static voidstatic voidsetStartUpTest(JavaFxmlGui startUpTest0) voidstart(javafx.stage.Stage primaryStage) static JavaFxmlGuiMethods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop 
- 
Field Details
- 
styleSheet
 - 
gs
protected org.graphstream.ui.fx_viewer.FxViewPanel gs - 
loader
protected javafx.fxml.FXMLLoader loader - 
latch
 - 
startUpTest
 
 - 
 - 
Constructor Details
- 
JavaFxmlGui
public JavaFxmlGui() 
 - 
 - 
Method Details
- 
waitForStartUpTest
 - 
setStartUpTest
 - 
getLoad
public javafx.fxml.FXMLLoader getLoad() - 
start
- Specified by:
 startin classjavafx.application.Application- Throws:
 Exception
 - 
main
 
 -