Class DatabaseViewer

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

public class DatabaseViewer
extends java.lang.Object
implements javafx.fxml.Initializable, View
  • Constructor Summary

    Constructors
    Constructor Description
    DatabaseViewer()  
  • Method Summary

    Modifier and Type Method Description
    void afterInitialize()  
    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

    • DatabaseViewer

      public DatabaseViewer()
  • Method Details

    • initialize

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

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