Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- ObservableStack<E> - Class in io.github.palexdev.materialfx.collections
-
A crude implementation of an observable stack It includes the main features of a stack namely: push and pop.
- ObservableStack() - Constructor for class io.github.palexdev.materialfx.collections.ObservableStack
- observableValue - Variable in class io.github.palexdev.materialfx.utils.others.observables.When
- of(double, double) - Static method in class io.github.palexdev.materialfx.beans.PositionBean
- of(double, double) - Static method in class io.github.palexdev.materialfx.beans.SizeBean
- of(double, double) - Static method in class io.github.palexdev.materialfx.factories.InsetsFactory
- of(double, double, double) - Static method in class io.github.palexdev.materialfx.factories.InsetsFactory
- of(double, double, double, double) - Static method in class io.github.palexdev.materialfx.beans.TransitionPositionBean
- of(double, double, double, double) - Static method in class io.github.palexdev.materialfx.factories.InsetsFactory
- of(double, KeyValue...) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Calls
AnimationUtils.KeyFrames.of(Duration, KeyValue[])
by converting the given millis value withDuration.millis(double)
. - of(double, WritableValue<T>, T) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Calls
AnimationUtils.KeyFrames.of(Duration, WritableValue, Object)
by converting the given millis value withDuration.millis(double)
. - of(double, WritableValue<T>, T, Interpolators) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Calls
AnimationUtils.KeyFrames.of(Duration, WritableValue, Object, Interpolators)
by converting the given millis value withDuration.millis(double)
. - of(double, WritableValue<T>, T, Interpolator) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Calls
AnimationUtils.KeyFrames.of(Duration, WritableValue, Object, Interpolator)
by converting the given millis value withDuration.millis(double)
. - of(double, EventHandler<ActionEvent>) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Calls
AnimationUtils.KeyFrames.of(Duration, EventHandler)
by converting the given millis value withDuration.millis(double)
. - of(Severity, String, BooleanExpression) - Static method in class io.github.palexdev.materialfx.validation.Constraint
- of(String, URL) - Static method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoaderBean
- of(String, BooleanExpression) - Static method in class io.github.palexdev.materialfx.validation.Constraint
- of(Consumer<Double>) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer. - of(Consumer<Double>, double) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer and duration in milliseconds. - of(Consumer<Double>, double, Interpolators) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer, duration in milliseconds and interpolator. - of(Consumer<Double>, double, Interpolator) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer, duration in milliseconds and interpolator. - of(Consumer<Double>, Duration) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer and duration. - of(Consumer<Double>, Duration, Interpolators) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer, duration and interpolator. - of(Consumer<Double>, Duration, Interpolator) - Static method in class io.github.palexdev.materialfx.effects.ConsumerTransition
-
Creates a new
ConsumerTransition
with the given consumer, duration and interpolator. - of(HPos, VPos) - Static method in class io.github.palexdev.materialfx.beans.Alignment
- of(Node, String) - Static method in class io.github.palexdev.materialfx.controls.MFXTooltip
-
Static method to create a new
MFXTooltip
with the given parameters. - of(Node, Duration) - Static method in class io.github.palexdev.materialfx.beans.AnimationsData
-
Builds a new AnimationsData object with the given node and duration, the action is set to null.
- of(Node, Duration, EventHandler<ActionEvent>) - Static method in class io.github.palexdev.materialfx.beans.AnimationsData
-
Builds a new AnimationsData object with the given node and duration and action.
- of(Duration, KeyValue...) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Returns a new KeyFrame with the given duration and keyvalues.
- of(Duration, WritableValue<T>, T) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Returns a new KeyFrame with the given duration and builds a new KeyValue for it with the given writable property and endValue.
- of(Duration, WritableValue<T>, T, Interpolators) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Returns a new KeyFrame with the given duration and builds a new KeyValue for it with the given writable property, endValue and interpolator.
- of(Duration, WritableValue<T>, T, Interpolator) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Returns a new KeyFrame with the given duration and builds a new KeyValue for it with the given writable property, endValue and interpolator.
- of(Duration, EventHandler<ActionEvent>) - Static method in class io.github.palexdev.materialfx.utils.AnimationUtils.KeyFrames
-
Returns a new KeyFrame with the given duration and action.
- of(T) - Static method in class io.github.palexdev.materialfx.beans.NumberRange
-
Returns a new instance of NumberRange with the given val as both min and max bounds.
- of(T, T) - Static method in class io.github.palexdev.materialfx.beans.NumberRange
-
Returns a new instance of NumberRange with the given min and max bounds.
- ON_HIDDEN - Static variable in class io.github.palexdev.materialfx.controls.MFXComboBox
- ON_HIDING - Static variable in class io.github.palexdev.materialfx.controls.MFXComboBox
- ON_SHOWING - Static variable in class io.github.palexdev.materialfx.controls.MFXComboBox
- ON_SHOWN - Static variable in class io.github.palexdev.materialfx.controls.MFXComboBox
- onActionProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the combo box's action when the value property changes.
- onActionProperty() - Method in class io.github.palexdev.materialfx.controls.MFXContextMenuItem
-
Specifies the action to perform when clicked.
- onActionProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
Specifies the action to perform when the toggle button is selected/unselected.
- onAlwaysOnTopProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies the action to perform when the always on top button is pressed.
- onAnimationFinished - Variable in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
- onAnimationFinishedProperty() - Method in class io.github.palexdev.materialfx.effects.ripple.base.AbstractMFXRippleGenerator
-
Specifies the action to perform when a
AbstractMFXRippleGenerator.RippleGeneratorEvent.ANIMATION_FINISHED_EVENT
is fired. - onBeforeNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.BEFORE_NEXT_EVENT
is fired. - onBeforePreviousProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.BEFORE_PREVIOUS_EVENT
is fired. - onCancelProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action to perform on
MFXCombo.cancel(String)
. - onCancelProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onCancelProperty() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Specifies the action to perform on
MFXDatePicker.cancel(String)
. - onChanged(ObservableValue<T>) - Static method in class io.github.palexdev.materialfx.utils.others.observables.When
-
Convenience method to create an instance of
OnChanged
. - OnChanged<T> - Class in io.github.palexdev.materialfx.utils.others.observables
-
Concrete implementation of
When
that usesChangeListener
s to listen for changes for a givenObservableValue
. - onClose - Variable in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
- onCloseProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies the action to perform when the close button is pressed.
- onCommitProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action to perform on
MFXCombo.commit(String)
. - onCommitProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onCommitProperty() - Method in class io.github.palexdev.materialfx.controls.MFXDatePicker
-
Specifies the action to perform on
MFXDatePicker.commit(String)
. - oneShot - Variable in class io.github.palexdev.materialfx.utils.others.observables.When
- oneShot() - Method in class io.github.palexdev.materialfx.utils.others.observables.When
-
Specifies that the construct is "one-shot", meaning that once the value changes the first time, the construct will automatically dispose itself.
- onFinished() - Method in class io.github.palexdev.materialfx.beans.AnimationsData
- onHiddenProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action when the popup is hidden.
- onHiddenProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onHidingProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action when the popup is hiding.
- onHidingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onInvalidated(ObservableValue<T>) - Static method in class io.github.palexdev.materialfx.utils.others.observables.When
-
Convenience method to create and instance of
OnInvalidated
. - OnInvalidated<T> - Class in io.github.palexdev.materialfx.utils.others.observables
-
Concrete implementation of
When
that usesInvalidationListener
s to listen for changes for a givenObservableValue
. - onLastNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.LAST_NEXT_EVENT
is fired. - onLoaded(List<MFXLoaderBean>) - Method in class io.github.palexdev.materialfx.utils.others.loader.MFXLoader
-
This method is called once all the views have been loaded by
MFXLoader.start()
orMFXLoader.startWith(ExecutorService)
. - onMinimizeProperty() - Method in class io.github.palexdev.materialfx.dialogs.MFXGenericDialog
-
Specifies the action to perform when the minimize button is pressed.
- onNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.NEXT_EVENT
is fired. - onPreviousProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.PREVIOUS_EVENT
is fired. - onShowingProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action when the popup is showing.
- onShowingProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onShownProperty() - Method in interface io.github.palexdev.materialfx.controls.base.MFXCombo
-
Specifies the action when the popup is shown.
- onShownProperty() - Method in class io.github.palexdev.materialfx.controls.MFXComboBox
- onUpdated() - Method in class io.github.palexdev.materialfx.validation.MFXValidator
-
This is called when the
MFXValidator.update()
method is triggered and it's responsible for running the action specified by the user,MFXValidator.setOnUpdated(BiConsumer)
. - onValidationFailedProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.VALIDATION_FAILED_EVENT
is fired. - OR - Enum constant in enum class io.github.palexdev.materialfx.enums.ChainMode
- orientationProperty() - Method in class io.github.palexdev.materialfx.controls.MFXPagination
-
Specifies the control's orientation.
- orientationProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies the slider's orientation.
- OTHER_SIDE - Enum constant in enum class io.github.palexdev.materialfx.enums.SliderEnums.SliderPopupSide
- outDurationProperty() - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.
- override(boolean) - Method in class io.github.palexdev.materialfx.bindings.BiBindingBuilder
-
If a binding for the specified target is already present specifies if this builder's targetUpdater must replace the existing one.
- owner - Variable in class io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form