索引

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|所有程序包

S

scrollBy(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
Scrolls the flow by the given amount of pixels.
scrollBy(double) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
Scrolls the flow by the given amount of pixels.
scrollBy(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
Scrolls the flow by the given amount of pixels.
scrollBy(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls by the given amount of pixels.
scrollTo(int) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
Scrolls the flow to the given cell index.
scrollTo(int) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
Scrolls the flow to the given cell index.
scrollTo(int) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
Scrolls the flow to the given cell index.
scrollTo(int) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the given cell index.
scrollToFirst() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
scrollToFirst() - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
Scrolls the flow to the first cell.
scrollToFirst() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
scrollToFirst() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the first cell.
scrollToLast() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
Calls OrientationHelper.HorizontalHelper.scrollTo(int) with items size - 1 as argument.
scrollToLast() - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
Scrolls the flow to the last cell.
scrollToLast() - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
Calls OrientationHelper.VerticalHelper.scrollTo(int) with items size - 1 as argument.
scrollToLast() - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the last cell.
scrollToPixel(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.HorizontalHelper
Scrolls the flow to the given pixel value.
scrollToPixel(double) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper
Scrolls the flow to the given pixel value.
scrollToPixel(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.base.OrientationHelper.VerticalHelper
Scrolls the flow to the given pixel value.
scrollToPixel(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Scrolls to the given pixel value.
ScrollUtils - io.github.palexdev.virtualizedfx.utils中的类
Utility class for VirtualFlows.
ScrollUtils.ScrollDirection - io.github.palexdev.virtualizedfx.utils中的Enum Class
 
set(NumberRange<T>) - 类中的方法 io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Overridden to check equality between ranges and return in case ranges are the same.
setCellFactory(Function<T, C>) - 接口中的方法 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>) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the function used to build a Cell from an object of type T.
setFitToHeight(boolean) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
设置属性fitToHeight的值。
setFitToHeight(boolean) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
设置属性fitToHeight的值。
setFitToWidth(boolean) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
设置属性fitToWidth的值。
setFitToWidth(boolean) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
设置属性fitToWidth的值。
setHorizontalPosition(double) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Sets the horizontal scroll bar's value
setHorizontalPosition(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the horizontal scroll bar's value
setHSpeed(double, double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the horizontal scroll bar speeds.
setInitialized(boolean) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.LayoutManager
Sets the init state of the LayoutManager
setItems(ObservableList<T>) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Replaces the items list with the given one.
setItems(ObservableList<T>) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Replaces the items list with the given one.
setOrientation(Orientation) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the orientation of the VirtualFlow.
setRange(T) - 类中的方法 io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Convenience method to set a range with both min and max equal.
setRange(T, T) - 类中的方法 io.github.palexdev.virtualizedfx.beans.NumberRangeProperty
Convenience method to set a range with the given min and max values.
SetsDiff<T> - io.github.palexdev.virtualizedfx.collections中的类
Utils class to compute the difference between to Sets.
setVerticalPosition(double) - 接口中的方法 io.github.palexdev.virtualizedfx.flow.base.VirtualFlow
Sets the vertical scroll bar's value
setVerticalPosition(double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the vertical scroll bar's value
setVSpeed(double, double) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
Sets the vertical scroll bar speeds.
SimpleVirtualFlow<T,C extends Cell<T>> - io.github.palexdev.virtualizedfx.flow.simple中的类
Simple implementation of VirtualFlow.
SimpleVirtualFlow() - 类的构造器 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
 
SimpleVirtualFlow(ObjectProperty<ObservableList<T>>, Function<T, C>, Orientation) - 类的构造器 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
 
SimpleVirtualFlow(ObservableList<T>, Function<T, C>, Orientation) - 类的构造器 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow
 
SimpleVirtualFlow.Builder - io.github.palexdev.virtualizedfx.flow.simple中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
SimpleVirtualFlow.Features - io.github.palexdev.virtualizedfx.flow.simple中的类
Helper class to manage extra features of the VirtualFlow.
SimpleVirtualFlowContainer<T,C extends Cell<T>> - io.github.palexdev.virtualizedfx.flow.simple中的类
This is the Region used by SimpleVirtualFlow to contain the cells.
SimpleVirtualFlowContainer(SimpleVirtualFlow<T, C>) - 类的构造器 io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer
 
supplyCells(int, int) - 类中的方法 io.github.palexdev.virtualizedfx.flow.simple.CellsManager
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 
All Classes and Interfaces|所有程序包