Index

A B C D E G H I L N O P R S T U V W 
All Classes|All Packages

S

scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls by the given amount of pixels.
scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the given cell index.
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the first cell.
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the last cell.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the given pixel value.
ScrollUtils - Class in io.github.palexdev.virtualizedfx.utils
Utility class for ScrollPanes and MFXFlowlessListViews.
ScrollUtils.ScrollDirection - Enum Class in io.github.palexdev.virtualizedfx.utils
 
set(NumberRange<T>) - Method in class io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Overridden to check equality between ranges and return in case ranges are the same.
setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Sets the function used to build a Cell from an object of type T.
setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the function used to build a Cell from an object of type T.
setGravity(Gravity) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the orientation of the VirtualFlow.
setHorizontalPosition(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the horizontal scroll bar's value
setHSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the horizontal scroll bar speeds.
setIndexes(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
Sets the cells range.
setItems(ObservableList<T>) - Method in interface io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Replaces the items list with the given one.
setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Replaces the items list with the given one.
setOverscan(int) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the number of extra cells to build.
setRange(T) - Method in class io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Convenience method to set a range with both min and max equal.
setRange(T, T) - Method in class io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Convenience method to set a range with the given min and max values.
SetsDiff<T> - Class in io.github.palexdev.virtualizedfx.collections
Utils class to compute the difference between to Sets.
setupScrollBars() - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets up the scroll bars.
setVerticalPosition(double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the vertical scroll bar's value
setVSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the vertical scroll bar speeds.
SimpleVirtualFlow<T,​C extends ISimpleCell> - Class in io.github.palexdev.virtualizedfx.flow.simple
Simple implementation of VirtualFlow.
SimpleVirtualFlow() - Constructor for class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
 
SimpleVirtualFlow.Builder - Class in io.github.palexdev.virtualizedfx.flow.simple
Builder class to create SimpleVirtualFlows.
SimpleVirtualFlowContainer<T,​C extends ISimpleCell> - Class in io.github.palexdev.virtualizedfx.flow.simple
This is the Group used by SimpleVirtualFlow that contains the cells.
SimpleVirtualFlowContainer(SimpleVirtualFlow<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
 
A B C D E G H I L N O P R S T U V W 
All Classes|All Packages