Index
A B C D E F G H I L M N O P R S T U V W X Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
S
- scanTree(AbstractMFXTreeItem<T>) - Method in interface io.github.palexdev.materialfx.selection.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.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.
- scrim(Pane, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
-
Adds a scrim effect to the specified pane with specified opacity.
- scrimBackground - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to apply scrim effect to dialog's parent when shown or not.
- scrimBackgroundProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to apply scrim effect to dialog's parent when shown or not.
- scrimEffect - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- scrimOpacity - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies the opacity/strength of the scrim effect.
- scrimOpacityProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies the opacity/strength of the scrim effect.
- 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. - SEARCH_PLUS - io.github.palexdev.materialfx.font.FontResources
- 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.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(MFXTableRow<T>) - Method in class io.github.palexdev.materialfx.selection.TableSelectionModel
-
This method is called when the mouseEvent argument passed to
TableSelectionModel.select(MFXTableRow, MouseEvent)
is null. - select(MFXTableRow<T>, MouseEvent) - Method in interface io.github.palexdev.materialfx.selection.ITableSelectionModel
- select(MFXTableRow<T>, MouseEvent) - Method in class io.github.palexdev.materialfx.selection.TableSelectionModel
-
This method is called by
MFXTableViewSkin
when the mouse is pressed on a row. - selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
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.
- selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
- selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
Specifies the background color when selected.
- selectedDateProperty() - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
- selectedIndexProperty() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- selectedItemProperty() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- 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.MFXTableRow
- selectedTextColorProperty() - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
- selectedValueProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
The currently selected item.
- selectFirst() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- selectionModelProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTableView
- selectionModelProperty() - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
- selectItem(T) - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- selectLast() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- selectNext() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- selectPrevious() - Method in class io.github.palexdev.materialfx.selection.ComboSelectionModelMock
- send(NotificationPos, MFXNotification) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
-
Sends a
MFXNotification
to the designatedPositionManager
- send(NotificationPos, MFXNotification, double) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
-
Sends a
MFXNotification
to the designatedPositionManager
with the specified spacing. - send(NotificationPos, MFXNotification, double, int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
-
Sends a
MFXNotification
to the designatedPositionManager
with the specified spacing and limit. - send(NotificationPos, MFXNotification, int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
-
Sends a
MFXNotification
to the designatedPositionManager
with the specified limit. - setAlignment(Pos) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property alignment.
- setAllowDrag(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setAllowsMultipleSelection(boolean) - Method in interface io.github.palexdev.materialfx.selection.ITableSelectionModel
- setAllowsMultipleSelection(boolean) - Method in interface io.github.palexdev.materialfx.selection.ITreeSelectionModel
- setAllowsMultipleSelection(boolean) - Method in class io.github.palexdev.materialfx.selection.TableSelectionModel
-
Sets the selection mode of the model, single or multiple.
- setAllowsMultipleSelection(boolean) - Method in class io.github.palexdev.materialfx.selection.TreeSelectionModel
-
Sets the selection mode of the model, single or multiple.
- setAnimate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
- setAnimate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setAnimateBackground(boolean) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
-
Sets the value of the property animateBackground.
- setAnimateCalendar(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property animateCalendar.
- setAnimateIn(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property animateIn.
- setAnimateLines(boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property animateLines.
- setAnimateLines(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property animateLines.
- setAnimateLines(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property animateLines.
- setAnimateOut(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property animateOut.
- setAnimationDuration(double) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the value of the property animationDuration.
- setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property animationMillis.
- setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Sets the value of the property animationMillis.
- setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Sets the value of the property animationMillis.
- setAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
- setAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
- setArcs(double, double) - Method in class io.github.palexdev.materialfx.controls.factories.RippleClipTypeFactory
- setAutomaticColorAdjustment(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property automaticColorAdjustment.
- setBackground(Region, Paint) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Sets the background of the given region to the given color.
- setBackgroundInsets(double) - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
Sets the value of the property backgroundInsets.
- setButtonType(ButtonType) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property buttonType.
- setCellFactory(Callback<AbstractMFXTreeItem<T>, AbstractMFXTreeCell<T>>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets the cell factory used by this item.
- setCenterBeforeShow(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- setCenterInOwner(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
-
Sets the value of the property centerInOwner.
- setChangeTextColor(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property changeTextColor.
- setChecked(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXCheckTreeItem
-
Sets the value of the property checked.
- setCheckedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property checkedColor.
- setChildrenMargin(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets the children left margin.
- setCloseButton(MFXButton) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Replaces the dialog's default close button with a new one and adds the close handler to it.
- setCloseHandler(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Replaces the dialog's default close handler with a new one, removes the old one from the button, replaces the handler and then re-adds the handler to the button.
- setCloseHandler(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
-
Since this class has no references to
MFXNotification
because they are two distinct and separate concepts, the close button action must be set after instantiating aMFXNotification
. - setCloseOnDaySelected(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property closeOnDaySelected.
- setColor(Paint) - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Sets the value of the property color.
- setColorText(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property colorText.
- setColumnName(String) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableColumnCell
-
Sets the value of the property columnName.
- setComboStyle(Styles.ComboBoxStyles) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property comboStyle.
- setComparator(Comparator<T>) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableColumnCell
- setContent(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property content.
- setContent(Region) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
-
Sets the notification's content and re-initializes the object.
- setContentNode(AbstractMFXDialog, String, String) - Static method in class io.github.palexdev.materialfx.controls.factories.MFXDialogFactory
-
Sets the content node of the given dialog with a new one.
- setContentPane(Pane) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Sets the pane in which switching views.
- setContentPane(Pane) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Sets the pane in which switching views.
- setContentProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
- setCornerRadius(double) - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
Sets the value of the property cornerRadius.
- setCurrent(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
-
Sets the value of the property current.
- setCurrentDate(LocalDate) - Method in class io.github.palexdev.materialfx.skins.MFXDatePickerContent
-
Sets the value of the property currentDate.
- setDateFormatter(DateTimeFormatter) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property dateFormatter.
- setDateFormatter(DateTimeFormatter) - Method in class io.github.palexdev.materialfx.skins.MFXDatePickerContent
-
Sets the value of the property dateFormatter.
- setDefault(String) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Sets the default view to set on show.
- setDefault(String) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Sets the default view to set on show.
- setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property depthLevel.
- setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Sets the value of the property depthLevel.
- setDescription(String) - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Sets the value of the property description.
- setDialogType(DialogType) - Method in class io.github.palexdev.materialfx.validation.MFXDialogValidator
-
Sets the value of the property dialogType.
- 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.
- setDuration(double) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
- setEditable(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property editable.
- setExpanded(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the item's expand state.
- setFixedCellSize(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
-
Sets the value of the property fixedCellSize.
- setFont(Font) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property font.
- setGeneratorCenterX(double) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
- setGeneratorCenterY(double) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
- setGraphicTextGap(double) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property graphicTextGap.
- setHeaderNode(DialogType, AbstractMFXDialog) - Static method in class io.github.palexdev.materialfx.controls.factories.MFXDialogFactory
-
Sets the header node of the given dialog to the given type.
- setHeaderProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
- setHideAfter(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
- setHideAfter(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Sets the value of the property hideAfter.
- setHideAfterDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
- setHideScrollBars(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
Sets the value of the property hideScrollBars.
- setHistoryLimit(int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
- setHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
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.
- setIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXIconWrapper
-
Sets the icon node.
- setInAnimation(Timeline) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
- setInAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- setIndeterminate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXCheckTreeItem
-
Sets the value of the property indeterminate.
- setInDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
-
Sets the value of the property inDuration.
- setInitialHeight(double) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Sets the initial height property.
- setIsAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
- setIsAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
- setIsDraggable(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- setIsValidated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
- setItemParent(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Sets this item's parent.
- 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.
- setLabelAlignment(Pos) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property labelAlignment.
- setLabelStyle(Styles.LabelStyles) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property labelStyle.
- setLeadingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property leadingIcon.
- setLimit(int) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
- setLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property lineColor.
- setLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property lineColor.
- setLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property lineColor.
- setLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property lineColor.
- setLineStrokeWidth(double) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property lineStrokeWidth.
- setLineStrokeWidth(double) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property lineStrokeWidth.
- setManualPosition(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setManualX(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setManualY(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setMarkSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property markSize.
- setMarkType(String) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property markType.
- setMaxPopupHeight(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property maxPopupHeight.
- setMaxPopupWidth(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property maxPopupWidth.
- setMaxRowsCombo(int) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Sets the value of the property maxRowsCombo.
- setModality(Modality) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
-
Sets the stage modality
- setOutAnimation(Timeline) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
- setOutAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- setOutDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
-
Sets the value of the property outDuration.
- setOverlayClose(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property overlayClose.
- setOwner(Window) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
-
Sets the stage's owner
- setPickerColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Sets the value of the property pickerColor.
- setPopupXOffset(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property popupXOffset.
- setPopupYOffset(double) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property popupYOffset.
- setPromptText(String) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property promptText.
- setRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Sets the value of the property radius.
- setRippleClipType(RippleClipType) - Method in class io.github.palexdev.materialfx.controls.factories.RippleClipTypeFactory
- setRippleClipTypeFactory(RippleClipTypeFactory) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
- setRippleColor(Color) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
-
Sets the value of the property rippleColor.
- setRippleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleColor.
- setRippleInDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleInDuration.
- setRippleOutDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXButton
-
Sets the value of the property rippleOutDuration.
- 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.RippleGenerator
-
Sets the value of the property rippleRadius.
- setRoot(AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
-
Sets the value of the property root.
- setRoot(Node) - Method in class io.github.palexdev.materialfx.beans.MFXLoadItem
- setRowCellFactory(Callback<T, ? extends MFXTableRowCell>) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableColumnCell
-
Sets the value of the property rowCellFactory.
- setScrimBackground(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property scrimBackground.
- setScrimBackground(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- setScrimOpacity(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property scrimOpacity.
- setScrimOpacity(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
- 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.MFXTableRow
-
Sets the value of the property selected.
- setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
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.
- setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property selectedColor.
- setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
Sets the value of the property selectedColor.
- setSelectedDate(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
-
Sets the value of the property selectedDate.
- setSelectedTextColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property selectedTextColor.
- setSelectedValue(T) - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
-
Sets the value of the property selectedValue.
- setSelectionModel(ITableSelectionModel<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Sets the value of the property selectionModel.
- setSelectionModel(ITreeSelectionModel<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
-
Sets the value of the property selectionModel.
- setShowRoot(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXTreeView
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXIconWrapper
-
Sets the size of the container.
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property size.
- setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
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.
- setSortState(SortState) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableColumnCell
- setSpacing(double) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
- 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.
- setText(String) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property text.
- setTextLimit(int) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property textLimit.
- setThumbColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
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.MFXListView
-
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.
- setTitle(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Sets the value of the property title.
- setTitle(String) - Method in class io.github.palexdev.materialfx.validation.MFXDialogValidator
- setTitleProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
- setToggleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property toggleColor.
- setToggleLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property toggleLineColor.
- setToggleShape(ToggleNodeShape) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
Sets the value of the property toggleShape.
- setTrackColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXListView
-
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.
- setTrailingIcon(Node) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
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.
- setType(DialogType) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- setUncheckedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Sets the value of the property uncheckedColor.
- setUnfocusedLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Sets the value of the property unfocusedLineColor.
- setUnfocusedLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXLabel
-
Sets the value of the property unfocusedLineColor.
- setUnfocusedLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXTextField
-
Sets the value of the property unfocusedLineColor.
- setUnSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property unSelectedColor.
- setUnSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
Sets the value of the property unSelectedColor.
- setUnSelectedTextColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXRadioButton
-
Sets the value of the property unSelectedTextColor.
- setUnToggleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property unToggleColor.
- setUnToggleLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Sets the value of the property unToggleLineColor.
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
- setupRippleGenerator() - Method in class io.github.palexdev.materialfx.controls.MFXButton
- 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.
- setValidated(boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
- setValidatorMessage(String) - Method in class io.github.palexdev.materialfx.validation.base.AbstractMFXValidator
-
Sets the value of the property validatorMessage.
- setYearMonth(YearMonth) - Method in class io.github.palexdev.materialfx.skins.MFXDatePickerContent
-
Sets the value of the property yearMonth.
- 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. - show() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- show() - Method in class io.github.palexdev.materialfx.controls.MFXDialog
-
Shows the dialog, computes the center and plays animations if requested
- show() - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
-
Shows the dialog by showing the stage, center the stage in its owner and plays animations if requested
- show() - Method in class io.github.palexdev.materialfx.filter.MFXFilterDialog
-
Shows the stage dialog.
- show() - Method in class io.github.palexdev.materialfx.validation.MFXDialogValidator
-
Shows this validator's dialog.
- show(MFXNotification) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
-
Shows the specified notification on screen.
- show(Window, double, double) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
-
Shows the notification on screen, plays in animation if requested, starts the close countdown if it's set to hide automatically.
- showModal(Window) - Method in class io.github.palexdev.materialfx.validation.MFXDialogValidator
-
Shows this validator's dialog.
- SimpleMFXNotificationPane - Class in io.github.palexdev.materialfx.controls
-
This class extends
AbstractMFXNotificationPane
and it serves as an example of a basic pane for aMFXNotification
. - SimpleMFXNotificationPane(String, String, String) - Constructor for class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
- SimpleMFXNotificationPane(Node, String, String, String) - Constructor for class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
- sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Specifies the size of the toggle button.
- sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
-
Specifies the size (both width and height) of the control.
- sizeProperty() - Method in class io.github.palexdev.materialfx.font.MFXFontIcon
-
Specifies the size of the icon.
- SLIDE_IN_BOTTOM - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_IN_LEFT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_IN_RIGHT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_IN_TOP - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_OUT_BOTTOM - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_OUT_LEFT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_OUT_RIGHT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- SLIDE_OUT_TOP - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
- smoothHScrolling(ScrollPane) - Static method in class io.github.palexdev.materialfx.controls.MFXScrollPane
-
Adds smooth horizontal scrolling to the specified scroll pane.
- smoothVScrolling(ScrollPane) - Static method in class io.github.palexdev.materialfx.controls.MFXScrollPane
-
Adds smooth vertical scrolling to the specified scroll pane.
- sortColumn(MFXTableColumnCell<T>) - Method in class io.github.palexdev.materialfx.skins.MFXTableViewSkin
-
Sorts the table view using the comparator specified in the clicked column.
- SortState - Enum in io.github.palexdev.materialfx.controls.enums
- startExpandedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
-
Specifies whether the item should be expanded when created.
- startingAngleProperty() - Method in class io.github.palexdev.materialfx.controls.MFXProgressSpinner
-
Specifies the starting angle of the animation.
- STEP_BACKWARD - io.github.palexdev.materialfx.font.FontResources
- STEP_FORWARD - io.github.palexdev.materialfx.font.FontResources
- stream(AbstractMFXTreeItem<T>) - Static method in class io.github.palexdev.materialfx.utils.TreeItemStream
- StringUtils - Class in io.github.palexdev.materialfx.utils
-
Utils class for
String
s. - StringUtils() - Constructor for class io.github.palexdev.materialfx.utils.StringUtils
- STYLE_CLASS - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
- STYLE1 - io.github.palexdev.materialfx.controls.enums.Styles.ComboBoxStyles
- STYLE1 - io.github.palexdev.materialfx.controls.enums.Styles.LabelStyles
- STYLE2 - io.github.palexdev.materialfx.controls.enums.Styles.ComboBoxStyles
- STYLE2 - io.github.palexdev.materialfx.controls.enums.Styles.LabelStyles
- StyleableProperties() - Constructor for class io.github.palexdev.materialfx.font.MFXFontIcon.StyleableProperties
- Styles - Class in io.github.palexdev.materialfx.controls.enums
-
This class contains various enumerators used in MaterialFX controls which support two or more styles that can be changed at runtime.
- Styles() - Constructor for class io.github.palexdev.materialfx.controls.enums.Styles
- Styles.ComboBoxStyles - Enum in io.github.palexdev.materialfx.controls.enums
- Styles.LabelStyles - Enum in io.github.palexdev.materialfx.controls.enums
- STYLESHEET - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
All Classes|All Packages