Index

A B C D E F G H I L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form

S

scroll(ScrollEvent) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Action performed when a ScrollEvent occurs.
SCROLL - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
Indicates that the state has been created after a scroll request
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
 
scrollBy(double) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
Scrolls in the viewport by the given amount of pixels.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
 
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
This is unsupported as the PaginatedVirtualFlow can only scroll to certain pixel values, given by the pages.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
This is unsupported as the PaginatedVirtualFlow can only scroll to certain pixel values, given by the pages.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Tells the current VirtualFlow.orientationHelperProperty() to scroll by the given amount of pixels.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
Scrolls the flow by the given amount of pixels.
scrollBy(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
Deprecated.
Scrolls the flow by the given amount of pixels.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
Scrolls the flow by the given amount of pixels.
scrollBy(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Scrolls by the given amount of pixels.
ScrollPaneEnums - Class in io.github.palexdev.virtualizedfx.enums
Convenience class that contains several enumerators for scroll panes.
ScrollPaneEnums.HBarPos - Enum Class in io.github.palexdev.virtualizedfx.enums
Enumeration to specify the position of the horizontal scroll bar in a scroll pane.
ScrollPaneEnums.LayoutMode - Enum Class in io.github.palexdev.virtualizedfx.enums
Enumeration to define the layout strategy for a scroll pane.
ScrollPaneEnums.ScrollBarPolicy - Enum Class in io.github.palexdev.virtualizedfx.enums
Enumeration to define the visibility of a scroll pane's scroll bars.
ScrollPaneEnums.VBarPos - Enum Class in io.github.palexdev.virtualizedfx.enums
Enumeration to specify the position of the vertical scroll bar in a scroll pane.
scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
Scrolls the flow to the given cell index.
scrollTo(int) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
Deprecated.
Scrolls the flow to the given cell index.
scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
Scrolls the flow to the given cell index.
scrollTo(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Scrolls to the given cell index.
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Tells the current VirtualFlow.orientationHelperProperty() to scroll to the first cell.
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
scrollToFirst() - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
Deprecated.
Scrolls the flow to the first cell.
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Scrolls to the first cell.
scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
 
scrollToIndex(int) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
Scrolls in the viewport to the given item's index.
scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
 
scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
Basically the same as PaginatedHelper.PaginatedHorizontalHelper.goToPage(int), the index parameter is always clamped between 1 and PaginatedVirtualFlow.maxPageProperty().
scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
Basically the same as PaginatedHelper.PaginatedVerticalHelper.goToPage(int), the index parameter is always clamped between 1 and PaginatedVirtualFlow.maxPageProperty().
scrollToIndex(int) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Tells the current VirtualFlow.orientationHelperProperty() to scroll to the given cell index.
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Tells the current VirtualFlow.orientationHelperProperty() to scroll to the last cell.
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
Calls OrientationHelper.HorizontalHelper.scrollTo(int) with items size - 1 as argument.
scrollToLast() - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
Deprecated.
Scrolls the flow to the last cell.
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
Calls OrientationHelper.VerticalHelper.scrollTo(int) with items size - 1 as argument.
scrollToLast() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Scrolls to the last cell.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
 
scrollToPixel(double) - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
Scrolls in the viewport to the given pixel value.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
 
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
This is unsupported as the PaginatedVirtualFlow can only scroll to certain pixel values, given by the pages.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Tells the current VirtualFlow.orientationHelperProperty() to scroll to the given pixel.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
Deprecated.
Scrolls the flow to the given pixel value.
scrollToPixel(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
Deprecated.
Scrolls the flow to the given pixel value.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
Deprecated.
Scrolls the flow to the given pixel value.
scrollToPixel(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Scrolls to the given pixel value.
setAutoHideBars(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the autoHideBars property.
setBehavior(B) - Method in interface io.github.palexdev.virtualizedfx.controls.behavior.base.MFXBehavioral
Sets the value of the behavior property.
setBehavior(MFXScrollBarBehavior) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the behavior property.
setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the buttonsGap property.
setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the buttonsGap property.
setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the buttonsVisible property.
setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the buttonsVisible property.
setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the cellFactory property.
setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the cellFactory property.
setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
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.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the function used to build a Cell from an object of type T.
setCellsChanged(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
 
setCellsChanged(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
 
setCellSize(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the cellSize property.
setCellSize(SizeBean) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the cellSize property.
setCellsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
Sets the value of the cellsPerPage property.
setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the clipBorderRadius property.
setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the clipBorderRadius property.
setContent(Node) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the content property.
setContentBounds(VirtualBounds) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the contentBounds property.
setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
Sets the value of the currentPage property.
setDirection(ScrollUtils.ScrollDirection) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Sets the value of the direction property.
setDragging(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Sets the value of the dragging property.
setDragToScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the dragToScroll property.
setFitToBreadth(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the fitToBreadth property.
setFitToHeight(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Sets the value of the fitToHeight property.
setFitToHeight(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the value of the fitToHeight property.
setFitToWidth(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Sets the value of the fitToWidth property.
setFitToWidth(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the value of the fitToWidth property.
setGridHelper(GridHelper) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the gridHelper property.
setGridHelperFactory(Supplier<GridHelper>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the gridHelperFactory property.
setHBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hBarBehavior property.
setHBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hBarPadding property.
setHBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hBarPolicy property.
setHBarPos(ScrollPaneEnums.HBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hBarPos property.
setHMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hMax property.
setHMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hMin property.
setHorizontalPosition(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Sets the horizontal scroll bar's value
setHorizontalPosition(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the horizontal scroll bar's value
setHPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the hPos property.
setHPos(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the hPos property.
setHSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the horizontal scroll bar speeds.
setHSpeed(VirtualScrollPane, double, double, double) - Static method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the horizontal scroll speed for the given VirtualScrollPane.
setHTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hTrackIncrement property.
setHUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hUnitIncrement property.
setHVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the hVal property.
setInitialized(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
Deprecated.
Sets the init state of the LayoutManager
setItems(ObservableGrid<T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the items property.
setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the items property.
setItems(ObservableList<T>) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Replaces the items list with the given one.
setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Replaces the items list with the given one.
setLastColumnRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
Sets the value of the lastColumnRange property.
setLastRange(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
Sets the value of the lastRange property.
setLastRowRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
Sets the value of the lastRowRange property.
setLayoutMode(ScrollPaneEnums.LayoutMode) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the layoutMode property.
setMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the max property.
setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
Sets the value of the maxPage property.
setMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the min property.
setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the needsViewportLayout property.
setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the needsViewportLayout property.
setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the orientation property.
setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the orientation property.
setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the orientation property.
setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the orientation of the VirtualFlow.
setOrientationHelper(OrientationHelper) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the orientationHelper property.
setOrientationHelperFactory(Function<Orientation, OrientationHelper>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the orientationHelperFactory property.
setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the smoothScroll property.
setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the smoothScroll property.
setState(FlowState<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
Sets the value of the state property.
setState(GridState<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
Sets the value of the state property.
setTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the trackIncrement property.
setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the trackSmoothScroll property.
setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the trackSmoothScroll property.
setUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the unitIncrement property.
setValue(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Sets the value of the value property.
setVBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vBarBehavior property.
setVBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vBarPadding property.
setVBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vBarPolicy property.
setVBarPos(ScrollPaneEnums.VBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vBarPos property.
setVerticalPosition(double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
Deprecated.
Sets the vertical scroll bar's value
setVerticalPosition(double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the vertical scroll bar's value
setVMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vMax property.
setVMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vMin property.
setVPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Sets the value of the vPos property.
setVPos(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
Sets the value of the vPos property.
setVSpeed(double, double) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
Sets the vertical scroll bar speeds.
setVSpeed(VirtualScrollPane, double, double, double) - Static method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the vertical scroll speed for the given VirtualScrollPane.
setVTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vTrackIncrement property.
setVUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vUnitIncrement property.
setVVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Sets the value of the vVal property.
SimpleVirtualFlow<T,C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.unused.simple
Deprecated.
SimpleVirtualFlow() - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
 
SimpleVirtualFlow(ObjectProperty<ObservableList<T>>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
 
SimpleVirtualFlow(ObservableList<T>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
Deprecated.
 
SimpleVirtualFlow.Builder - Class in io.github.palexdev.virtualizedfx.unused.simple
Deprecated, for removal: This API element is subject to removal in a future version.
SimpleVirtualFlow.Features - Class in io.github.palexdev.virtualizedfx.unused.simple
Deprecated.
Helper class to manage extra features of the VirtualFlow.
SimpleVirtualFlowContainer<T,C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.unused.simple
Deprecated.
SimpleVirtualFlowContainer(SimpleVirtualFlow<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
Deprecated.
 
size() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
 
smoothScroll(int) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
This is called by MFXScrollBarBehavior.scroll(ScrollEvent) if the smooth scroll feature is enabled.
smoothScrollProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
Specifies whether the scrolling should be smooth, done by animations.
smoothScrollProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
Specifies whether the scrolling should be smooth, done by animations.
stateProperty() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
Specifies the current state of the viewport as a FlowState object.
stateProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
Specifies the current FlowState which describes the state of the viewport.
stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
 
stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
 
stopAnimations() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
Stops any currently playing animation, including: smooth scroll animations, hold animation (those responsible for detecting mouse press and hold), and any other scroll animation (typically the ones created inside hold animations)
supplyCells(int, int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
Deprecated.
Creates new cells from the given from index, keeps creating cells until the cell pool size has reached targetSize, new cells are also added to the container.
A B C D E F G H I L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Serialized Form