Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
-
Overridden to call
BindingManager.unbind(ObservableValue)
. - unbind() - Method in class io.github.palexdev.materialfx.bindings.BindingHelper
-
Removes the sourceListener from the source, then sets the source to null.
- unbind() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Unbinds the selection.
- unbind() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.unbind()
. - unbind(ObservableValue<? extends T>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingHelper
-
Removes the given source from the sources map and also removes the sourceListener from it.
- unbind(ObservableValue<? extends T>, ObservableValue<? extends T>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Removes the given source from the given target's binding.
- unbind(ObservableValue<T>) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
If the given target is in the map, removes it and calls
BindingHelper.unbind()
. - unbindBidirectional() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Removes all bidirectional bindings.
- unbindBidirectional() - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.unbindBidirectional()
. - unbindBidirectional(Property<Boolean>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedBooleanProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedDoubleProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedFloatProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedIntegerProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedLongProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<String>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedStringProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindBidirectional(Property<T>) - Method in class io.github.palexdev.materialfx.beans.properties.synced.SynchronizedObjectProperty
-
Overridden to call
BiBindingManager.unbind(ObservableValue, ObservableValue)
. - unbindIndexBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Removes the bidirectional binding between the index property and the given other property.
- unbindIndexBidirectional(Property<Number>) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.unbindIndexBidirectional(Property)
. - unbindItemBidirectional(Property<T>) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Removes the bidirectional binding between the item property and the given other property.
- unbindItemBidirectional(Property<T>) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionModel
-
Delegate method for
SingleSelectionManager.unbindItemBidirectional(Property)
. - unbindReadOnly(ReadOnlyBooleanWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyBooleanWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyBooleanWrapper, ObservableValue<? extends Boolean>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyBooleanWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyDoubleWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyDoubleWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyDoubleWrapper, ObservableValue<? extends Double>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyDoubleWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyFloatWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyFloatWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyFloatWrapper, ObservableValue<? extends Float>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyFloatWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyIntegerWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyIntegerWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyIntegerWrapper, ObservableValue<? extends Integer>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyIntegerWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyLongWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyLongWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyLongWrapper, ObservableValue<? extends Long>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyLongWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyObjectWrapper<T>) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyObjectWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyObjectWrapper<T>, ObservableValue<? extends T>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyObjectWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - unbindReadOnly(ReadOnlyStringWrapper) - Method in class io.github.palexdev.materialfx.bindings.BindingManager
-
Retrieves the read-only property with
ReadOnlyStringWrapper.getReadOnlyProperty()
and callsBindingManager.unbind(ObservableValue)
on it. - unbindReadOnly(ReadOnlyStringWrapper, ObservableValue<? extends String>) - Method in class io.github.palexdev.materialfx.bindings.BiBindingManager
-
Retrieves the read-only property with
ReadOnlyStringWrapper.getReadOnlyProperty()
and callsBiBindingManager.unbind(ObservableValue, ObservableValue)
on it. - UNDO - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- unfocusedLineColorProperty() - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Specifies the line's color when the control is not focused.
- uninstall() - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Removes any added handler from the owner node.
- uninstall() - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Removes any added handler from the owner node.
- uninstall() - Method in class io.github.palexdev.materialfx.utils.DragResizer
- unitIncrementProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies the value to add/subtract to the slider's value when an arrow key is pressed.
- unmarkAsExtra() - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
-
Un-marks this cell as extra.
- unmodifiableKeysList() - Method in class io.github.palexdev.materialfx.bindings.BindingsMap
- UNREAD - Enum constant in enum class io.github.palexdev.materialfx.enums.NotificationState
- unreadCountProperty() - Method in class io.github.palexdev.materialfx.controls.MFXNotificationCenter
-
Specifies the number of unread notifications.
- unScrimOwner() - Method in class io.github.palexdev.materialfx.dialogs.MFXStageDialog
-
If
MFXStageDialog.getOwnerNode()
is not null removes the scrim effect from it. - UNSORTED - Enum constant in enum class io.github.palexdev.materialfx.enums.SortState
- UP - Enum constant in enum class io.github.palexdev.materialfx.utils.ScrollUtils.ScrollDirection
- update() - Method in class io.github.palexdev.materialfx.controls.MFXTableView
-
Allows to programmatically update the table.
- update() - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
This is the method responsible for updating the validator' state.
- update(boolean) - Method in class io.github.palexdev.materialfx.skins.MFXSliderSkin.LayoutData
-
Updated all the layout variables of this class.
- update(T) - Method in class io.github.palexdev.materialfx.controls.cell.MFXTableRowCell
-
Responsible for updating the cell's text.
- updateAlignment() - Method in class io.github.palexdev.materialfx.skins.base.MFXLabeledSkinBase
-
This method ensures that the control's pane is always correctly aligned with the text.
- updateBackground(Region, Paint) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Changes the background color of a
Region
to the desired one. - updateBackground(Region, Paint, Insets) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
-
Changes the background color of a
Region
to the desired one and lets specify the background insets. - updateBackground(Region, Paint, CornerRadii, Insets) - Static method in class io.github.palexdev.materialfx.utils.NodeUtils
- updateBars() - Method in class io.github.palexdev.materialfx.skins.MFXProgressBarSkin
-
Responsible for updating the progress bar state.
- updateBetweens() - Method in class io.github.palexdev.materialfx.skins.MFXPaginationSkin
-
All
MFXPage
s have aNumberRange
field that specifies the range of truncated pages. - updateCell(MFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
-
This methods is needed for updating the cell when the item state changes.
- updateCell(MFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.cell.MFXSimpleTreeCell
-
This methods is needed for updating the cell when the item state changes.
- updateCells(T) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Responsible for updating the row cells by calling
MFXTableRowCell.update(Object)
. - updateChildren() - Method in class io.github.palexdev.materialfx.skins.MFXButtonSkin
- updateChildrenParent(List<? extends AbstractMFXTreeItem<T>>, AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXTreeItem
- updateChildrenParent(List<? extends AbstractMFXTreeItem<T>>, AbstractMFXTreeItem<T>) - Method in class io.github.palexdev.materialfx.controls.MFXTreeItem
-
Used in the items listener added by the
MFXTreeItem.initialize()
method. - updateComboItem(ListCell<T>, T, boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyComboBox
-
Defines the behavior of the button cell.
- updateCurrentDate() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Updates the current date property with
LocalDate.now()
- updateDisplay() - Method in class io.github.palexdev.materialfx.skins.MFXTreeItemSkin
-
This method is called when the item is about to expand/collapse.
- updateElapsed() - Method in class io.github.palexdev.materialfx.controls.MFXSimpleNotification
- updateElapsed() - Method in interface io.github.palexdev.materialfx.notifications.base.INotification
-
Should be called by a periodic task to inform "someone" that the elapsed time should be updated
- updateFilters() - Method in class io.github.palexdev.materialfx.skins.MFXFilterPaneSkin
-
For each filter in the
MFXFilterPane.getActiveFilters()
list builds a node that represents the filter. - updateIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Updates the index property of the cell.
- updateIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Updates the index property of the cell.
- updateIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXFilterComboBoxCell
-
Updates the index property of the cell.
- updateIndex(int) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Updates the index property of the cell.
- updateIndex(int) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
- updateInvalid(Node, boolean) - Method in interface io.github.palexdev.materialfx.validation.Validated
-
Convenience method to update the ":invalid" PseudoClass offered by this interface.
- updateItem(INotification) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Updates the notification property of the cell, then calls
MFXNotificationCell.render(INotification)
. - updateItem(Integer) - Method in class io.github.palexdev.materialfx.controls.cell.MFXPage
- updateItem(LocalDate) - Method in class io.github.palexdev.materialfx.controls.cell.MFXDateCell
- updateItem(T) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
Updates the data property of the cell.
- updateItem(T) - Method in class io.github.palexdev.materialfx.controls.cell.MFXCheckListCell
-
Updates the data property of the cell.
- updateItem(T) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
Updates the data property of the cell.
- updateItem(T) - Method in class io.github.palexdev.materialfx.controls.cell.MFXListCell
-
Updates the data property of the cell.
- updateItem(T) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
- updateItem(T, boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyListCell
-
Overridden method to add the
RippleGenerator
and allowNodes
. - updateItem(T, boolean) - Method in class io.github.palexdev.materialfx.controls.legacy.MFXLegacyTableRow
- updatePages() - Method in class io.github.palexdev.materialfx.skins.MFXPaginationSkin
-
Computes the indexes list using
MFXPagination.indexesSupplierProperty()
and updates the built pages usingMFXPage.updateItem(Integer)
. - updateProgress() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Updates the
MFXStepper.progressProperty()
by counting the number of COMPLETED toggles and dividing it by the total number of controls, so the progress values go from 0.0 to 1.0. - updateProgress() - Method in class io.github.palexdev.materialfx.skins.MFXProgressBarSkin
-
Responsible for calculating the bar width according to the current progress (so when the progress bar is not indeterminate).
- updateProgress() - Method in class io.github.palexdev.materialfx.skins.MFXProgressSpinnerSkin
-
Updates the progress.
- updateRow() - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Public API to update the row's cells.
- updateRow(T) - Method in class io.github.palexdev.materialfx.controls.MFXTableRow
-
Called by the
MFXTableRow.updateItem(Object)
method. - updateSelection(boolean) - Method in class io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
-
Responsible for updating the selection state according to the checkbox' state.
- updateSelection(int) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
If multiple selection is allowed adds the given index (and the retrieved item) to the selection map, otherwise creates a new tmp map containing only the given index-item entry and replaces the selection.
- updateSelection(int) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Updates the selection with the given index (and the retrieved item) by using
SynchronizedProperty.setAndWait(Object, ObservableValue)
. - updateSelection(MouseEvent) - Method in class io.github.palexdev.materialfx.controls.cell.base.AbstractMFXListCell
-
If the pressed mouse button is not the primary, exits immediately.
- updateSelection(MouseEvent) - Method in class io.github.palexdev.materialfx.controls.cell.MFXComboBoxCell
-
If the pressed mouse button is not the primary, exits immediately.
- updateSelection(T) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
If multiple selection is allowed adds the given item (and the retrieved index) to the selection map, otherwise creates a new tmp map containing only the given index-item entry and replaces the selection.
- updateSelection(T) - Method in class io.github.palexdev.materialfx.selection.SingleSelectionManager
-
Updates the selection with the given item (and the retrieved index) by using
SynchronizedProperty.setAndWait(Object, ObservableValue)
. - updateSelectionByIndexes(List<Integer>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
If multiple selection is allowed adds all the given indexes to the selection (and the retrieved items), otherwise replaces the selection with the first index given in the list.
- updateSelectionByItems(List<T>) - Method in class io.github.palexdev.materialfx.selection.MultipleSelectionManager
-
If multiple selection is allowed adds all the given items to the selection (and the retrieved indexes), otherwise replaces the selection with the first item given in the list.
- updateSource(ObservableValue<? extends T>, BiConsumer<T, T>, T, T) - Method in class io.github.palexdev.materialfx.bindings.BiBindingHelper
-
Updates the given source using the given
BiConsumer
- updateSources(T, T) - Method in class io.github.palexdev.materialfx.bindings.BiBindingHelper
-
Invoked by the targetListener, it's responsible for updating the sources by calling
BiBindingHelper.updateSource(ObservableValue, BiConsumer, Object, Object)
. - updateTarget(ObservableValue<? extends T>, T, T) - Method in class io.github.palexdev.materialfx.bindings.base.AbstractBindingHelper
-
Invoked by the sourceListener, it's responsible for updating the specified target using the specified targetUpdater
BiConsumer
. - updateTarget(ObservableValue<? extends T>, T, T) - Method in class io.github.palexdev.materialfx.bindings.BiBindingHelper
-
Invoked by the sourceListener, it's responsible for updating the specified target using the specified targetUpdater
BiConsumer
. - updateTarget(ObservableValue<? extends T>, T, T) - Method in class io.github.palexdev.materialfx.bindings.BindingHelper
-
Invoked by the sourceListener, it's responsible for updating the specified target using the specified targetUpdater
BiConsumer
. - updateTextColor(Color) - Method in class io.github.palexdev.materialfx.skins.MFXTextFieldSkin
-
Responsible for updating the text's color.
- updateTicksData() - Method in class io.github.palexdev.materialfx.skins.MFXSliderSkin.LayoutData
-
Builds the major ticks and sets their style class to "tick-even" or "tick-odd" according to their index in the list.
- updateValue(LocalDate) - Method in class io.github.palexdev.materialfx.skins.MFXDatePickerSkin
-
Responsible for updating the date picker's text with the given date.
- updateValue(T) - Method in class io.github.palexdev.materialfx.skins.MFXComboBoxSkin
-
Responsible for updating the combo's text with the given item.
- useAlternativeAnd - Static variable in enum class io.github.palexdev.materialfx.enums.ChainMode
- USER - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
- USERS - Enum constant in enum class io.github.palexdev.materialfx.font.FontResources
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form