Index
All Classes and Interfaces|All Packages|Serialized Form
R
- recomputeCellsSize() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Forces the
LayoutManager
to recompute the cells sizes. - register(ObservableValue<T>, InvalidationListener) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.base.BehaviorBase
-
Creates a new
InvalidationAction
usingInvalidationAction.of(ObservableValue, InvalidationListener)
and adds it to the actions list. - register(ObservableValue<T>, ChangeListener<T>) - Method in class io.github.palexdev.virtualizedfx.controls.behavior.base.BehaviorBase
-
Creates a new
ChangeAction
usingChangeAction.of(ObservableValue, ChangeListener)
and adds it to the actions list. - removeLast() - Method in class io.github.palexdev.virtualizedfx.flow.FlowState
-
Retrieves the last cell index with
FlowState.getLastAvailable()
, then removes and returns the cell from the cells map. - requestCellsLayout() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Forces the
CellsManager
to recompute the cells layout. - requestFocus() - Method in class io.github.palexdev.virtualizedfx.controls.behavior.MFXScrollBarBehavior
-
Requests focus for the scroll bar if it's not already focused and if it's focus traversable.
- requestLayout() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Forces
CellsManager.processLayout(List)
with the previously computed updates. - requestViewportLayout() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Basically a setter for
VirtualFlow.needsViewportLayoutProperty()
. - requestViewportLayout() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
- reset() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
Resets the viewport by first calling
ViewportManager.clear()
, thenViewportManager.init()
. - reset() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
- reset() - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Drastic reset of the VirtualFlow, scroll position is set back to 0.0,
CellsManager.clear()
is called, cells are re-initializedCellsManager.initCells(int)
. - reset() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlowContainer
-
Deprecated.Delegate method for
CellsManager.reset()
. - resizeRelocate(Node, double, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.HorizontalHelper
-
Deprecated.Resizes and relocated the given node with the given parameters, the y offset is always 0.
- resizeRelocate(Node, double, double, double) - Method in interface io.github.palexdev.virtualizedfx.unused.base.OrientationHelper
-
Deprecated.Resizes and relocates the given node with the given parameters.
- resizeRelocate(Node, double, double, double) - Method in class io.github.palexdev.virtualizedfx.unused.base.OrientationHelper.VerticalHelper
-
Deprecated.Resizes and relocated the given node with the given parameters, the x offset is always 0.
- ResourceManager - Class in io.github.palexdev.virtualizedfx
- retrieveCellsSizes(C) - Method in class io.github.palexdev.virtualizedfx.unused.simple.LayoutManager
-
Deprecated.Called during initialization to compute the sizes of a Cell before it's laid out.
- RIGHT - Enum constant in enum class io.github.palexdev.virtualizedfx.enums.ScrollPaneEnums.VBarPos
- rowsRange() - Method in class io.github.palexdev.virtualizedfx.grid.GridHelper.DefaultGridHelper
- rowsRange() - Method in interface io.github.palexdev.virtualizedfx.grid.GridHelper
- rowsTransition(IntegerRange) - Method in class io.github.palexdev.virtualizedfx.grid.GridState
All Classes and Interfaces|All Packages|Serialized Form