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 property autoHideBars.
- setBehavior(B) - Method in interface io.github.palexdev.virtualizedfx.controls.behavior.base.MFXBehavioral
-
Sets the value of the property behavior.
- setBehavior(MFXScrollBarBehavior) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property behavior.
- setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property buttonsGap.
- setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property buttonsGap.
- setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property buttonsVisible.
- setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property buttonsVisible.
- setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the property cellFactory.
- setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table.TableColumn
-
Sets the value of the property cellFactory.
- 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 property cellHeight.
- 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 property cellSize.
- setCellSize(Size) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property cellSize.
- setCellsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the property cellsPerPage.
- setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property clipBorderRadius.
- setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property clipBorderRadius.
- setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property clipBorderRadius.
- setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property clipBorderRadius.
- setColumn(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the property column.
- setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property columnSize.
- setColumnsLayoutMode(ColumnsLayoutMode) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property columnsLayoutMode.
- setContent(Node) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property content.
- setContentBounds(VirtualBounds) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property contentBounds.
- 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 property currentPage.
- setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the property currentPage.
- setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the property currentPage.
- setDirection(ScrollUtils.ScrollDirection) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the property direction.
- setDragging(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the property dragging.
- setDragToScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property dragToScroll.
- setEnableColumnsCache(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property enableColumnsCache.
- setEnableOverlay(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the property enableOverlay.
- 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 property fitToBreadth.
- setFitToHeight(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the property fitToHeight.
- setFitToHeight(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the property fitToHeight.
- setFitToWidth(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the property fitToWidth.
- setFitToWidth(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the property fitToWidth.
- setGridHelper(GridHelper) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property gridHelper.
- setGridHelperSupplier(Supplier<GridHelper>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property gridHelperSupplier.
- setHBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hBarBehavior.
- setHBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hBarOffset.
- setHBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hBarPadding.
- setHBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hBarPolicy.
- setHBarPos(ScrollPaneEnums.HBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hBarPos.
- setHMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hMax.
- setHMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hMin.
- 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 property hPos.
- 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 property hTrackIncrement.
- setHUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hUnitIncrement.
- setHVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property hVal.
- setIconAlignment(HPos) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the property iconAlignment.
- setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the property index.
- 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 property item.
- setItems(ObservableGrid<T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property items.
- setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property items.
- setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property items.
- 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 property lastColumnsRange.
- setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the property lastColumnsRange.
- setLastRange(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Sets the value of the property lastRange.
- setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the property lastRowsRange.
- setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the property lastRowsRange.
- setLayoutMode(ScrollPaneEnums.LayoutMode) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property layoutMode.
- setMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property max.
- setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the property maxPage.
- setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the property maxPage.
- setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the property maxPage.
- setMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property min.
- setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property needsViewportLayout.
- setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the property needsViewportLayout.
- setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property needsViewportLayout.
- setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property orientation.
- setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property orientation.
- setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property orientation.
- 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 property orientationHelper.
- setOrientationHelperFactory(Function<Orientation, OrientationHelper>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property orientationHelperFactory.
- setOverlayOnHeader(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the property overlayOnHeader.
- 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 property position.
- setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property position.
- 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 property row.
- setRowFactory(BiFunction<Integer, IntegerRange, TableRow<T>>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property rowFactory.
- setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the property rowsPerPage.
- setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the property rowsPerPage.
- setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property smoothScroll.
- setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property smoothScroll.
- setState(FlowState<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Sets the value of the property state.
- setState(GridState<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the property state.
- setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the property state.
- setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property tableHelper.
- setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the property tableHelperSupplier.
- setTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property trackIncrement.
- setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property trackSmoothScroll.
- setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property trackSmoothScroll.
- setUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property unitIncrement.
- setUpdateRequested(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the "updateRequested" flag to true.
- setValue(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the property value.
- setVBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vBarBehavior.
- setVBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vBarOffset.
- setVBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vBarPadding.
- setVBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vBarPolicy.
- setVBarPos(ScrollPaneEnums.VBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vBarPos.
- 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 property vMax.
- setVMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vMin.
- setVPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the property vPos.
- 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 property vTrackIncrement.
- setVUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vUnitIncrement.
- setVVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the property vVal.
- 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