Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- scaleOnAbove() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- scaleOnAboveProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Specifies whether the floating text node should be scaled or not when the float mode is set to
FloatMode.ABOVE
. - scanTree(AbstractMFXTreeItem<T>) - Method in interface io.github.palexdev.materialfx.selection.base.ITreeSelectionModel
- scanTree(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.selection.TreeSelectionModel
-
If you set some item to be selected before the tree is laid out then it's needed to scan the tree and add all the selected items to the list.
- scanTree(MFXCheckTreeItem<T>) - Method in interface io.github.palexdev.materialfx.selection.base.ITreeCheckModel
- scanTree(MFXCheckTreeItem<T>) - Method in class io.github.palexdev.materialfx.selection.TreeCheckModel
-
If you set some item to be checked before the tree is laid out then it's needed to scan the tree and add all the checked items to the list.
- SCENE_CACHE - Enum constant in enum class io.github.palexdev.materialfx.enums.LoaderCacheLevel
-
The root node is added to a dummy pane and
Scene
, thenNode.applyCss()
andParent.layout()
are called. - SCENE_JAVAFX_CACHE - Enum constant in enum class io.github.palexdev.materialfx.enums.LoaderCacheLevel
-
Does what SCENE_CACHE does, plus sets the JavaFX's properties cache to true and the cache hint to SPEED on the loaded root node.
- schedule(Runnable, long, TimeUnit) - Method in class io.github.palexdev.materialfx.utils.others.ReusableScheduledExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in class io.github.palexdev.materialfx.utils.others.ReusableScheduledExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.github.palexdev.materialfx.utils.others.ReusableScheduledExecutor
- scheduleReopen(INotification) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Instructs the notification system to shown the specified notification when possible.
- scheduleReopen(INotification) - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationCenterSystem
-
Adds a one-time listener to the closing property so that when it becomes false the notification that could not be shown will be sent to
MFXNotificationCenterSystem.publish(INotification)
again. - scheduleReopen(INotification) - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationSystem
-
Adds the notification to the queued notifications list, then adds a one-time listener to the closing property so that when it becomes false a notification is removed from the queue and then sent to
MFXNotificationSystem.publish(INotification)
again. - scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.github.palexdev.materialfx.utils.others.ReusableScheduledExecutor
- screen - Variable in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
- scrim(Pane, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
-
Adds a scrim effect to the specified pane with specified opacity.
- scrimOwner() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
This is responsible for applying the scrim effect (if enabled) according to the
MFXStageDialog.getScrimPriority()
. - scrimOwnerProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Specifies whether to scrim the
MFXStageDialog.getOwnerNode()
when showing the dialog. - ScrimPriority - Enum Class in io.github.palexdev.materialfx.enums
-
Enumeration to specify where the scrim effect should be applied.
- scrimStrengthProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Specifies the strength(opacity, so values from 0.0 to 1.0) of the scrim effect, by default it is 0.5
- scrimWindow(Window, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
-
Adds a scrim effect to the specified
Window
's root pane with the specified opacity. - SCROLL_BAR - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- scrollBy(double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.scrollBy(double)
. - scrollBy(double) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.scrollBy(double)
. - scrollBy(double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.scrollBy(double)
. - scrollBy(double) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Unsupported by the paginated table view.
- scrollBy(double) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.scrollBy(double)
. - scrollOnOpenProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Specifies whether the combo box list should scroll to the current selected value on open.
- scrollTo(int) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.scrollTo(int)
. - scrollTo(int) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.scrollTo(int)
. - scrollTo(int) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.scrollTo(int)
. - scrollTo(int) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
- scrollTo(int) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.scrollTo(int)
. - scrollToFirst() - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.scrollToFirst()
. - scrollToFirst() - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.scrollToFirst()
. - scrollToFirst() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.scrollToFirst()
. - scrollToFirst() - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Goes to the first page.
- scrollToFirst() - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.scrollToFirst()
. - scrollToLast() - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.scrollToLast()
. - scrollToLast() - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.scrollToLast()
. - scrollToLast() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.scrollToLast()
. - scrollToLast() - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Goes to the last page.
- scrollToLast() - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.scrollToLast()
. - scrollToPixel(double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.scrollToPixel(double)
. - scrollToPixel(double) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.scrollToPixel(double)
. - scrollToPixel(double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.scrollToPixel(double)
. - scrollToPixel(double) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Unsupported by the paginated table view.
- scrollToPixel(double) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.scrollToPixel(double)
. - ScrollUtils - Class in io.github.palexdev.materialfx.utils
-
Utility class for ScrollPanes.
- ScrollUtils.ScrollDirection - Enum Class in io.github.palexdev.materialfx.utils
- SEARCH - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SEARCH_PLUS - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- searchTextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXFilterComboBox
-
Specifies the text used to filter the items list.
- select(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.selection.TreeSelectionModel
-
This method is called when the mouseEvent argument passed to
TreeSelectionModel.select(AbstractMFXTreeItem, MouseEvent)
is null. - select(AbstractMFXTreeItem<T>, MouseEvent) - Method in interface io.github.palexdev.materialfx.selection.base.ITreeSelectionModel
- select(AbstractMFXTreeItem<T>, MouseEvent) - Method in class io.github.palexdev.materialfx.selection.TreeSelectionModel
-
This method is called by
MFXTreeItemSkin
when the mouse is pressed on the item. - SELECT_ALL - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- selectableProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Specifies whether selection is allowed.
- selectAll() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectBackward() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selected - Variable in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
- selected - Variable in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
- SELECTED - Enum constant in enum class io.github.palexdev.materialfx.enums.StepperToggleState
- SELECTED_PSEUDO_CLASS - Variable in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
- SELECTED_PSEUDO_CLASS - Variable in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
- SELECTED_PSEUDO_CLASS - Static variable in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
- SELECTED_PSEUDO_CLASS - Variable in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
- SELECTED_PSEUDO_CLASS - Static variable in class io.github.palexdev.materialfx.controls.cell.MFXPage
- SELECTED_PSEUDO_CLASS - Static variable in class io.github.palexdev.materialfx.controls.MFXStepperToggle
- SELECTED_PSEUDO_CLASS - Static variable in class io.github.palexdev.materialfx.controls.MFXTableRow
- SELECTED_PSEUDO_CLASS - Static variable in class io.github.palexdev.materialfx.controls.MFXToggleButton
- selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Specifies the background color of the cell when it is selected.
- selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyTableRow
-
Specifies the background color of the cell when it is selected.
- selectedIndexProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
SingleSelectionModel.selectedIndexProperty()
. - selectedIndexProperty() - Method in interface io.github.palexdev.materialfx.selection.base.ISingleSelectionModel
-
The selected index property as a read-only property.
- selectedIndexProperty() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
The selected index property.
- selectedIndexProperty() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.selectedIndexProperty()
, but a read-only property is returned. - selectedItemProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
SingleSelectionModel.selectedItemProperty()
. - selectedItemProperty() - Method in interface io.github.palexdev.materialfx.selection.base.ISingleSelectionModel
-
The selected item property as a read-only property.
- selectedItemProperty() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
The selected item property.
- selectedItemProperty() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.selectedItemProperty()
, but a read-only property is returned. - selectedPredicateIndex - Variable in class io.github.palexdev.materialfx.filter.base.AbstractFilter
- selectedPredicateIndexProperty() - Method in class io.github.palexdev.materialfx.filter.base.AbstractFilter
-
Used to specify the selected
BiPredicateBean
. - selectedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Selection property.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Specifies the selection state of the cell.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Specifies the selection state of the cell.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Specifies the selection state of the cell.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
-
Specifies the selection state of the page.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Specifies the selection state of the row.
- selectedProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
- selectEnd() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectEndOfNextWord() - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
- selectEndOfNextWord() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectFirst() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
ComboBoxSelectionModel.selectFirst()
. - selectFirst() - Method in class io.github.palexdev.materialfx.selection.ComboBoxSelectionModel
-
Selects the first item of the combobox if the items list is not empty.
- selectForward() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectHome() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectIndex(int) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
SingleSelectionModel.selectIndex(int)
. - selectIndex(int) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Selects the given index.
- selectIndex(int) - Method in interface io.github.palexdev.materialfx.selection.base.ISingleSelectionModel
-
Selects the given index.
- selectIndex(int) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.updateSelection(int)
. - selectIndex(int) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.updateSelection(int)
. - selectIndexes(List<Integer>) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Selects the given indexes list.
- selectIndexes(List<Integer>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.updateSelectionByIndexes(List)
. - selectionManager - Variable in class io.github.palexdev.materialfx.selection.base.AbstractMultipleSelectionModel
- selectionManager - Variable in class io.github.palexdev.materialfx.selection.base.AbstractSingleSelectionModel
- selectionModel - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
- selectionModelProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
- selectionModeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Specifies if the notification center is in selection mode.
- selectionProperty() - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
The
MapProperty
used to keep track of multiple selection. - selectionProperty() - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
The
MapProperty
used to keep track of multiple selection. - selectionProperty() - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.selectionProperty()
. - selectItem(T) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
SingleSelectionModel.selectItem(Object)
. - selectItem(T) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Selects the given item.
- selectItem(T) - Method in interface io.github.palexdev.materialfx.selection.base.ISingleSelectionModel
-
Selects the given item.
- selectItem(T) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.updateSelection(Object)
. - selectItem(T) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.updateSelection(Object)
. - selectItems(List<T>) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Selects the given items list.
- selectItems(List<T>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.updateSelectionByItems(List)
. - selectLast() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
ComboBoxSelectionModel.selectLast()
. - selectLast() - Method in class io.github.palexdev.materialfx.selection.ComboBoxSelectionModel
-
Selects the last item of the combobox if the items list is not empty.
- selectNext() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
ComboBoxSelectionModel.selectNext()
. - selectNext() - Method in class io.github.palexdev.materialfx.selection.ComboBoxSelectionModel
-
Selects the next item of the combobox if exists.
- selectNextWord() - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
- selectNextWord() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectPositionCaret(int) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectPrevious() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Delegate for
ComboBoxSelectionModel.selectPrevious()
. - selectPrevious() - Method in class io.github.palexdev.materialfx.selection.ComboBoxSelectionModel
-
Selects the previous item of the combobox if exists.
- selectPreviousWord() - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
- selectPreviousWord() - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- selectRange(int, int) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- SequentialBuilder() - Constructor for class io.github.palexdev.materialfx.utils.AnimationUtils.SequentialBuilder
- set(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableBooleanProperty
- set(double) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableDoubleProperty
- set(float) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableFloatProperty
- set(int) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableIntegerProperty
- set(int, T) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
- set(long) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableLongProperty
- set(NumberRange<T>) - Method in class io.github.palexdev.materialfx.beans.properties.NumberRangeProperty
-
Overridden to check equality between ranges and return in case ranges are the same.
- set(String) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableStringProperty
- set(T) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableObjectProperty
- setAccelerator(String) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's accelerator text.
- setAccelerator(String) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem
-
Sets the value of the property accelerator.
- setAccelerator(KeyCombination) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's accelerator text from the given
KeyCombination
. - setAccelerator(KeyCombination) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem
- setActionsOrientation(Orientation) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property actionsOrientation.
- setActionsOrientation(Orientation) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the dialog's actions pane orientation.
- setAlignment(Pos) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property alignment.
- setAll(Collection<? extends T>) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
- setAll(T...) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
- setAllowCopy(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the value of the property allowCopy.
- setAllowCut(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the value of the property allowCut.
- setAllowedDirection(DragResizer.Direction) - Method in class io.github.palexdev.materialfx.utils.DragResizer
- setAllowEdit(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property allowEdit.
- setAllowPaste(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the value of the property allowPaste.
- setAllowsMultipleSelection(boolean) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Sets the selection behavior of this model to be multiple (true) or single (false).
- setAllowsMultipleSelection(boolean) - Method in interface io.github.palexdev.materialfx.selection.base.ITreeSelectionModel
- setAllowsMultipleSelection(boolean) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
Sets the selection behavior of this model to be multiple (true) or single (false).
- setAllowsMultipleSelection(boolean) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.setAllowsMultipleSelection(boolean)
. - setAllowsMultipleSelection(boolean) - Method in class io.github.palexdev.materialfx.selection.TreeSelectionModel
-
Sets the selection mode of the model, single or multiple.
- setAltColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property altColor.
- setAlternativeUnitIncrement(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property alternativeUnitIncrement.
- setAlwaysOnTop(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property alwaysOnTop.
- setAlwaysOnTop(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets whether the dialog should stay always on top.
- setAndWait(Boolean, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(Number, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(Number, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(Number, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(Number, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(String, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(T, ObservableValue<?>) - Method in interface io.github.palexdev.materialfx.beans.properties.base.SynchronizedProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAndWait(T, ObservableValue<?>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
-
Sets this property's state to "waiting" then uses
ExecutionUtils.executeWhen(Observable, Runnable, boolean, Supplier, boolean)
to "awake" the property when the given observable changes. - setAnimateBackground(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Sets the value of the property animateBackground.
- setAnimateBackground(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.Sets the value of the property animateBackground.
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property animated.
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property animated.
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Enables/Disables animations.
- setAnimated(boolean) - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationCenterSystem
-
Enables/Disables animations.
- setAnimateLines(boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property animateLines.
- setAnimateOnPress(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property animateOnPress.
- setAnimateShadow(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Sets the value of the property animateShadow.
- setAnimationDuration(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property animationDuration.
- setAnimationDuration(double) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the value of the property animationDuration.
- setAnimationProvider(BiFunction<Node, Boolean, Animation>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property animationProvider.
- setAnimationProvider(BiFunction<Node, Scale, Animation>) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Sets the function used by the skin to produce the popup's animation.
- setAnimationSpeed(double) - Method in class io.github.palexdev.materialfx.controls.MFXProgressBar
-
Sets the value of the property animationSpeed.
- setAnimationSpeed(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property animationSpeed.
- setArcs(double) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setArcs(double, double) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setAutoClip(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property autoClip.
- setBackground(Region, Paint) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Sets the background of the given region to the given color.
- setBackground(Region, Paint, CornerRadii) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Sets the background of the given region to the given color, with the given radius.
- setBackground(Region, Paint, CornerRadii, Insets) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Sets the background of the given region to the given color, with the given radius and insets.
- setBackgroundInsets(double) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Sets the value of the property backgroundInsets.
- setBackgroundOpacity(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property backgroundOpacity.
- setBaseColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property baseColor.
- setBeanToNodeMapper(Supplier<Node>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean.Builder
- setBeanToNodeMapper(Supplier<Node>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean
-
Sets the supplier used to convert this view into a
Node
. - setBehavior() - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Sets the following behaviors:
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.cell.MFXCheckListCell
-
Overridden as the selected state depends on the checkbox' state.
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Sets the following behaviors:
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
-
Sets the behavior for selected and current states.
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Sets the following behaviors:
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the default behavior for the password field such:
- setBehavior() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
- setBehavior() - Method in class io.github.palexdev.materialfx.skins.MFXComboBoxSkin
- setBehavior() - Method in class io.github.palexdev.materialfx.skins.MFXDatePickerSkin
- setBehavior() - Method in class io.github.palexdev.materialfx.skins.MFXSliderSkin
-
Calls
MFXSliderSkin.sliderHandlers()
,MFXSliderSkin.sliderListeners()
,MFXSliderSkin.skinBehavior()
. - setBetween(NumberRange<Integer>) - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
- setBidirectional(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property bidirectional.
- setBorderGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property borderGap.
- setButtonType(ButtonType) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property buttonType.
- setCacheLevel(LoaderCacheLevel) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
-
Sets the
LoaderCacheLevel
for this loader. - setCaretVisible(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property caretVisible.
- setCellFactory(Function<INotification, MFXNotificationCell>) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.setCellFactory(Function)
. - setCellFactory(Function<LocalDate, MFXDateCell>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.materialfx.controls.base.IListView
-
Replaces the cell factory with the given one
- setCellFactory(Function<T, MFXCheckListCell<T>>) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, MFXListCell<T>>) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, Cell<T>>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, Cell<T>>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property cellFactory.
- setCellFactory(Callback<AbstractMFXTreeItem<T>, AbstractMFXTreeCell<T>>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets the cell factory used by this item.
- setCenterInOwnerNode(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Sets the value of the property centerInOwnerNode.
- setCenterInOwnerNode(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets whether the dialog should be centered on the owner node when shown.
- setChainMode(ChainMode) - Method in class io.github.palexdev.materialfx.validation.Constraint.Builder
- setChainMode(ChainMode) - Method in class io.github.palexdev.materialfx.validation.Constraint
-
Sets the mode defining how this constraint will be chained to other constraints.
- setCheckBounds(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Sets the value of the property checkBounds.
- setChecked(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXCheckTreeItem
-
Sets the value of the property checked.
- setChildrenMargin(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets the children left margin.
- setClearing(boolean) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Flag to specify that updateSelection should be ignored as
SingleSelectionManager.clearSelection()
was invoked. - setClipSupplier(Supplier<Shape>) - Method in interface io.github.palexdev.materialfx.effects.ripple.base.IRippleGenerator
-
Sets the generator's clip supplier to the specified one.
- setClipSupplier(Supplier<Shape>) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
- setCloseAfter(Duration) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Sets the duration of time after which the notifications are automatically closed if
AbstractMFXNotificationSystem.isCloseAutomatically()
is true - setCloseAutomatically(boolean) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Enables/Disables notifications automatic close.
- setClosePopupOnChange(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
- setColor(Color) - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Sets the value of the property color.
- setColor1(Color) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property color1.
- setColor2(Color) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property color2.
- setColor3(Color) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property color3.
- setColor4(Color) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property color4.
- setColors() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the CSS looked-up colors
- setColors(Color, Color) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Combines
MFXToggleButton.setMainColor(Color)
andMFXToggleButton.setSecondaryColor(Color)
into one method. - setColumnResizable(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Sets the value of the property columnResizable.
- setComparator(Comparator<T>) - Method in class io.github.palexdev.materialfx.collections.TransformableList
-
Sets the value of the property comparator.
- setComparator(Comparator<T>) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
-
Sets the value of the property comparator.
- setComparator(Comparator<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Sets the value of the property comparator.
- setComparator(Comparator<T>, boolean) - Method in class io.github.palexdev.materialfx.collections.TransformableList
-
This method is NECESSARY if using a reversed comparator, a special flag is set to true and
TransformableList.sourceToView(int)
behaves accordingly. - setComparator(Comparator<T>, boolean) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
-
Delegate for
TransformableList.setComparator(Comparator, boolean)
. - setComputeRadiusMultiplier(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property computeRadiusMultiplier.
- setComputeRadiusMultiplier(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property computeRadiusMultiplier.
- setCondition(BooleanExpression) - Method in class io.github.palexdev.materialfx.validation.Constraint.Builder
- setCondition(BooleanExpression) - Method in class io.github.palexdev.materialfx.validation.Constraint
-
Sets the
BooleanExpression
used to define the condition. - setContent(AbstractMFXDialog) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Sets the value of the property content.
- setContent(AbstractMFXDialog) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets the dialog's content.
- setContent(Region) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification.Builder
- setContent(Region) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification
- setContent(Node) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Sets the value of the property content.
- setContent(Node) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the content to be shown in the stepper when selected.
- setContent(Node) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property content.
- setContent(Node) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the dialog's content.
- setContentDisposition(ContentDisplay) - Method in interface io.github.palexdev.materialfx.controls.base.MFXLabeled
-
Sets the value of the property contentDisposition.
- setContentDisposition(ContentDisplay) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property contentDisposition.
- setContentDisposition(ContentDisplay) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property contentDisposition.
- setContentDisposition(ContentDisplay) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property contentDisposition.
- setContentText(String) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property contentText.
- setContentText(String) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the dialog's content text.
- setContextMenuDisabled(boolean) - Method in interface io.github.palexdev.materialfx.controls.base.MFXMenuControl
- setControllerFactory(Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean.Builder
- setControllerFactory(Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean
-
Sets the callback used to produce the view's controller.
- setConverter(StringConverter<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property converter.
- setConverter(StringConverter<T>) - Method in interface io.github.palexdev.materialfx.controls.base.IListView
-
Sets the value of the property converter.
- setConverter(StringConverter<T>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property converter.
- setConverter(StringConverter<T>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property converter.
- setConverterSupplier(Supplier<StringConverter<LocalDate>>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property converterSupplier.
- setCornerRadius(double) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Sets the value of the property cornerRadius.
- setCounterStyle(NotificationCounterStyle) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property counterStyle.
- setCurrentContent(Node) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property currentContent.
- setCurrentIndex(int) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property currentIndex.
- setCurrentPage(int) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Sets the value of the property currentPage.
- setCurrentPage(int) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property currentPage.
- setCycleCount(int) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Sets the "main" animation cycle count.
- setCycleCount(int) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Sets the timeline cycle count.
- setData(T) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Sets the value of the property data.
- setData(T) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Sets the value of the property data.
- setData(T) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Sets the value of the property data.
- setDate(LocalDate) - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
-
Sets the value of the property date.
- setDayOfWeekConverterSupplier(Supplier<StringConverter<DayOfWeek>>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property dayOfWeekConverterSupplier.
- setDecimalPrecision(int) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property decimalPrecision.
- setDefaultCellFactory() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Abstract method called automatically to set a default factory for the cells.
- setDefaultCellFactory() - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Sets the default factory for the cells.
- setDefaultCellFactory() - Method in class io.github.palexdev.materialfx.controls.MFXListView
- setDefaultRoot(boolean) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean.Builder
- setDefaultValue(Boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableBooleanProperty
- setDefaultValue(Number) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableDoubleProperty
- setDefaultValue(Number) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableFloatProperty
- setDefaultValue(Number) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableIntegerProperty
- setDefaultValue(Number) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableLongProperty
- setDefaultValue(String) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableStringProperty
- setDefaultValue(T) - Method in interface io.github.palexdev.materialfx.beans.properties.base.ResettableProperty
-
Sets the property's default value to the given value.
- setDefaultValue(T) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableObjectProperty
- setDefaultView(boolean) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean
-
Sets whether this view should be considered the default view.
- setDelay(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Sets the "main" animation delay.
- setDelay(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.PauseBuilder
- setDelay(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Sets the timeline delay.
- setDelay(Duration) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Sets the "main" animation delay.
- setDelay(Duration) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.PauseBuilder
- setDelay(Duration) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Sets the timeline delay.
- setDelayFluent(Duration) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Sets the transition's delay.
- setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property depthLevel.
- setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property depthLevel.
- setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property depthLevel.
- setDepthLevelOffset(int) - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Sets the value of the property depthLevelOffset.
- setDescription(String) - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Sets the value of the property description.
- setDisabled(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Enables/Disables the context menu.
- setDisclosureNode(N) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
-
Sets the cell's disclosure node to the specified node.
- setDisclosureNode(N) - Method in class io.github.palexdev.materialfx.controls.cell.MFXSimpleTreeCell
-
Sets the cell's disclosure node to the specified node.
- setDoNotDisturb(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property doNotDisturb.
- setDraggable(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
- setDraggable(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets whether the dialog is draggable.
- setDragged(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Sets the value of the property dragged.
- setDuration(double) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Sets the transition duration in milliseconds.
- setDuration(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.PauseBuilder
-
Calls
AnimationUtils.PauseBuilder.setDuration(Duration)
by converting the given millis value withDuration.millis(double)
. - setDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Sets the transition duration.
- setDuration(Duration) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.PauseBuilder
-
Sets the pause transition duration.
- setEditable(boolean) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property editable.
- setEllipseString(String) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property ellipseString.
- setEnableContentValidationOnError(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies if all the controls that implement
Validated
should be validated when the next button is pressed and the toggle state is ERROR. - setEnableKeyboard(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property enableKeyboard.
- setExpanded(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the item's expand state.
- setExtraSpacing(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property extraSpacing.
- setFailFast(boolean) - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
Sets whether the
MFXValidator.validate()
method should fail fast. - setFilterFunction(Function<String, Predicate<T>>) - Method in class io.github.palexdev.materialfx.controls.MFXFilterComboBox
-
Sets the value of the property filterFunction.
- setFireChangeOnReset(boolean) - Method in interface io.github.palexdev.materialfx.beans.properties.base.ResettableProperty
-
Specifies if the property should fire a change event when it is reset or not.
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableBooleanProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableDoubleProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableFloatProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableIntegerProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableLongProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableObjectProperty
- setFireChangeOnReset(boolean) - Method in class io.github.palexdev.materialfx.beans.properties.resettable.ResettableStringProperty
- setFixedCellSize(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
-
Sets the value of the property fixedCellSize.
- setFloatingText(String) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property floatingText.
- setFloatingTextGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property floatingTextGap.
- setFloatMode(FloatMode) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property floatMode.
- setFooterVisible(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Sets the value of the property footerVisible.
- setFxmlLoaderSupplier(Supplier<FXMLLoader>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
- setGap(double) - Method in interface io.github.palexdev.materialfx.controls.base.MFXLabeled
-
Sets the value of the property gap.
- setGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property gap.
- setGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXCircleToggleNode
-
Sets the value of the property gap.
- setGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property gap.
- setGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property gap.
- setGeneratorCenterX(double) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.
- setGeneratorCenterY(double) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.
- setGraphicTextGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property graphicTextGap.
- setGridAlgorithm(BiFunction<Locale, YearMonth, Integer[][]>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property gridAlgorithm.
- setHeaderIcon(Node) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property headerIcon.
- setHeaderIcon(Node) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the dialog's header icon.
- setHeaderText(String) - Method in class io.github.palexdev.materialfx.controls.MFXFilterPane
-
Sets the value of the property headerText.
- setHeaderText(String) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property headerText.
- setHeaderText(String) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the dialog's header text.
- setHeaderTextProperty(String) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
- setHeight(double) - Method in class io.github.palexdev.materialfx.beans.SizeBean
-
Sets the value of the property height.
- setHeightConstraintFunction(Function<Region, Double>) - Method in class io.github.palexdev.materialfx.utils.DragResizer
- setHideAfter(Duration) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property hideAfter.
- setHideAfter(Duration) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property hideAfter.
- setHideAfter(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Sets the amount of time after which the tooltip is automatically hidden.
- setHideCharacter(String) - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the value of the property hideCharacter.
- setHideScrollBars(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property hideScrollBars.
- setHideScrollBars(boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property hideScrollBars.
- setHistoryLimit(int) - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationSystem
-
Delegate to
CircularQueue.setSize(int)
. - setHover(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Sets the value of the property hover.
- setHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Sets the value of the property hoverColor.
- setHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyTableRow
-
Sets the value of the property hoverColor.
- setHSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.setHSpeed(double, double)
. - setHSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.setHSpeed(double, double)
. - setHSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.setHSpeed(double, double)
. - setHSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.setHSpeed(double, double)
. - setIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's icon.
- setIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXIconWrapper
-
Sets the value of the property icon.
- setIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property icon.
- setIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Sets the value of the property icon.
- setIndeterminate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXCheckTreeItem
-
Sets the value of the property indeterminate.
- setIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Sets the value of the property index.
- setIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Sets the value of the property index.
- setIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Sets the value of the property index.
- setIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
-
Sets the value of the property index.
- setIndex(int) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Sets the value of the property index.
- setIndexesSupplier(Supplier<List<Integer>>) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property indexesSupplier.
- setInDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.Sets the value of the property inDuration.
- setInitialHeight(double) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the initial height property.
- setInterpolateConsumer(Consumer<Double>) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Sets the consumer used by the
ConsumerTransition.interpolate(double)
method. - setInterpolatorFluent(Interpolators) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
- setInterpolatorFluent(Interpolator) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Sets the transition's interpolator.
- setInvalidLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property invalidLineColor.
- setItemParent(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets this item's parent.
- setItems(ObservableList<AbstractMFXTreeItem<T>>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
- setItems(ObservableList<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property items.
- setItems(ObservableList<T>) - Method in interface io.github.palexdev.materialfx.controls.base.IListView
-
Replaces the items list with the given one.
- setItems(ObservableList<T>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property items.
- setItems(ObservableList<T>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property items.
- setItems(ObservableList<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Sets the value of the property items.
- setLabelLeadingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXToggleNode
-
Sets the value of the property labelLeadingIcon.
- setLabelTextGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property labelTextGap.
- setLabelTrailingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXToggleNode
-
Sets the value of the property labelTrailingIcon.
- setLastToggle(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property lastToggle.
- setLeadingGraphic(Node) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableRowCell
-
Sets the value of the property leadingGraphic.
- setLeadingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property leadingIcon.
- setLength(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property length.
- setLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property lineColor.
- setLineStrokeCap(StrokeLineCap) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property lineStrokeCap.
- setLineStrokeWidth(double) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property lineStrokeWidth.
- setLocale(Locale) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property locale.
- setMainColor(Color) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the colors of the toggle button when selected.
- setMarkAsReadOnDismiss(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
- setMarkAsReadOnShow(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
- setMax(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property max.
- setMaxPage(int) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Sets the value of the property maxPage.
- setMaxPage(int) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property maxPage.
- setMessage(String) - Method in class io.github.palexdev.materialfx.validation.Constraint.Builder
- setMessage(String) - Method in class io.github.palexdev.materialfx.validation.Constraint
-
Sets the message to show in case the condition is not valid.
- setMin(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property min.
- setMinorTicksCount(int) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property minorTicksCount.
- setMode(ChainMode) - Method in class io.github.palexdev.materialfx.beans.FilterBean
-
Sets the chain mode to the specified one.
- setMonthConverterSupplier(Supplier<StringConverter<Month>>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property monthConverterSupplier.
- setNotification(INotification) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Sets the value of the property notification.
- setNotificationState(NotificationState) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification
-
Sets the value of the property notificationState.
- setNotificationState(NotificationState) - Method in interface io.github.palexdev.materialfx.notifications.base.INotification
-
Sets the value of the property notificationState.
- setOffsetH(double) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setOffsetW(double) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setOnAction(EventHandler<ActionEvent>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onAction.
- setOnAction(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's action to perform on click.
- setOnAction(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem
-
Sets the value of the property onAction.
- setOnAction(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property onAction.
- setOnAlwaysOnTop(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property onAlwaysOnTop.
- setOnAlwaysOnTop(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the action to perform when the always on top button is pressed.
- setOnAnimationFinished(EventHandler<AbstractMFXRippleGenerator.RippleGeneratorEvent>) - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Sets the value of the property onAnimationFinished.
- setOnBeforeNext(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onBeforeNext.
- setOnBeforePrevious(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onBeforePrevious.
- setOnCancel(Consumer<String>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onCancel.
- setOnCancel(Consumer<String>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onCancel.
- setOnCancel(Consumer<String>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property onCancel.
- setOnClose(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property onClose.
- setOnClose(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the action to perform when the close button is pressed.
- setOnCloseRequest(EventHandler<WindowEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets tha action to perform on a close request.
- setOnCommit(Consumer<String>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onCommit.
- setOnCommit(Consumer<String>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onCommit.
- setOnCommit(Consumer<String>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property onCommit.
- setOnFilter(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXFilterPane
-
Sets the action to perform when the filter icon is clicked.
- setOnFilter(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXFilterDialog
- setOnFinished(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Sets the action to perform when the "main" animation ends.
- setOnFinished(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.PauseBuilder
-
Sets the action to perform when the pause transition ends.
- setOnFinished(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Sets the action to perform when the timeline ends.
- setOnFinishedFluent(EventHandler<ActionEvent>) - Method in class io.github.palexdev.materialfx.effects.ConsumerTransition
- setOnHidden(EventHandler<Event>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onHidden.
- setOnHidden(EventHandler<Event>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onHidden.
- setOnHidden(EventHandler<WindowEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets tha action to perform on hidden.
- setOnHiding(EventHandler<Event>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onHiding.
- setOnHiding(EventHandler<Event>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onHiding.
- setOnHiding(EventHandler<WindowEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets tha action to perform on hiding.
- setOnIconClicked(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
- setOnLastNext(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onLastNext.
- setOnLoadedAction(Consumer<List<MFXLoaderBean>>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
-
Sets the action to perform once all the views have been loaded.
- setOnMinimize(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property onMinimize.
- setOnMinimize(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Sets the action to perform when the minimize button is pressed.
- setOnNext(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onNext.
- setOnPrevious(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onPrevious.
- setOnReset(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXFilterPane
-
Sets the action to perform when the reset icon is clicked.
- setOnReset(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXFilterDialog
- setOnShowing(EventHandler<Event>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onShowing.
- setOnShowing(EventHandler<Event>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onShowing.
- setOnShowing(EventHandler<WindowEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets tha action to perform on showing.
- setOnShown(EventHandler<Event>) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property onShown.
- setOnShown(EventHandler<Event>) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property onShown.
- setOnShown(EventHandler<WindowEvent>) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets tha action to perform on shown.
- setOnUpdated(BiConsumer<Boolean, List<Constraint>>) - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
Allows to specify the action to perform every time the
MFXValidator.update()
method is triggered. - setOnUpdateElapsed(BiConsumer<Long, String>) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification.Builder
- setOnUpdateElapsed(BiConsumer<Long, String>) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification
- setOnUpdateElapsed(BiConsumer<Long, String>) - Method in interface io.github.palexdev.materialfx.notifications.base.INotification
-
This action is automatically called by
INotification.updateElapsed()
, use this to inform "someone" that the elapsed time should be updated. - setOnValidationFailed(EventHandler<MFXStepper.MFXStepperEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property onValidationFailed.
- setOpenOnNew(boolean) - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationCenterSystem
- setOrientation(Orientation) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property orientation.
- setOrientation(Orientation) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property orientation.
- setOutDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.Sets the value of the property outDuration.
- setOverlayClose(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
- setOverlayClose(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets whether to close the dialog when pressing on its owner node.
- setOwnerNode(Pane) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
- setOwnerNode(Pane) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets the dialog's owner node.
- setPageCellFactory(Function<Integer, MFXPage>) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property pageCellFactory.
- setPagesToShow(int) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Sets the value of the property pagesToShow.
- setPagesToShow(int) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property pagesToShow.
- setParent(Parent) - Method in class io.github.palexdev.materialfx.css.MFXCSSBridge
- setPaused(boolean) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property paused.
- setPopupAlignment(Alignment) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property popupAlignment.
- setPopupAlignment(Alignment) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property popupAlignment.
- setPopupHeight(double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property popupHeight.
- setPopupOffsetX(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property popupOffsetX.
- setPopupOffsetX(double) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property popupOffsetX.
- setPopupOffsetY(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property popupOffsetY.
- setPopupOffsetY(double) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property popupOffsetY.
- setPopupPadding(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property popupPadding.
- setPopupSide(SliderEnums.SliderPopupSide) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property popupSide.
- setPopupSpacing(double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property popupSpacing.
- setPopupStyleableParent(Parent) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu.Builder
-
Sets the node that has the necessary stylesheets to customize the popup.
- setPopupStyleableParent(Parent) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
- setPopupStyleableParent(Parent) - Method in interface io.github.palexdev.materialfx.css.MFXStyleablePopup
-
Sets the node that has the necessary stylesheets to customize the popup.
- setPopupSupplier(Supplier<Region>) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property popupSupplier.
- setPopupWidth(double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property popupWidth.
- setPosition(NotificationPos) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Sets the position at which notifications will be shown.
- setPredicate(Predicate<T>) - Method in class io.github.palexdev.materialfx.collections.TransformableList
-
Sets the value of the property predicate.
- setPredicate(Predicate<T>) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
-
Sets the value of the property predicate.
- setProgress(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property progress.
- setProgressBarBackground(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property progressBarBackground.
- setProgressBarBorderRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property progressBarBorderRadius.
- setProgressColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property progressColor.
- setPromptText(String) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property promptText.
- setQuery(String) - Method in class io.github.palexdev.materialfx.skins.MFXFilterPaneSkin
- setRadioGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property radioGap.
- setRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property radius.
- setRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property radius.
- setRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property radius.
- setRadius(double) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setRadiusMultiplier(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property radiusMultiplier.
- setRange(T) - Method in class io.github.palexdev.materialfx.beans.properties.NumberRangeProperty
-
Convenience method to set a range with both min and max equal.
- setRange(T, T) - Method in class io.github.palexdev.materialfx.beans.properties.NumberRangeProperty
-
Convenience method to set a range with the given min and max values.
- setRate(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Sets the "main" animation rate/speed.
- setRate(double) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Sets the timeline rate/speed.
- setResetOnPopupHidden(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXFilterComboBox
-
Sets whether to reset the filter state, such as the
MFXFilterComboBox.searchTextProperty()
when the popup is closed - setResizeMargin(double) - Method in class io.github.palexdev.materialfx.utils.DragResizer
- setReversed(boolean) - Method in class io.github.palexdev.materialfx.collections.TransformableList
-
Communicates to the transformed list, specifically to
TransformableList.getViewIndex(int)
, if the list is sorted in reversed order. - setReversed(boolean) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
-
Delegate for
TransformableList.setReversed(boolean)
. - setRippleAnimateBackground(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleAnimateBackground.
- setRippleAnimateShadow(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleAnimateShadow.
- setRippleAnimationSpeed(double) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleAnimationSpeed.
- setRippleBackgroundOpacity(double) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleBackgroundOpacity.
- setRippleClipType(RippleClipType) - Method in class io.github.palexdev.materialfx.factories.RippleClipTypeFactory
- setRippleClipTypeFactory(RippleClipTypeFactory) - Method in class io.github.palexdev.materialfx.controls.MFXRectangleToggleNode
-
Sets the value of the property rippleClipTypeFactory.
- setRippleClipTypeFactory(RippleClipTypeFactory) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.
- setRippleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleColor.
- setRippleColor(Paint) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property rippleColor.
- setRippleColor(Paint) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.Sets the value of the property rippleColor.
- setRippleOpacity(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property rippleOpacity.
- setRipplePositionFunction(Function<MouseEvent, PositionBean>) - Method in interface io.github.palexdev.materialfx.effects.ripple.base.IRippleGenerator
-
Sets the generator's ripple position function to the specified one.
- setRipplePositionFunction(Function<MouseEvent, PositionBean>) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
- setRippleRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleRadius.
- setRippleRadius(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
-
Sets the value of the property rippleRadius.
- setRippleRadius(double) - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.Sets the value of the property rippleRadius.
- setRippleRadiusMultiplier(double) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleRadiusMultiplier.
- setRippleSupplier(Supplier<MFXCircleRippleGenerator.CircleRipple>) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator
- setRippleSupplier(Supplier<T>) - Method in interface io.github.palexdev.materialfx.effects.ripple.base.IRippleGenerator
-
Sets the generator's ripple supplier to the specified one.
- setRoot(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
-
Sets the value of the property root.
- setRowCellFactory(Function<T, MFXTableRowCell<T, ?>>) - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Sets the value of the property rowCellFactory.
- setRowsPerPage(int) - Method in class io.github.palexdev.materialfx.controls.MFXPaginatedTableView
-
Sets the value of the property rowsPerPage.
- setScaleOnAbove(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property scaleOnAbove.
- setScreen(Screen) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Sets the screen on which to show the notifications.
- setScrimOwner(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Sets the value of the property scrimOwner.
- setScrimOwner(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets whether to scrim the dialog's owner node on showing.
- setScrimPriority(ScrimPriority) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Sets the enum constant used to specify how to apply the scrim effect.
- setScrimPriority(ScrimPriority) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets the enum constant used to specify how to apply the scrim effect.
- setScrimStrength(double) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Sets the value of the property scrimStrength.
- setScrimStrength(double) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets the scrim effect strength(opacity).
- setScrollOnOpen(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property scrollOnOpen.
- setSearchText(String) - Method in class io.github.palexdev.materialfx.controls.MFXFilterComboBox
-
Sets the value of the property searchText.
- setSecondaryColor(Color) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the colors of the toggle button when not selected.
- setSelectable(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property selectable.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets this item selection state.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Sets the value of the property selected.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Sets the value of the property selected.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Sets the value of the property selected.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
-
Sets the value of the property selected.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Sets the value of the property selected.
- setSelected(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property selected.
- setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Sets the value of the property selectedColor.
- setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyTableRow
-
Sets the value of the property selectedColor.
- setSelectedPredicateIndex(int) - Method in class io.github.palexdev.materialfx.filter.base.AbstractFilter
-
Sets the value of the property selectedPredicateIndex.
- setSelection(ObservableMap<Integer, T>) - Method in interface io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel
-
Replaces the selection with the given
ObservableMap
. - setSelection(ObservableMap<Integer, T>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
Replaces the selection with the given
ObservableMap
. - setSelection(ObservableMap<Integer, T>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionModel
-
Delegate method for
MultipleSelectionManager.setSelection(ObservableMap)
. - setSelectionMode(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property selectionMode.
- setSelectionModel(ITreeSelectionModel<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
-
Sets the value of the property selectionModel.
- setSeverity(Severity) - Method in class io.github.palexdev.materialfx.validation.Constraint.Builder
- setSeverity(Severity) - Method in class io.github.palexdev.materialfx.validation.Constraint
-
Sets the severity of the condition.
- setShowAction(Consumer<PositionBean>) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Sets the value of the property showAction.
- setShowAction(Consumer<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu.Builder
-
Sets the action to perform when a valid MouseEvent occurs.
- setShowAction(Consumer<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Sets the value of the property showAction.
- setShowAlwaysOnTop(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property showAlwaysOnTop.
- setShowAlwaysOnTop(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Shows/hides the dialog's always on top button.
- setShowClose(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property showClose.
- setShowClose(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Shows/hides the dialog's close button.
- setShowCondition(Function<MouseEvent, Boolean>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu.Builder
-
Sets the condition on which the given MouseEvent should trigger the
MFXContextMenu.showActionProperty()
. - setShowCondition(Function<MouseEvent, Boolean>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Sets the value of the property showCondition.
- setShowDelay(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Sets the amount of time after which the tooltip is shown
- setShowErrorIcon(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property showErrorIcon.
- setShowing(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Sets the value of the property showing.
- setShowMajorTicks(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property showMajorTicks.
- setShowMinimize(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Sets the value of the property showMinimize.
- setShowMinimize(boolean) - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialogBuilder
-
Shows/hides the dialog's minimize button.
- setShowMinorTicks(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property showMinorTicks.
- setShowPassword(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Sets the value of the property showPassword.
- setShowPopupForTruncatedPages(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Sets the value of the property showPopupForTruncatedPages.
- setShowRoot(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
- setShowTicksAtEdges(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property showTicksAtEdges.
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXCircleToggleNode
-
Sets the value of the property size.
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXIconWrapper
-
Sets the value of the property size.
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property size.
- setSize(double) - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Sets the value of the property size.
- setSize(int) - Method in class io.github.palexdev.materialfx.collections.CircularQueue
-
Sets the maximum size of the queue and removes exceeding elements if the specified size is lesser than the number of elements.
- setSliderMode(SliderEnums.SliderMode) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property sliderMode.
- setSortBySeverity(boolean) - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
Allows to specify whether to sort the invalid constraints list by severity when calling
MFXValidator.validate()
. - setSortState(SortState) - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Sets the value of the property sortState.
- setSpacing(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Sets the value of the property spacing.
- setSpacing(Insets) - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Sets the Insets object that specifies the spacing between notifications and the screen borders.
- setStartExpanded(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets the state of
AbstractMFXTreeItem.startExpandedProperty()
- setStartingAngle(double) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property startingAngle.
- setStartingYearMonth(YearMonth) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the
YearMonth
at which the date picker will start. - setState(NotificationState) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification.Builder
- setState(StepperToggleState) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property state.
- setStepperToggles(List<MFXStepperToggle>) - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Replaces the stepper's toggles with the specified ones.
- setStrokeWidth(double) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property strokeWidth.
- setTableRowFactory(Function<T, MFXTableRow<T>>) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Sets the value of the property tableRowFactory.
- setText(String) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's text.
- setText(String) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property text.
- setText(String) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Sets the value of the property text.
- setTextExpand(boolean) - Method in interface io.github.palexdev.materialfx.controls.base.MFXLabeled
-
Sets the value of the property textExpand.
- setTextExpand(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property textExpand.
- setTextExpand(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property textExpand.
- setTextExpand(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property textExpand.
- setTextFill(Color) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property textFill.
- setTextLimit(int) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property textLimit.
- setTextPosition(TextPosition) - Method in class io.github.palexdev.materialfx.controls.MFXCircleToggleNode
-
Sets the value of the property textPosition.
- setTextPosition(TextPosition) - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Sets the value of the property textPosition.
- setThumbColor(Paint) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property thumbColor.
- setThumbColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property thumbColor.
- setThumbColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
-
Sets the value of the property thumbColor.
- setThumbHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property thumbHoverColor.
- setThumbHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property thumbHoverColor.
- setThumbHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
-
Sets the value of the property thumbHoverColor.
- setThumbSupplier(Supplier<Node>) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property thumbSupplier.
- setTickUnit(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property tickUnit.
- setTimeToStringConverter(Function<Long, String>) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification.Builder
- setTimeToStringConverter(Function<Long, String>) - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification
- setTimeToStringConverter(Function<Long, String>) - Method in interface io.github.palexdev.materialfx.notifications.base.INotification
-
Sets the function used to convert a time in seconds to String.
- setTitle(String) - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialogBuilder
-
Sets the dialog's title.
- setToggleGroup(ToggleGroup) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property toggleGroup.
- setTooltipSupplier(Supplier<Tooltip>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
-
Sets the item's tooltip supplier.
- setTooltipSupplier(Supplier<Tooltip>) - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem
-
Sets the value of the property tooltipSupplier.
- setTrackColor(Paint) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXListView
-
Sets the value of the property trackColor.
- setTrackColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListView
-
Sets the value of the property trackColor.
- setTrackColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
-
Sets the value of the property trackColor.
- setTrailingGraphic(Node) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableRowCell
-
Sets the value of the property trailingGraphic.
- setTrailingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property trailingIcon.
- setTreeView(MFXTreeView<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets this item's TreeView reference to the given one.
- setUnfocusedLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property unfocusedLineColor.
- setUnitIncrement(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property unitIncrement.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.cell.MFXCheckListCell
-
Sets up the properties of the ripple generator and adds the mouse pressed filter.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
Sets up the properties of the ripple generator and adds the mouse pressed filter.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Binds the button's ripple properties to the ripple generator ones.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Initializes the ripple generator.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.skins.MFXCircleToggleNodeSkin
-
Sets up the ripple generator.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.skins.MFXRectangleToggleNodeSkin
-
Sets up the ripple generator.
- setupRoot() - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
-
Contains common code for when the root is set the first time and when it changes.
- setValid(boolean) - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
Sets the value of the property valid.
- setValidated(boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
- setValue(double) - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Sets the value of the property value.
- setValue(LocalDate) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property value.
- setValue(T) - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Sets the value of the property value.
- setValue(T) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property value.
- setVSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckListView
-
Delegate method for
SimpleVirtualFlow.setVSpeed(double, double)
. - setVSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Delegate method for
SimpleVirtualFlow.setVSpeed(double, double)
. - setVSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Delegate method for
SimpleVirtualFlow.setVSpeed(double, double)
. - setVSpeed(double, double) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Delegate for
SimpleVirtualFlow.setVSpeed(double, double)
. - setWidth(double) - Method in class io.github.palexdev.materialfx.beans.SizeBean
-
Sets the value of the property width.
- setWidthConstraintFunction(Function<Region, Double>) - Method in class io.github.palexdev.materialfx.utils.DragResizer
- setX(double) - Method in class io.github.palexdev.materialfx.beans.PopupPositionBean
-
Delegate for
PopupPositionBean.getPositionBean()
.setX(). - setX(double) - Method in class io.github.palexdev.materialfx.beans.PositionBean
-
Sets the value of the property x.
- setXPosition(double) - Method in class io.github.palexdev.materialfx.effects.ripple.MFXCircleRippleGenerator.CircleRipple
- setY(double) - Method in class io.github.palexdev.materialfx.beans.PopupPositionBean
-
Delegate for
PopupPositionBean.getPositionBean()
.setY(). - setY(double) - Method in class io.github.palexdev.materialfx.beans.PositionBean
-
Sets the value of the property y.
- setYearsRange(NumberRange<Integer>) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property yearsRange.
- Severity - Enum Class in io.github.palexdev.materialfx.validation
-
Enumeration to indicate the severity of an unmet
Constraint
. - shadowOf(DepthLevel) - Static method in class io.github.palexdev.materialfx.effects.MFXDepthManager
-
Retrieves the
DropShadow
associated with the specifiedDepthLevel
. - shadowOf(DepthLevel, int) - Static method in class io.github.palexdev.materialfx.effects.MFXDepthManager
-
Retrieves the
DropShadow
associated with the specifiedDepthLevel
added to delta. - shadowOf(Color, double, double, double, double) - Static method in class io.github.palexdev.materialfx.effects.MFXDepthManager
-
Returns a new instance of
DropShadow
with the specified characteristics. - SHORTCUT - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- show() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Shows the popup.
- show() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- show() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Shows the popup.
- show() - Method in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
-
Shows a notification by manipulating the popup's coordinates and content.
- show() - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationCenterSystem
-
Sets the showing property to true, computes the popup position as a
TransitionPositionBean
, then positions the popup (animated or not), and tells the notification center to open. - show() - Method in class io.github.palexdev.materialfx.notifications.MFXNotificationSystem
-
Sets the showing property to true, computes the popup position as a
TransitionPositionBean
, then positions the popup (animated or not). - show(double, Node) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Calls
AnimationUtils.TimelineBuilder.show(Duration, Node)
by converting the given millis value withDuration.millis(double)
. - show(double, Node...) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Calls
AnimationUtils.AbstractBuilder.show(Duration, Node...)
by converting the given millis value withDuration.millis(double)
. - show(double, Window) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Calls
AnimationUtils.TimelineBuilder.show(Duration, Window)
by converting the given millis value withDuration.millis(double)
. - show(double, Window...) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Calls
AnimationUtils.AbstractBuilder.show(Duration, Window...)
by converting the given millis value withDuration.millis(double)
. - show(AnimationsData) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Creates and adds a fade in animation for each given
AnimationsData
. - show(AnimationsData...) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
Creates and adds a fade in animation for each given
AnimationsData
. - show(Node) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Shows the popup at the BOTTOM_RIGHT of the specified node.
- show(Node, double, double) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
- show(Node, Alignment) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Shows the popup at the given positions.
- show(Node, Alignment, double, double) - Method in class io.github.palexdev.materialfx.controls.MFXPopup
-
Shows the popup at the given positions, then shifts the computed coordinates by the given offsets.
- show(Duration, Node) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Builds the KeyFrames to show the given node by fading it in.
- show(Duration, Node...) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
For each given node builds and adds an animation that shows the node by fading it in.
- show(Duration, Window) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
-
Builds a KeyFrame to show the given Window by fading it in.
- show(Duration, Window...) - Method in class io.github.palexdev.materialfx.utils.AnimationUtils.AbstractBuilder
-
For each given window builds and adds an animation that shows the window by fading it in.
- showActionProperty() - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Specifies the action to perform when a valid MouseEvent occurs.
- showActionProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
This consumer allows the user to decide how to show the tooltip.
- showAlwaysOnTopProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies whether to show the always on top button in the header.
- showAndWait() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Calls
MFXStageDialog.scrimOwner()
then shows the dialog and waits. - showCloseProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies whether to show the close button in the header.
- showConditionProperty() - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Specifies the function used to determine if a MouseEvent should trigger the
MFXContextMenu.showActionProperty()
. - showDialog() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
Calls
MFXStageDialog.scrimOwner()
than shows the dialog. - showErrorIconProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Specifies if a little error icon should be shown when the state is ERROR in the upper right corner of the toggle (default position defined in the skin).
- showErrorsDialog() - Method in class io.github.palexdev.materialfx.skins.MFXStepperToggleSkin
-
Shows an error dialog that contains the all the validator's unmet conditions, including the dependency ones too.
- showing - Variable in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
- showingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Specifies whether the popup is showing.
- showingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Specifies whether the popup is showing.
- showingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Specifies if the popup is shown/hidden.
- showMajorTicksProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies if the major ticks should be displayed or not.
- showMinimizeProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies whether to show the minimize button in the header.
- showMinorTicksProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies if the minor ticks should be displayed or not.
- showPasswordProperty() - Method in class io.github.palexdev.materialfx.controls.MFXPasswordField
-
Specifies if the text should be un-masked to show the password.
- showPopup() - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
-
If the page is truncated, shows a popup containing the hidden pages' indexes.
- showPopup() - Method in class io.github.palexdev.materialfx.skins.MFXSliderSkin
-
If the popup is not null, stops the release timer and shows the popup with a fade in animation.
- showPopupForTruncatedPagesProperty() - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Specifies whether truncated pages should show a popup containing the pages in between, on click.
- showTicksAtEdgesProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies if the major ticks at the edge of the slider should be displayed or not.
- SIDEBAR_CLOSE - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SIDEBAR_OPEN - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SingleSelectionManager<T> - Class in io.github.palexdev.materialfx.selection
-
Helper class for
AbstractSingleSelectionModel
models to properly handle the selection and the bindings with properties or other models. - SingleSelectionManager(AbstractSingleSelectionModel<T>) - Constructor for class io.github.palexdev.materialfx.selection.SingleSelectionManager
- SingleSelectionModel<T> - Class in io.github.palexdev.materialfx.selection
-
Implementation of
AbstractSingleSelectionModel
to implement the API specified byISingleSelectionModel
. - SingleSelectionModel(ObjectProperty<ObservableList<T>>) - Constructor for class io.github.palexdev.materialfx.selection.SingleSelectionModel
- SingleSelectionModel(ObservableList<T>) - Constructor for class io.github.palexdev.materialfx.selection.SingleSelectionModel
- size() - Method in class io.github.palexdev.materialfx.bindings.BiBindingHelper
- size() - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
- size() - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
The number of bindings in the map.
- size() - Method in class io.github.palexdev.materialfx.collections.TransformableList
- size() - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
- SizeBean - Class in io.github.palexdev.materialfx.beans
-
This bean contains two
DoubleProperty
to keep track/specify the sizes of something in terms of width and height. - SizeBean(double, double) - Constructor for class io.github.palexdev.materialfx.beans.SizeBean
- sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXCircleToggleNode
-
Specifies the toggle's radius.
- sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXIconWrapper
-
Specifies the size of the container.
- sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Specifies the radius of the toggle's circle.
- sizeProperty() - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Specifies the size of the icon.
- SLIDE_IN_BOTTOM - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_IN_LEFT - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_IN_RIGHT - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_IN_TOP - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_OUT_BOTTOM - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_OUT_LEFT - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_OUT_RIGHT - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SLIDE_OUT_TOP - Enum constant in enum class io.github.palexdev.materialfx.factories.MFXAnimationFactory
- SliderEnums - Class in io.github.palexdev.materialfx.enums
-
Class that contains some enumerators to be used with
MFXSlider
. - SliderEnums.SliderMode - Enum Class in io.github.palexdev.materialfx.enums
-
Enumeration to specify the snap behavior of
MFXSlider
. - SliderEnums.SliderPopupSide - Enum Class in io.github.palexdev.materialfx.enums
-
Enumeration to specify on which side to show the
MFXSlider
's popup. - sliderModeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies the slider mode.
- SLIDERS - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SNAP_TO_TICKS - Enum constant in enum class io.github.palexdev.materialfx.enums.SliderEnums.SliderMode
- SORTING_EVENT - Static variable in class io.github.palexdev.materialfx.controls.MFXTableColumn.MFXTableColumnEvent
- SortState - Enum Class in io.github.palexdev.materialfx.enums
-
Enumerations to represent sorting.
- sortStateProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTableColumn
-
Specifies the sort state of the column.
- source() - Method in class io.github.palexdev.materialfx.bindings.BindingBuilder
- sourceChanged(ListChangeListener.Change<? extends T>) - Method in class io.github.palexdev.materialfx.collections.TransformableList
- sourceListener - Variable in class io.github.palexdev.materialfx.bindings.base.AbstractBindingHelper
- sourceToView(int) - Method in class io.github.palexdev.materialfx.collections.TransformableList
-
Calls
TransformableList.getViewIndex(int)
, just with a different name to be more clear. - sourceToView(int) - Method in class io.github.palexdev.materialfx.collections.TransformableListWrapper
-
Delegate for
TransformableList.sourceToView(int)
. - spacing - Variable in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
- spacingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the spacing between toggles.
- SPREADSHEET - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SQUARE_LIST - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- start() - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
-
Starts the loading process by collecting all the views from the map that are still not loaded.
- startCurrentDayUpdater() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Starts the executor responsible for updating the current day property once per day.
- startExpandedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Specifies whether the item should be expanded when created.
- startIndexFor(YearMonth, Locale) - Static method in class io.github.palexdev.materialfx.utils.DateTimeUtils
-
Builds a map containing the week days according to the given locale, see
DateTimeUtils.weekDays(Locale)
for further info. - startingAngleProperty() - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Specifies the angle at which the spinner will start.
- startNotificationsUpdater(long, TimeUnit) - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Starts the notifications updater service to run the update task periodically, according to the given period and time unit.
- startsWithIgnoreCase(String, String) - Static method in class io.github.palexdev.materialfx.utils.StringUtils
-
Checks if thee given string starts with the specifies prefix, ignores case.
- startWith(ExecutorService) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
-
Same as
MFXLoader.start()
but the load tasks are submitted to the givenExecutorService
. - STATE_CHANGED - Static variable in class io.github.palexdev.materialfx.controls.MFXStepperToggle.MFXStepperToggleEvent
- stateProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Specifies the state of the toggle.
- STEP_BACKWARD - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- STEP_FORWARD - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- STEPPER - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- StepperToggleState - Enum Class in io.github.palexdev.materialfx.enums
-
Enumerator to represent the states of a
MFXStepperToggle
- stopCurrentDayUpdater() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Stops the executor responsible for updating the current day property.
- stopNotificationsUpdater() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Immediately stops the notifications updater service.
- stopToString(Stop) - Static method in class io.github.palexdev.materialfx.utils.ColorUtils
-
Properly converts a
Stop
to string. - stream(AbstractMFXTreeItem<T>) - Static method in class io.github.palexdev.materialfx.utils.TreeItemStream
- StringFilter<T> - Class in io.github.palexdev.materialfx.filter
-
Extension of
AbstractFilter
for String fields. - StringFilter(String, Function<T, String>) - Constructor for class io.github.palexdev.materialfx.filter.StringFilter
- StringFilter(String, Function<T, String>, StringConverter<String>) - Constructor for class io.github.palexdev.materialfx.filter.StringFilter
- StringUtils - Class in io.github.palexdev.materialfx.utils
-
Utils class for
Strings
. - StringUtils() - Constructor for class io.github.palexdev.materialfx.utils.StringUtils
- strokeWidthProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepperToggle
-
Specifies the stroke width of the toggle's circle.
- STYLE_CLASS - Variable in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
- StyleableBooleanProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableBooleanProperty(CssMetaData<? extends Styleable, Boolean>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableBooleanProperty
- StyleableBooleanProperty(CssMetaData<? extends Styleable, Boolean>, boolean) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableBooleanProperty
- StyleableBooleanProperty(CssMetaData<? extends Styleable, Boolean>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableBooleanProperty
- StyleableBooleanProperty(CssMetaData<? extends Styleable, Boolean>, Object, String, boolean) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableBooleanProperty
- StyleableDoubleProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableDoubleProperty(CssMetaData<? extends Styleable, Number>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableDoubleProperty
- StyleableDoubleProperty(CssMetaData<? extends Styleable, Number>, Double) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableDoubleProperty
- StyleableDoubleProperty(CssMetaData<? extends Styleable, Number>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableDoubleProperty
- StyleableDoubleProperty(CssMetaData<? extends Styleable, Number>, Object, String, Double) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableDoubleProperty
- StyleableFloatProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableFloatProperty(CssMetaData<? extends Styleable, Number>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableFloatProperty
- StyleableFloatProperty(CssMetaData<? extends Styleable, Number>, Float) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableFloatProperty
- StyleableFloatProperty(CssMetaData<? extends Styleable, Number>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableFloatProperty
- StyleableFloatProperty(CssMetaData<? extends Styleable, Number>, Object, String, Float) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableFloatProperty
- StyleableIntegerProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableIntegerProperty(CssMetaData<? extends Styleable, Number>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableIntegerProperty
- StyleableIntegerProperty(CssMetaData<? extends Styleable, Number>, Integer) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableIntegerProperty
- StyleableIntegerProperty(CssMetaData<? extends Styleable, Number>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableIntegerProperty
- StyleableIntegerProperty(CssMetaData<? extends Styleable, Number>, Object, String, Integer) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableIntegerProperty
- StyleableLongProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableLongProperty(CssMetaData<? extends Styleable, Number>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableLongProperty
- StyleableLongProperty(CssMetaData<? extends Styleable, Number>, Long) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableLongProperty
- StyleableLongProperty(CssMetaData<? extends Styleable, Number>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableLongProperty
- StyleableLongProperty(CssMetaData<? extends Styleable, Number>, Object, String, Long) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableLongProperty
- StyleableObjectProperty<T> - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableObjectProperty(CssMetaData<? extends Styleable, T>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableObjectProperty
- StyleableObjectProperty(CssMetaData<? extends Styleable, T>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableObjectProperty
- StyleableObjectProperty(CssMetaData<? extends Styleable, T>, Object, String, T) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableObjectProperty
- StyleableObjectProperty(CssMetaData<? extends Styleable, T>, T) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableObjectProperty
- StyleableProperties() - Constructor for class io.github.palexdev.materialfx.font.MFXFontIcon.StyleableProperties
- StyleablePropertiesUtils - Class in io.github.palexdev.materialfx.utils
- StyleablePropertiesUtils.CssMetaDataList - Class in io.github.palexdev.materialfx.utils
- StyleableStringProperty - Class in io.github.palexdev.materialfx.beans.properties.styleable
- StyleableStringProperty(CssMetaData<? extends Styleable, String>) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableStringProperty
- StyleableStringProperty(CssMetaData<? extends Styleable, String>, Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableStringProperty
- StyleableStringProperty(CssMetaData<? extends Styleable, String>, Object, String, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableStringProperty
- StyleableStringProperty(CssMetaData<? extends Styleable, String>, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.styleable.StyleableStringProperty
- submit(Callable<Parent>) - Static method in class io.github.palexdev.materialfx.utils.LoaderUtils
-
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
- SupplierProperty<T> - Class in io.github.palexdev.materialfx.beans.properties.functional
-
Simply an
ObjectProperty
that wraps aSupplier
. - SupplierProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty
- SupplierProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty
- SupplierProperty(Object, String, Supplier<T>) - Constructor for class io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty
- SupplierProperty(Supplier<T>) - Constructor for class io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty
- supplyPages(int) - Method in class io.github.palexdev.materialfx.skins.MFXPaginationSkin
-
Builds additional pages according to the given number.
- SYNC - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SYNC_LIGHT - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- SynchronizedBooleanProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for boolean values. - SynchronizedBooleanProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
- SynchronizedBooleanProperty(boolean) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
- SynchronizedBooleanProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
- SynchronizedBooleanProperty(Object, String, boolean) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
- SynchronizedDoubleProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for double values. - SynchronizedDoubleProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
- SynchronizedDoubleProperty(double) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
- SynchronizedDoubleProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
- SynchronizedDoubleProperty(Object, String, double) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
- SynchronizedFloatProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for float values. - SynchronizedFloatProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
- SynchronizedFloatProperty(float) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
- SynchronizedFloatProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
- SynchronizedFloatProperty(Object, String, float) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
- SynchronizedIntegerProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for integer values. - SynchronizedIntegerProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
- SynchronizedIntegerProperty(int) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
- SynchronizedIntegerProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
- SynchronizedIntegerProperty(Object, String, int) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
- SynchronizedLongProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for long values. - SynchronizedLongProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
- SynchronizedLongProperty(long) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
- SynchronizedLongProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
- SynchronizedLongProperty(Object, String, long) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
- SynchronizedObjectProperty<T> - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for generic values. - SynchronizedObjectProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
- SynchronizedObjectProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
- SynchronizedObjectProperty(Object, String, T) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
- SynchronizedObjectProperty(T) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
- SynchronizedProperty<T> - Interface in io.github.palexdev.materialfx.beans.properties.base
-
Public API of every synchronized property.
- SynchronizedProperty.Helper - Class in io.github.palexdev.materialfx.beans.properties.base
-
Helper class to avoid code duplication.
- SynchronizedStringProperty - Class in io.github.palexdev.materialfx.beans.properties.synced
-
Implementation of
SynchronizedProperty
for String values. - SynchronizedStringProperty() - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
- SynchronizedStringProperty(Object, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
- SynchronizedStringProperty(Object, String, String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
- SynchronizedStringProperty(String) - Constructor for class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form