Index
All Classes and Interfaces|All Packages|Serialized Form
O
- of(double, double, double, double) - Static method in class io.github.palexdev.virtualizedfx.beans.VirtualBounds
- of(Integer, Integer) - Static method in class io.github.palexdev.virtualizedfx.beans.Coordinate
- of(ObservableValue<T>, InvalidationListener) - Static method in class io.github.palexdev.virtualizedfx.controls.behavior.actions.InvalidationAction
-
Equivalent to
InvalidationAction(ObservableValue, InvalidationListener)
but this also adds the listener to the observable already. - of(ObservableValue<T>, ChangeListener<T>) - Static method in class io.github.palexdev.virtualizedfx.controls.behavior.actions.ChangeAction
-
Equivalent to
ChangeAction(ObservableValue, ChangeListener)
but this also adds the listener to the observable already. - on(Grid<T>) - Static method in class io.github.palexdev.virtualizedfx.grid.GridIterator
- on(VirtualGrid<T, ?>) - Static method in class io.github.palexdev.virtualizedfx.grid.GridIterator
- onChange(ObservableGrid.Change<T>) - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
- onHScroll() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
- onItemsChanged(ListChangeListener.Change<? extends T>) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlowSkin
-
Tells the flow's components what to do when the items in the list change.
- onItemsChanged(ListChangeListener.Change<? extends T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlowSkin
-
Tells the flow's components what to do when the items in the list change.
- onListChange(ListChangeListener.Change<? extends T>) - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
This is responsible for updating the viewport state whenever a change occurs in the items list.
- onListChanged(ObservableList<? extends T>, ObservableList<? extends T>) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlowSkin
-
Tells the flow's components what to do when the items list changes.
- onListChanged(ObservableList<? extends T>, ObservableList<? extends T>) - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlowSkin
-
Tells the flow's components what to do when the items list changes.
- onScroll() - Method in class io.github.palexdev.virtualizedfx.flow.ViewportManager
-
This is responsible for updating the viewport state on scroll.
- onVScroll() - Method in class io.github.palexdev.virtualizedfx.grid.ViewportManager
- OrientationHelper - Interface in io.github.palexdev.virtualizedfx.flow
-
The
OrientationHelper
is a utility interface with two concrete implementationsOrientationHelper.HorizontalHelper
andOrientationHelper.VerticalHelper
, both are used by theVirtualFlow
and its subcomponents, depending on itsVirtualFlow.orientationProperty()
, to separate common computations/operations that depend on the orientation. - OrientationHelper - Interface in io.github.palexdev.virtualizedfx.unused.base
-
Deprecated.
- OrientationHelper.AbstractOrientationHelper - Class in io.github.palexdev.virtualizedfx.flow
-
Abstract implementation of
OrientationHelper
, base class for bothOrientationHelper.HorizontalHelper
andOrientationHelper.VerticalHelper
to extract common properties. - OrientationHelper.HorizontalHelper - Class in io.github.palexdev.virtualizedfx.flow
-
Concrete implementation of
OrientationHelper.AbstractOrientationHelper
for managing the virtual flow when its orientation is HORIZONTAL. - OrientationHelper.HorizontalHelper - Class in io.github.palexdev.virtualizedfx.unused.base
-
Deprecated.Implementation of
OrientationHelper
forOrientation.HORIZONTAL
. - OrientationHelper.VerticalHelper - Class in io.github.palexdev.virtualizedfx.flow
-
Concrete implementation of
OrientationHelper.AbstractOrientationHelper
for managing the virtual flow when its orientation is VERTICAL. - OrientationHelper.VerticalHelper - Class in io.github.palexdev.virtualizedfx.unused.base
-
Deprecated.Implementation of
OrientationHelper
forOrientation.VERTICAL
. - orientationHelperFactoryProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
To allow more customization on how the cells are laid out, the virtual flow allows you to specify a function used to build a
OrientationHelper
which is responsible for some core actions about cells and layout. - orientationHelperProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
The current built helper for the current
VirtualFlow.orientationProperty()
, seeOrientationHelper
. - orientationProperty() - Method in class io.github.palexdev.virtualizedfx.controls.MFXScrollBar
-
Specifies the scroll bar's orientation.
- orientationProperty() - Method in class io.github.palexdev.virtualizedfx.controls.VirtualScrollPane
-
Specifies the main orientation of the scroll pane.
- orientationProperty() - Method in class io.github.palexdev.virtualizedfx.flow.VirtualFlow
-
Specifies the orientation of the virtual flow.
- orientationProperty() - Method in class io.github.palexdev.virtualizedfx.unused.simple.SimpleVirtualFlow
-
Deprecated.The orientation property of the VirtualFlow.
All Classes and Interfaces|All Packages|Serialized Form