Module org.tquadrat.foundation.fx
Class RangeSliderTester
java.lang.Object
javafx.application.Application
org.tquadrat.foundation.fx.control.tester.RangeSliderTester
@ClassVersion(sourceVersion="$Id: RangeSliderTester.java 1113 2024-03-12 02:01:14Z tquadrat $")
@API(status=EXPERIMENTAL,
since="0.4.6")
@ProgramClass
public final class RangeSliderTester
extends Application
Test bed for the custom control
RangeSlider.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: RangeSliderTester.java 1113 2024-03-12 02:01:14Z tquadrat $
- Since:
- 0.4.6
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.fx.control.tester.RangeSliderTester"
-
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 voidcreateSimpleRangeSlider(Pane root) Creates a simpleRangeSlider.private final voidcreateTimeRangeSlider(Pane root) Creates a simpleRangeSlider.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
-
RangeSliderTester
public RangeSliderTester()Creates a new instance ofRangeSliderTester.
-
-
Method Details
-
createSimpleRangeSlider
Creates a simpleRangeSlider.- Parameters:
root- The parent node.
-
createTimeRangeSlider
Creates a simpleRangeSlider.- Parameters:
root- The parent node.
-
main
The program entry point.- Parameters:
args- The command line arguments.
-
start
- Specified by:
startin classApplication- Throws:
Exception
-
