Class About

java.lang.Object
com.assemblyrobot.ui.views.About
All Implemented Interfaces:
View, javafx.fxml.Initializable

public class About
extends java.lang.Object
implements javafx.fxml.Initializable, View
Backend logic component for About.fxml.
  • Constructor Summary

    Constructors
    Constructor Description
    About()  
  • Method Summary

    Modifier and Type Method Description
    void afterInitialize()  
    void handleCloseButtonClick()  
    void initialize​(java.net.URL location, java.util.ResourceBundle resources)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.assemblyrobot.ui.views.View

    setMain, setStage
  • Constructor Details

    • About

      public About()
  • Method Details

    • initialize

      public void initialize​(java.net.URL location, java.util.ResourceBundle resources)
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • handleCloseButtonClick

      public void handleCloseButtonClick()
    • afterInitialize

      public void afterInitialize()
      Specified by:
      afterInitialize in interface View