Index
All Classes and Interfaces|All Packages|Constant Field Values
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.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollBy(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport by the given amount of pixels.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGrid
can only scroll to certain pixel values, given by the pages. - scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls by the given amount of pixels in the given direction.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.FixedPaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- scrollBy(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Scrolls the viewport by the given amount of pixels.
- scrollBy(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls by the given amount of pixels in the given direction.
- 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(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollTo(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given pixel value.
- scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGrid
can only scroll to certain pixel values, given by the pages. - scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given pixel value in the given direction.
- scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.FixedPaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- scrollTo(double, Orientation) - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Scrolls the viewport to the given pixel value.
- scrollTo(double, Orientation) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the given pixel value in the given direction.
- 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.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollToColumn(int) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given column index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given column index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- scrollToColumn(int) - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Scrolls the viewport to the given column index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.VariableTableHelper
-
Scrolls the viewport to the given column index.
- scrollToColumn(int) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the given column index.
- scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the
PaginatedVirtualFlow.currentPageProperty()
to 1. - 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.Calls
OrientationHelper.HorizontalHelper.scrollTo(int)
with 0 as argument. - 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.Calls
OrientationHelper.VerticalHelper.scrollTo(int)
with 0 as argument. - scrollToFirst() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Scrolls to the first cell.
- scrollToFirstColumn() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the first columns.
- scrollToFirstColumn() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the first columns.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
The paginated grid cannot scroll to a desired row.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the first row.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
The paginated table cannot scroll to a desired row.
- scrollToFirstRow() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the first row.
- 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 andPaginatedVirtualFlow.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 andPaginatedVirtualFlow.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.
- scrollToLastColumn() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the last column.
- scrollToLastColumn() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the last column.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
The paginated grid cannot scroll to a desired row.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the last row.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
The paginated table cannot scroll to a desired row.
- scrollToLastRow() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the last row.
- 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.PaginatedHorizontalHelper
-
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.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.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- scrollToRow(int) - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Scrolls the viewport to the given row index.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
This is unsupported as the
PaginatedVirtualGrid
can only scroll to certain pixel values, given by the pages. - scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Scrolls to the given row index.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.FixedPaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
-
This is unsupported as the
PaginatedVirtualTable
can only scroll to certain pixel values, given by the pages. - scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- scrollToRow(int) - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
-
Scrolls the viewport to the given row index.
- scrollToRow(int) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Scrolls to the given row index.
- 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 class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
cellFactory
property. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table.TableColumn
-
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.
- setCellHeight(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
cellHeight
property. - setCellsChanged(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
- setCellSize(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
cellSize
property. - setCellSize(Size) - 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. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
clipBorderRadius
property. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
clipBorderRadius
property. - setColumn(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
column
property. - setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
columnSize
property. - setColumnsLayoutMode(ColumnsLayoutMode) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
columnsLayoutMode
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. - setConverter(Function<E, String>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
-
Allows to easily set a
StringConverter
for the cell by just giving aFunction
as parameter, makes use ofFunctionalStringConverter.to(Function)
. - setConverter(StringConverter<E>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
-
Sets the
StringConverter
used to convert an extracted value E to a string - setConverter(StringConverter<E>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
currentPage
property. - setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
currentPage
property. - setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
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. - setEnableColumnsCache(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
enableColumnsCache
property. - setEnableOverlay(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
enableOverlay
property. - setExtractor(Function<T, E>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
-
Sets the function used to extract a property E from an item T
- setExtractor(Function<T, E>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- 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. - setGridHelperSupplier(Supplier<GridHelper>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
gridHelperSupplier
property. - setHBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarBehavior
property. - setHBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarOffset
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
-
Shortcut for
VirtualGrid.setPosition(double, double)
, which uses the current vPos as the y value for the newPosition
object. - setHPos(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double)
, which uses the current vPos as the y value for the newPosition
object. - 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.utils.VSPUtils
-
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. - setIconAlignment(HPos) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
iconAlignment
property. - setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
index
property. - setInitialized(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Sets the init state of the LayoutManager
- setItem(T) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
item
property. - 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 class io.github.palexdev.virtualizedfx.table.VirtualTable
-
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.
- setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the
lastColumnsRange
property. - setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
lastColumnsRange
property. - setLastRange(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Sets the value of the
lastRange
property. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the
lastRowsRange
property. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
lastRowsRange
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. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
maxPage
property. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
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. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
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. - setOverlayOnHeader(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
overlayOnHeader
property. - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Convenience method, alternative to
VirtualGrid.setPosition(Position)
. - setPosition(double, double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Convenience method, alternative to
VirtualTable.setPosition(Position)
. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
position
property. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
position
property. - setReusablePositions(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
- setRow(DefaultTableRow<T>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
row
property. - setRowFactory(BiFunction<Integer, IntegerRange, TableRow<T>>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
rowFactory
property. - setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
rowsPerPage
property. - setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the
rowsPerPage
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.FlowManager
-
Sets the value of the
state
property. - setState(GridState<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the
state
property. - setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
state
property. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelper
property. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelperSupplier
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. - setUpdateRequested(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the "updateRequested" flag to true.
- setupRegionDragResizer() - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Initializes the 'controller' responsible for resizing this column when
VirtualTable.columnsLayoutModeProperty()
is set toColumnsLayoutMode.VARIABLE
. - 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. - setVBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarOffset
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
- setVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
Responsible for showing/hiding the cells of this row.
- 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
-
Shortcut for
VirtualGrid.setPosition(double, double)
, which uses the current hPos as the x value for the newPosition
object. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Shortcut for
VirtualTable.setPosition(double, double)
, which uses the current hPos as the x value for the newPosition
object. - 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.utils.VSPUtils
-
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. - SimpleTableCell<T,
E> - Class in io.github.palexdev.virtualizedfx.table.defaults -
Basic implementation of
MappingTableCell
. - SimpleTableCell(T, Function<T, E>) - Constructor for class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- SimpleTableCell(T, Function<T, E>, StringConverter<E>) - Constructor for class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
- 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.GridRow
- size() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
- size() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
Grid.size()
- size() - Method in class io.github.palexdev.virtualizedfx.table.TableRow
- size() - Method in class io.github.palexdev.virtualizedfx.table.TableState
- 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.FlowManager
-
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.GridManager
-
Keeps the
GridState
object which represents the current state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Carries the
GridState
object which represents the current state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Specifies the current state of the viewport as a
TableState
object. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Carries the
TableState
object which represents the current state of the viewport. - 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 reachedtargetSize
, new cells are also added to the container.
All Classes and Interfaces|All Packages|Constant Field Values