- schedule(Task<T>, long, TimeUnit) - Static method in class org.sellcom.javafx.concurrent.Tasks
-
Schedules the given background task to be executed once with the given delay.
- scheduleAtFixedRate(Task<T>, long, long, TimeUnit) - Static method in class org.sellcom.javafx.concurrent.Tasks
-
Schedules the given background task to be executed periodically at the given rate.
- scheduleWithFixedDelay(Task<T>, long, long, TimeUnit) - Static method in class org.sellcom.javafx.concurrent.Tasks
-
Schedules the given background task to be executed periodically at the given rate.
- Screens - Class in org.sellcom.javafx.stage
-
Operations with screens.
- selectedExtensionFilterProperty() - Method in class org.sellcom.javafx.stage.PathChooser
-
Returns the property for the selected extension filter of the displayed file dialog.
- setAppId(String) - Method in class org.sellcom.javafx.application.Application
-
Sets the application's identifier.
- setButtonTypes(ButtonType, ButtonType...) - Method in class org.sellcom.javafx.stage.FxmlDialog
-
Sets the types of the buttons shown in this dialog.
- setException(Throwable) - Method in class org.sellcom.javafx.stage.ErrorDialog
-
Sets the given exception to be shown in this dialog's expandable pane.
- setInitialDirectory(Path) - Method in class org.sellcom.javafx.stage.PathChooser
-
Sets the initial directory of the displayed file dialog.
- setInitialFileName(String) - Method in class org.sellcom.javafx.stage.PathChooser
-
Sets the initial file name of the displayed file dialog.
- setMax(double) - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Sets the maximum allowable value of this spinner.
- setMax(int) - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Sets the maximum allowable value of this spinner.
- setMin(double) - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Sets the minimum allowable value of this spinner.
- setMin(int) - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Sets the minimum allowable value of this spinner.
- setSelectedExtensionFilter(FileChooser.ExtensionFilter) - Method in class org.sellcom.javafx.stage.PathChooser
-
Sets the selected extension filter of the displayed file dialog.
- setStepSize(double) - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Sets the step size of this spinner.
- setStepSize(int) - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Sets the step size of this spinner.
- setTitle(String) - Method in class org.sellcom.javafx.stage.PathChooser
-
Sets the title of the displayed file dialog.
- setValue(double) - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Sets the value of this spinner.
- setValue(int) - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Sets the value of this spinner.
- setWrapAround(boolean) - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Sets whether the value of this spinner wraps around on reaching its allowable minimum or maximum value.
- setWrapAround(boolean) - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Sets whether the value of this spinner wraps around on reaching its allowable minimum or maximum value.
- showOpenDialog(Window) - Method in class org.sellcom.javafx.stage.PathChooser
-
Shows a file open dialog.
- showOpenMultipleDialog(Window) - Method in class org.sellcom.javafx.stage.PathChooser
-
Shows a file open dialog in which multiple files can be selected.
- showSaveDialog(Window) - Method in class org.sellcom.javafx.stage.PathChooser
-
Shows a file save dialog.
- stepSizeProperty() - Method in class org.sellcom.javafx.scene.control.DoubleSpinner
-
Returns the property containing the step size of this spinner.
- stepSizeProperty() - Method in class org.sellcom.javafx.scene.control.IntegerSpinner
-
Returns the property containing the step size of this spinner.
- submit(Task<T>) - Static method in class org.sellcom.javafx.concurrent.Tasks
-
Submits the given background task to be executed once as soon as possible.