java.lang.Object
javafx.application.Application
org.monarchinitiative.hpotextmining.demo.Main

public class Main extends javafx.application.Application
Example usage of HpoTextMining module in a JavaFX App.
Since:
0.1
Version:
0.2.1
Author:
Daniel Danis
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start​(javafx.stage.Stage stage)
     
    void
     

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • start

      public void start(javafx.stage.Stage stage) throws Exception
      Specified by:
      start in class javafx.application.Application
      Parameters:
      stage - Stage to be used to display the app
      Throws:
      Exception - if anything wrong happens
    • stop

      public void stop() throws Exception
      Overrides:
      stop in class javafx.application.Application
      Throws:
      Exception