Module org.tquadrat.foundation.fx
Class TimeSliderTester
java.lang.Object
javafx.application.Application
org.tquadrat.foundation.fx.control.tester.TimeSliderTester
@ClassVersion(sourceVersion="$Id: TimeSliderTester.java 1121 2024-03-16 16:51:23Z tquadrat $")
@API(status=EXPERIMENTAL,
since="0.4.6")
@ProgramClass
public final class TimeSliderTester
extends Application
Test bed for the custom control
TimeSlider.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: TimeSliderTester.java 1121 2024-03-16 16:51:23Z tquadrat $
- Since:
- 0.4.6
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.fx.control.tester.TimeSliderTester"
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanThe flag that tracks the assertion on/off status for this package.private final doubleThe spacing.Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate final voidcreateAdvancedTimeSlider(Pane root) Creates an advancedTimeSlider.private final voidCreates aTimeSlider.private final voidcreateDefaultTimeSlider(Pane root) Creates a simpleTimeSlider.static final voidThe program entry point.voidMethods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
m_Spacing
The spacing.- See Also:
-
m_AssertionOn
The flag that tracks the assertion on/off status for this package.
-
-
Constructor Details
-
TimeSliderTester
public TimeSliderTester()Creates a new instance ofTimeSliderTester.
-
-
Method Details
-
createAdvancedTimeSlider
Creates an advancedTimeSlider.- Parameters:
root- The parent node.
-
createDateChangingTimeSlider
Creates aTimeSlider.- Parameters:
root- The parent node.
-
createDefaultTimeSlider
Creates a simpleTimeSlider.- Parameters:
root- The parent node.
-
main
The program entry point.- Parameters:
args- The command line arguments.
-
start
- Specified by:
startin classApplication- Throws:
Exception
-
