Index
All Classes and Interfaces|All Packages
E
- enableBounceEffect() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Features
-
Calls
SimpleVirtualFlow.Features.enableBounceEffect(double, double)
with 5 and 40 values for strength and maxOverscroll respectively. - enableBounceEffect(double, double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Features
-
Adds a bounce effect when the start or end of the flow is reached.
- enableSmoothScrolling(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Features
-
Calls
SimpleVirtualFlow.Features.enableSmoothScrolling(double, double, double)
with 7 and 0.05 values for trackPadAdjustment and scrollThreshold as second and third parameters. - enableSmoothScrolling(double, double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Features
-
Calls
SimpleVirtualFlow.Features.enableSmoothScrolling(double, double, double)
with 0.05 value for scrollThreshold as third parameter. - enableSmoothScrolling(double, double, double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow.Features
-
Enables smooth scrolling for this VirtualFlow.
- equals(Object) - Method in class io.github.palexdev.virtualizedfx.beans.NumberRange
- estimatedHeightProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
The total height property, the sum of all cells' height.
- estimatedHeightProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
LayoutManager.estimatedHeightProperty()
. - estimatedWidthProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
-
The total width property, the sum of all cells' width.
- estimatedWidthProperty() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
-
Delegate method for
LayoutManager.estimatedWidthProperty()
. - executeWhen(BooleanExpression, Runnable, boolean, boolean, boolean) - Static method in class io.github.palexdev.virtualizedfx.utils.ExecutionUtils
-
Executes the given action if the given expression and the executeNow parameter are true.
- executeWhen(BooleanExpression, Runnable, Runnable, boolean, boolean, boolean, boolean) - Static method in class io.github.palexdev.virtualizedfx.utils.ExecutionUtils
-
Executes the given truAction if the given expression and the executeTrueNow parameter are true.
- executeWhen(ObservableValue<? extends T>, BiConsumer<T, T>, boolean, BiFunction<T, T, Boolean>, boolean) - Static method in class io.github.palexdev.virtualizedfx.utils.ExecutionUtils
-
Executes the given action (as a consumer) when the given
ObservableValue
changes. - ExecutionUtils - Class in io.github.palexdev.virtualizedfx.utils
-
Utils class to help with concurrency and callables.
- ExecutionUtils() - Constructor for class io.github.palexdev.virtualizedfx.utils.ExecutionUtils
- expandRange(NumberRange<Integer>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Expands a range on integers to a List of integers.
- expandRangeToSet(NumberRange<Integer>) - Static method in class io.github.palexdev.virtualizedfx.beans.NumberRange
-
Expands a range of integers to a Set of integers.
All Classes and Interfaces|All Packages