Class ConnectioPaneTest

java.lang.Object
javafx.application.Application
pamViewFX.fxNodes.connectionPane.test.ConnectioPaneTest

public class ConnectioPaneTest extends javafx.application.Application
Simple application to test a connectionPane;
Author:
Jamie Macaulay
  • Nested Class Summary Link icon

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

    javafx.application.Application.Parameters
  • Field Summary Link icon

    Fields inherited from class javafx.application.Application Link icon

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    start(javafx.stage.Stage primaryStage)
     

    Methods inherited from class javafx.application.Application Link icon

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

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ConnectioPaneTest Link icon

      public ConnectioPaneTest()
  • Method Details Link icon

    • main Link icon

      public static void main(String[] args)
    • start Link icon

      public void start(javafx.stage.Stage primaryStage)
      Specified by:
      start in class javafx.application.Application