Index

A B C D E F G H I L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SceneUserData<A> - Class in org.tquadrat.foundation.fx.beans
The user data bean for instances of Scene.
SceneUserData(A, Stage) - Constructor for class org.tquadrat.foundation.fx.beans.SceneUserData
Creates a new SceneUserData instance.
SceneUserData(A, Stage, Stage) - Constructor for class org.tquadrat.foundation.fx.beans.SceneUserData
Creates a new SceneUserData instance.
SceneUserData(SceneUserData<? extends A>, Stage) - Constructor for class org.tquadrat.foundation.fx.beans.SceneUserData
Creates a new SceneUserData instance and copies the references for the application, the primary and the current stage from the given user data bean (usually that from the application's main scene).
setApplicationCSS(URL) - Method in class org.tquadrat.foundation.fx.internal.FXUserDataBean
Sets the URL for the application's CSS file.
setBlockIncrement(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the amount by which to adjust the slider if the track of the slider is clicked.
setContentText(String) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the content text for the new alert.
setDay(LocalDate) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the day for this TimeSlider.
setDialogPane(DialogPane) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the DialogPane for the new alert.
setDimensions(double, double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the window dimensions for the new alert.
setFocus(boolean) - Method in class org.tquadrat.foundation.fx.control.skin.RangeSliderSkin.ThumbPane
Sets the focus.
setGranularity(TimeSlider.Granularity) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the granularity for this TimeSlider.
setGraphic(Node) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the graphics for the new alert.
setHeaderText(String) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the header text for the new alert.
setHeight(double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the window height for the new alert.
setHighValue(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the high value for the range slider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setHighValue(LocalTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the high value for this TimeSlider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setHighValue(OffsetTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the high value for this TimeSlider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setHighValueChanging(boolean) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Call this when high value is changing.
setLabelFormatter(StringConverter<Number>) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the tick label formatter.
setLowValue(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the low value for the range slider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setLowValue(LocalTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the low value for this TimeSlider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setLowValue(OffsetTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the low value for this TimeSlider, which may or may not be clamped to be within the allowable range as specified by the min and max properties.
setLowValueChanging(boolean) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Call this when the low value is changing.
setMajorTickUnit(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the unit distance between major tick marks.
setMax(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the maximum value for this RangeSlider.
setMax(LocalTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the maximum displayed value for this TimeSlider.
setMin(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the minimum value for this RangeSlider.
setMin(LocalTime) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the minimum displayed value for this TimeSlider.
setMinorTickCount(int) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the number of minor ticks to place between any two major ticks.
setModality(Modality) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the Modality for the new alert.
setOnCloseRequest(EventHandler<DialogEvent>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the 'OnCloseRequest' event handler for the new alert.
setOnHidden(EventHandler<DialogEvent>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the 'OnHidden' event handler for the new alert.
setOnHiding(EventHandler<DialogEvent>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the 'OnHiding' event handler for the new alert.
setOnShowing(EventHandler<DialogEvent>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the 'OnShowing' event handler for the new alert.
setOnShown(EventHandler<DialogEvent>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the 'OnShown' event handler for the new alert.
setOrientation(Orientation) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the orientation of the RangeSlider.
setOwner(Window) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the parent window for the new alert.
setPos(double, double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the position for the new alert.
setProperty(String, Object) - Method in class org.tquadrat.foundation.fx.internal.FXUserDataBean
Sets the property with the given name to the given value.
setResizable(boolean) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the flag that indicates whether the window for the new alert can be resized.
setResultConverter(Callback<ButtonType, ButtonType>) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the result converter for the new alert.
setSelectedValue(Callback<Void, RangeSliderSkin.FocusedChild>) - Method in class org.tquadrat.foundation.fx.control.skin.RangeSliderSkin
Set up a callback to indicate which thumb is currently selected (via enum).
setShowTickLabels(boolean) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets whether labels of tick marks should be shown or not.
setShowTickMarks(boolean) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets whether tick marks should be shown or not.
setShowTickMarks(boolean, boolean) - Method in class org.tquadrat.foundation.fx.control.skin.RangeSliderSkin
Shows tick marks and their labels.
setSnapToTicks(boolean) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Sets the flag that controls whether the thumbs will snap to the tick marks.
setSnapToTicks(boolean) - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Sets the flag that controls whether the thumbs will snap to the tick marks.
setStyle(StageStyle) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the style for the new alert.
setTitle(String) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the window title for the new alert.
setWidth(double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the window width for the new alert.
setX(double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the x position for the new alert.
setY(double) - Method in class org.tquadrat.foundation.fx.util.AlertBuilder
Sets the y position for the new alert.
SHOW_TICK_LABELS - Static variable in class org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
The CSS attribute for SHOW_TICK_LABELS.
SHOW_TICK_MARKS - Static variable in class org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
The CSS attribute for SHOW_TICK_MARKS.
showTickLabelsProperty() - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Returns a reference to the property that holds the flag that indicates that the labels for tick marks should be shown.
showTickMarksProperty() - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Returns a reference to the property that holds the flag that specifies whether the Skin implementation should show tick marks.
SNAP_TO_TICKS - Static variable in class org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
The CSS attribute for SNAP_TO_TICKS.
SNAP_TO_TICKS - Static variable in class org.tquadrat.foundation.fx.control.TimeSlider.StyleableProperties
The CSS attribute for SNAP_TO_TICKS.
snapToTicksProperty() - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Returns a reference to the property that holds the flag that indicates whether the low value/high value thumbs of the RangeSlider should always be aligned with the tick marks.
snapToTicksProperty() - Method in class org.tquadrat.foundation.fx.control.TimeSlider
Returns a reference to the property that holds the flag that indicates whether the low value/high value thumbs of the TimeSlider should always be aligned with the tick marks.
snapValueToTicks(double) - Method in class org.tquadrat.foundation.fx.control.RangeSlider
Aligns the given value with the nearest tick mark value.
snapValueToTicks(double) - Method in class org.tquadrat.foundation.fx.control.skin.RangeSliderSkin
Adjusts the position of a thumb to the nearest tick mark.
start(Stage) - Method in class org.tquadrat.foundation.fx.control.tester.ErrorDisplayTester
start(Stage) - Method in class org.tquadrat.foundation.fx.control.tester.RangeSliderTester
start(Stage) - Method in class org.tquadrat.foundation.fx.control.tester.TimeSliderTester
STYLE_CLASS_MessageDisplayLabel - Static variable in class org.tquadrat.foundation.fx.control.ErrorDisplay
The style class for the Label instances that show the messages: "errorDisplay".
StyleableProperties() - Constructor for class org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
No instance allowed for this class!
StyleableProperties() - Constructor for class org.tquadrat.foundation.fx.control.TimeSlider.StyleableProperties
No instance allowed for this class!
STYLEABLES - Static variable in class org.tquadrat.foundation.fx.control.RangeSlider.StyleableProperties
The CSS attributes for RangeSlider.
STYLEABLES - Static variable in class org.tquadrat.foundation.fx.control.TimeSlider.StyleableProperties
The CSS attributes for TimeSlider.
A B C D E F G H I L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form