Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- incPressed() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Action performed when the increase button is pressed.
- IndexColumnPair(int) - Constructor for class io.github.palexdev.virtualizedfx.table3.ColumnState.IndexColumnPair
- IndexColumnPair(Integer, Column<T, ? extends TableCell<T>>) - Constructor for class io.github.palexdev.virtualizedfx.table3.ColumnState.IndexColumnPair
- indexProperty() - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- indexProperty() - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- indexProperty() - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- indexToItem(int) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Converts the given index to an item from the list.
- init() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
This method is responsible for filling the viewport with the necessary number of cells.
- init() - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
-
Initializes
GridRow
by creating the needed amount of cells given by theGridRow.getColumns()
range. - init() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
-
This is responsible for filling the viewport with the right amount of rows/columns/cells.
- init() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
ObservableGrid.init()
- init() - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- init() - Method in class io.github.palexdev.virtualizedfx.table.ColumnState
- init() - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
- init() - Method in class io.github.palexdev.virtualizedfx.table2.ColumnState
- init() - Method in class io.github.palexdev.virtualizedfx.table2.ViewportManager
- init() - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- init() - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- init() - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
- init() - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- init() - Method in class io.github.palexdev.virtualizedfx.table4.TableRow
- init() - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
- init(int, int) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
ObservableGrid.init(int, int)
- init(int, int, BiFunction<Integer, Integer, T>) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
ObservableGrid.init(int, int, BiFunction)
- init(int, int, T) - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
ObservableGrid.init(int, int, Object)
- init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
-
Responsible for filling the viewport the needed amount of rows/cells.
- init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table.TableState
- init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table2.TableState
- init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table3.TableState
- init(IntegerRange, IntegerRange) - Method in class io.github.palexdev.virtualizedfx.table4.TableState
- init(TableColumn<T, ? extends TableCell<T>>) - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
- INIT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.UpdateType
-
Indicates that the state has been created after an initialization request
- initCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Populates the cellsPool, adds them to the container and then calls
CellsManager.updateCells(int)
(indexes from 0 to num) to ensure the cells are displaying the right content (should not be needed though) - initCells(int) - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
CellsManager.initCells(int)
. - initFlow() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Calls
LayoutManager.bindings()
andCellsManager.initCells(int)
, the num of cells passed is computed by callingOrientationHelper.computeCellsNumber()
. - initialize() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.DO NOT CALL THIS METHOD, it's automatically handled by the VirtualFlow.
- initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Gets the first item from the items list and builds a cell from it.
- initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Adds the container to the children list, calls
SimpleVirtualFlow.setupScrollBars()
. - initialize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Calls
SimpleVirtualFlowContainer.buildClip()
, adds the needed listeners for the items list and the corresponding property, also callsLayoutManager.initialize()
. - invalidate() - Method in interface io.github.palexdev.virtualizedfx.cell.TableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table.cells.AutoTableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- invalidate() - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table3.components.UpdatingTableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- invalidate() - Method in class io.github.palexdev.virtualizedfx.table4.components.UpdatingTableCell
- invalidatedPos() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.AbstractHelper
- invalidatedPos() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
-
Invalidates
VirtualGrid.positionProperty()
in case changes occur in the viewport and the current position is no longer valid. - invalidatedPos() - Method in class io.github.palexdev.virtualizedfx.table.TableHelper.AbstractHelper
- invalidatedPos() - Method in interface io.github.palexdev.virtualizedfx.table.TableHelper
- invalidatePos() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.HorizontalHelper
- invalidatePos() - Method in interface io.github.palexdev.virtualizedfx.flow.OrientationHelper
-
Invalidates both
VirtualFlow.hPosProperty()
andVirtualFlow.vPosProperty()
in case changes occurred in the viewport and the current position are no longer valid. - invalidatePos() - Method in class io.github.palexdev.virtualizedfx.flow.OrientationHelper.VerticalHelper
- invalidatePos() - Method in class io.github.palexdev.virtualizedfx.table2.TableHelper.AbstractHelper
- invalidatePos() - Method in interface io.github.palexdev.virtualizedfx.table2.TableHelper
- invalidatePos() - Method in class io.github.palexdev.virtualizedfx.table3.TableHelper.AbstractHelper
- invalidatePos() - Method in interface io.github.palexdev.virtualizedfx.table3.TableHelper
- invalidatePos() - Method in class io.github.palexdev.virtualizedfx.table4.TableHelper.AbstractHelper
- invalidatePos() - Method in interface io.github.palexdev.virtualizedfx.table4.TableHelper
- InvalidationAction<T> - Class in io.github.palexdev.virtualizedfx.controls.behavior.actions
-
An
InvalidationAction
is a convenience bean which implementsDisposableAction
used byBehaviorBase
to register anInvalidationListener
on a certainObservableValue
and dispose it once it's not needed anymore. - InvalidationAction(ObservableValue<T>, InvalidationListener) - Constructor for class io.github.palexdev.virtualizedfx.controls.behavior.actions.InvalidationAction
- inViewportProperty() - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
- inViewportProperty() - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
- inViewportProperty() - Method in interface io.github.palexdev.virtualizedfx.table2.cells.Column
- inViewportProperty() - Method in interface io.github.palexdev.virtualizedfx.table3.Column
- inViewportProperty() - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
- inViewportProperty() - Method in interface io.github.palexdev.virtualizedfx.table4.Column
- inViewportProperty() - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
- io.github.palexdev.virtualizedfx - package io.github.palexdev.virtualizedfx
- io.github.palexdev.virtualizedfx.beans - package io.github.palexdev.virtualizedfx.beans
- io.github.palexdev.virtualizedfx.cell - package io.github.palexdev.virtualizedfx.cell
- io.github.palexdev.virtualizedfx.controls - package io.github.palexdev.virtualizedfx.controls
- io.github.palexdev.virtualizedfx.controls.behavior - package io.github.palexdev.virtualizedfx.controls.behavior
- io.github.palexdev.virtualizedfx.controls.behavior.actions - package io.github.palexdev.virtualizedfx.controls.behavior.actions
- io.github.palexdev.virtualizedfx.controls.behavior.base - package io.github.palexdev.virtualizedfx.controls.behavior.base
- io.github.palexdev.virtualizedfx.controls.skins - package io.github.palexdev.virtualizedfx.controls.skins
- io.github.palexdev.virtualizedfx.enums - package io.github.palexdev.virtualizedfx.enums
- io.github.palexdev.virtualizedfx.flow - package io.github.palexdev.virtualizedfx.flow
- io.github.palexdev.virtualizedfx.flow.paginated - package io.github.palexdev.virtualizedfx.flow.paginated
- io.github.palexdev.virtualizedfx.grid - package io.github.palexdev.virtualizedfx.grid
- io.github.palexdev.virtualizedfx.grid.paginated - package io.github.palexdev.virtualizedfx.grid.paginated
- io.github.palexdev.virtualizedfx.table - package io.github.palexdev.virtualizedfx.table
- io.github.palexdev.virtualizedfx.table.cells - package io.github.palexdev.virtualizedfx.table.cells
- io.github.palexdev.virtualizedfx.table2 - package io.github.palexdev.virtualizedfx.table2
- io.github.palexdev.virtualizedfx.table2.cells - package io.github.palexdev.virtualizedfx.table2.cells
- io.github.palexdev.virtualizedfx.table3 - package io.github.palexdev.virtualizedfx.table3
- io.github.palexdev.virtualizedfx.table3.components - package io.github.palexdev.virtualizedfx.table3.components
- io.github.palexdev.virtualizedfx.table4 - package io.github.palexdev.virtualizedfx.table4
- io.github.palexdev.virtualizedfx.table4.components - package io.github.palexdev.virtualizedfx.table4.components
- io.github.palexdev.virtualizedfx.unused.base - package io.github.palexdev.virtualizedfx.unused.base
- io.github.palexdev.virtualizedfx.unused.simple - package io.github.palexdev.virtualizedfx.unused.simple
- io.github.palexdev.virtualizedfx.utils - package io.github.palexdev.virtualizedfx.utils
- isAutoHideBars() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Gets the value of the
autoHideBars
property. - isButtonsVisible() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Gets the value of the
buttonsVisible
property. - isButtonsVisible() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Gets the value of the
buttonsVisible
property. - isDragging() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Gets the value of the
dragging
property. - isDragging() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Gets the value of the
dragging
property. - isDragToScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Gets the value of the
dragToScroll
property. - isEmpty() - Method in class io.github.palexdev.virtualizedfx.beans.VirtualBounds
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.GridState
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Delegate for
Grid.isEmpty()
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.table3.TableState
- isEmpty() - Method in class io.github.palexdev.virtualizedfx.table4.TableState
- isFilter - Variable in class io.github.palexdev.virtualizedfx.controls.behavior.actions.EventAction
- isFilter() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.actions.EventAction
- isFitToBreadth() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Gets the value of the
fitToBreadth
property. - isFitToHeight() - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Gets the value of the
fitToHeight
property. - isFitToHeight() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Gets the value of the
fitToHeight
property. - isFitToWidth() - Method in interface io.github.palexdev.virtualizedfx.unused.base.VirtualFlow
-
Deprecated.Gets the value of the
fitToWidth
property. - isFitToWidth() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Gets the value of the
fitToWidth
property. - isInitialized() - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.
- isInViewport() - Method in interface io.github.palexdev.virtualizedfx.table.cells.TableColumn
-
Gets the value of the
inViewport
property. - isInViewport() - Method in class io.github.palexdev.virtualizedfx.table.SimpleTableColumn
-
Gets the value of the
inViewport
property. - isInViewport() - Method in interface io.github.palexdev.virtualizedfx.table2.cells.Column
-
Gets the value of the
inViewport
property. - isInViewport() - Method in interface io.github.palexdev.virtualizedfx.table3.Column
-
Gets the value of the
inViewport
property. - isInViewport() - Method in class io.github.palexdev.virtualizedfx.table3.components.DefaultColumn
-
Gets the value of the
inViewport
property. - isInViewport() - Method in interface io.github.palexdev.virtualizedfx.table4.Column
-
Gets the value of the
inViewport
property. - isInViewport() - Method in class io.github.palexdev.virtualizedfx.table4.components.DefaultColumn
-
Gets the value of the
inViewport
property. - isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Gets the value of the
needsViewportLayout
property. - isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Gets the value of the
needsViewportLayout
property. - isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Gets the value of the
needsViewportLayout
property. - isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
-
Gets the value of the
needsViewportLayout
property. - isNeedsViewportLayout() - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
-
Gets the value of the
needsViewportLayout
property. - isProcessingChange() - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
- isProcessingChange() - Method in class io.github.palexdev.virtualizedfx.table4.ViewportManager
- isProcessingChange() - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
- isSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Gets the value of the
smoothScroll
property. - isSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Gets the value of the
smoothScroll
property. - isTrackSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Gets the value of the
trackSmoothScroll
property. - isTrackSmoothScroll() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Gets the value of the
trackSmoothScroll
property. - isViewportFull() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
- isViewportFull() - Method in class io.github.palexdev.virtualizedfx.table.TableState
- isVisible() - Method in class io.github.palexdev.virtualizedfx.grid.GridRow
- isVisible() - Method in class io.github.palexdev.virtualizedfx.table.ColumnState
- isVisible() - Method in class io.github.palexdev.virtualizedfx.table3.ColumnState
- itemProperty() - Method in class io.github.palexdev.virtualizedfx.table.cells.SimpleTableCell
- itemProperty() - Method in class io.github.palexdev.virtualizedfx.table3.components.SimpleTableCell
- itemProperty() - Method in class io.github.palexdev.virtualizedfx.table4.components.SimpleTableCell
- itemsChanged() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Called when the items list changes, if the list has been cleared calls
CellsManager.clear()
and then exits. - itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
- itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
- itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.table.ViewportManager
- itemsEmpty() - Method in class io.github.palexdev.virtualizedfx.table3.ViewportManager
- itemsNum() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
- itemsProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the
ObservableList
used to store the items. - itemsProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Specifies the
ObservableGrid
used to store the items. - itemsProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
- itemsProperty() - Method in class io.github.palexdev.virtualizedfx.table2.VirtualTable
- itemsProperty() - Method in class io.github.palexdev.virtualizedfx.table3.VirtualTable
- itemsProperty() - Method in class io.github.palexdev.virtualizedfx.table4.VirtualTable
- itemsProperty() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.Property for the items list.
- itemToCell(T) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Converts the given item to a cell using
VirtualFlow.cellFactoryProperty()
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form