Class ErrorDisplayTester

java.lang.Object
javafx.application.Application
org.tquadrat.foundation.fx.control.tester.ErrorDisplayTester

@ClassVersion(sourceVersion="$Id: ErrorDisplayTester.java 1113 2024-03-12 02:01:14Z tquadrat $") @API(status=EXPERIMENTAL, since="0.4.3") @ProgramClass public final class ErrorDisplayTester extends Application
Test bed for the custom control ErrorDisplay.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ErrorDisplayTester.java 1113 2024-03-12 02:01:14Z tquadrat $
Since:
0.4.3
UML Diagram
UML Diagram for "org.tquadrat.foundation.fx.control.tester.ErrorDisplayTester"

UML Diagram for "org.tquadrat.foundation.fx.control.tester.ErrorDisplayTester"

UML Diagram for "org.tquadrat.foundation.fx.control.tester.ErrorDisplayTester"
  • Field Details

  • Constructor Details

    • ErrorDisplayTester

      Creates a new instance of ErrorDisplayTester.
  • Method Details

    • createButton

      private final Button createButton(String text, EventHandler<ActionEvent> eventHandler)
      Creates a button and configures it.
      Parameters:
      text - The button text.
      eventHandler - The event handler for the new button.
      Returns:
      The new button.
    • main

      public static final void main(String... args)
      The program entry point.
      Parameters:
      args - The command line arguments.
    • onAddMessage

      private final void onAddMessage(ActionEvent event)
      Responds to the AddMessage button.
      Parameters:
      event - The action event.
    • start

      public void start(Stage primaryStage) throws Exception
      Specified by:
      start in class Application
      Throws:
      Exception