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 boolean
The flag that tracks the assertion on/off status for this package.private final double
The spacing.Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate final void
createAdvancedTimeSlider
(Pane root) Creates an advancedTimeSlider
.private final void
Creates aTimeSlider
.private final void
createDefaultTimeSlider
(Pane root) Creates a simpleTimeSlider
.static final void
The program entry point.void
Methods 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:
start
in classApplication
- Throws:
Exception
-