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
ScrollEventoccurs. - 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
PaginatedVirtualFlowcan 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
PaginatedVirtualFlowcan 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
PaginatedVirtualGridcan 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
PaginatedVirtualTablecan 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
PaginatedVirtualTablecan 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
PaginatedVirtualGridcan 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
PaginatedVirtualTablecan 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
PaginatedVirtualTablecan 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
PaginatedVirtualFlowcan 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
PaginatedVirtualFlowcan 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
PaginatedVirtualGridcan 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
PaginatedVirtualTablecan 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
PaginatedVirtualTablecan 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
autoHideBarsproperty. - setBehavior(B) - Method in interface io.github.palexdev.virtualizedfx.controls.behavior.base.MFXBehavioral
-
Sets the value of the
behaviorproperty. - setBehavior(MFXScrollBarBehavior) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
behaviorproperty. - setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
buttonsGapproperty. - setButtonsGap(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
buttonsGapproperty. - setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
buttonsVisibleproperty. - setButtonsVisible(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
buttonsVisibleproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
cellFactoryproperty. - setCellFactory(Function<T, C>) - Method in interface io.github.palexdev.virtualizedfx.table.TableColumn
-
Sets the value of the
cellFactoryproperty. - 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
cellHeightproperty. - 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
cellSizeproperty. - setCellSize(Size) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
cellSizeproperty. - setCellsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
cellsPerPageproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
clipBorderRadiusproperty. - setClipBorderRadius(double) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
clipBorderRadiusproperty. - setColumn(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
columnproperty. - setColumnSize(Size) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
columnSizeproperty. - setColumnsLayoutMode(ColumnsLayoutMode) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
columnsLayoutModeproperty. - setContent(Node) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
contentproperty. - setContentBounds(VirtualBounds) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
contentBoundsproperty. - setConverter(Function<E, String>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
-
Allows to easily set a
StringConverterfor the cell by just giving aFunctionas parameter, makes use ofFunctionalStringConverter.to(Function). - setConverter(StringConverter<E>) - Method in interface io.github.palexdev.virtualizedfx.cell.MappingTableCell
-
Sets the
StringConverterused 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
currentPageproperty. - setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
currentPageproperty. - setCurrentPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the
currentPageproperty. - setDirection(ScrollUtils.ScrollDirection) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the
directionproperty. - setDragging(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Sets the value of the
draggingproperty. - setDragToScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
dragToScrollproperty. - setEnableColumnsCache(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
enableColumnsCacheproperty. - setEnableOverlay(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
enableOverlayproperty. - 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
fitToBreadthproperty. - setFitToHeight(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the
fitToHeightproperty. - setFitToHeight(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the
fitToHeightproperty. - setFitToWidth(boolean) - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Sets the value of the
fitToWidthproperty. - setFitToWidth(boolean) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Sets the value of the
fitToWidthproperty. - setGridHelper(GridHelper) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
gridHelperproperty. - setGridHelperSupplier(Supplier<GridHelper>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
gridHelperSupplierproperty. - setHBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarBehaviorproperty. - setHBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarOffsetproperty. - setHBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPaddingproperty. - setHBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPolicyproperty. - setHBarPos(ScrollPaneEnums.HBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hBarPosproperty. - setHMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hMaxproperty. - setHMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hMinproperty. - 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
hPosproperty. - 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 newPositionobject. - 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 newPositionobject. - 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
hTrackIncrementproperty. - setHUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hUnitIncrementproperty. - setHVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
hValproperty. - setIconAlignment(HPos) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
iconAlignmentproperty. - setIndex(int) - Method in class io.github.palexdev.virtualizedfx.table.defaults.SimpleTableCell
-
Sets the value of the
indexproperty. - 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
itemproperty. - setItems(ObservableGrid<T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
itemsproperty. - setItems(ObservableList<T>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
itemsproperty. - 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
lastColumnsRangeproperty. - setLastColumnsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
lastColumnsRangeproperty. - setLastRange(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Sets the value of the
lastRangeproperty. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the
lastRowsRangeproperty. - setLastRowsRange(NumberRange<Integer>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
lastRowsRangeproperty. - setLayoutMode(ScrollPaneEnums.LayoutMode) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
layoutModeproperty. - setMax(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
maxproperty. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
-
Sets the value of the
maxPageproperty. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
maxPageproperty. - setMaxPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the
maxPageproperty. - setMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
minproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Sets the value of the
needsViewportLayoutproperty. - setNeedsViewportLayout(boolean) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
needsViewportLayoutproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
orientationproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
orientationproperty. - setOrientation(Orientation) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
orientationproperty. - 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
orientationHelperproperty. - setOrientationHelperFactory(Function<Orientation, OrientationHelper>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
orientationHelperFactoryproperty. - setOverlayOnHeader(boolean) - Method in class io.github.palexdev.virtualizedfx.table.defaults.DefaultTableColumn
-
Sets the value of the
overlayOnHeaderproperty. - 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
positionproperty. - setPosition(Position) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
positionproperty. - 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
rowproperty. - setRowFactory(BiFunction<Integer, IntegerRange, TableRow<T>>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
rowFactoryproperty. - setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
-
Sets the value of the
rowsPerPageproperty. - setRowsPerPage(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
-
Sets the value of the
rowsPerPageproperty. - setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
smoothScrollproperty. - setSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
smoothScrollproperty. - setState(FlowState<T, C>) - Method in class io.github.palexdev.virtualizedfx.flow.FlowManager
-
Sets the value of the
stateproperty. - setState(GridState<T, C>) - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Sets the value of the
stateproperty. - setState(TableState<T>) - Method in class io.github.palexdev.virtualizedfx.table.TableManager
-
Sets the value of the
stateproperty. - setTableHelper(TableHelper) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelperproperty. - setTableHelperSupplier(Supplier<TableHelper>) - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Sets the value of the
tableHelperSupplierproperty. - setTrackIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
trackIncrementproperty. - setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
trackSmoothScrollproperty. - setTrackSmoothScroll(boolean) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
trackSmoothScrollproperty. - setUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Sets the value of the
unitIncrementproperty. - 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
valueproperty. - setVBarBehavior(Function<MFXScrollBar, MFXScrollBarBehavior>) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarBehaviorproperty. - setVBarOffset(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarOffsetproperty. - setVBarPadding(Insets) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPaddingproperty. - setVBarPolicy(ScrollPaneEnums.ScrollBarPolicy) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPolicyproperty. - setVBarPos(ScrollPaneEnums.VBarPos) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vBarPosproperty. - 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
vMaxproperty. - setVMin(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vMinproperty. - setVPos(double) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Sets the value of the
vPosproperty. - 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 newPositionobject. - 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 newPositionobject. - 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
vTrackIncrementproperty. - setVUnitIncrement(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vUnitIncrementproperty. - setVVal(double) - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Sets the value of the
vValproperty. - 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
FlowStateobject. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the current
FlowStatewhich describes the state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.GridManager
-
Keeps the
GridStateobject which represents the current state of the viewport. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Carries the
GridStateobject 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
TableStateobject. - stateProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Carries the
TableStateobject 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
fromindex, 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