Index
All Classes|All Packages
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
- 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, 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(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, 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_CLOSED_EVENT - Static variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog.MFXDialogEvent
- ON_OPENED_EVENT - Static variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog.MFXDialogEvent
- 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. - onBeforeCloseProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- onBeforeNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.BEFORE_NEXT_EVENT
is fired. - onBeforeOpenProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- onBeforePreviousProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.BEFORE_PREVIOUS_EVENT
is fired. - onClosedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- onFinished() - Method in class io.github.palexdev.materialfx.beans.AnimationsData
- onLastNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.LAST_NEXT_EVENT
is fired. - onNextProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.NEXT_EVENT
is fired. - onOpenedProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- onPreviousProperty() - Method in class io.github.palexdev.materialfx.controls.MFXStepper
-
Specifies the action to perform when a
MFXStepper.MFXStepperEvent.PREVIOUS_EVENT
is fired. - 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 - io.github.palexdev.materialfx.filter.EvaluationMode
- orientationProperty() - Method in class io.github.palexdev.materialfx.controls.MFXSlider
-
Specifies the slider's orientation.
- OTHER_SIDE - io.github.palexdev.materialfx.controls.enums.SliderEnums.SliderPopupSide
- outAnimation - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- outAnimationType - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- outDurationProperty() - Method in class io.github.palexdev.materialfx.effects.ripple.RippleGenerator
-
Deprecated.
- overlayClose - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether the dialog should close when clicking outside of it or not.
- overlayCloseProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether the dialog should close when clicking outside of it or not.
- ownerProperty() - Method in class io.github.palexdev.materialfx.controls.MFXContextMenu
-
Specifies the popup's owner.
All Classes|All Packages