Index
All Classes and Interfaces|All Packages|Constant Field Values
P
- pageToPos(int) - Method in interface io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper
-
Converts the given page number to the corresponding position in pixels.
- pageToPos(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
-
Converts the given page number to the corresponding position in pixels.
- pageToPos(int) - Method in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
-
Converts the given page number to the corresponding position in pixels.
- pageToPos(int) - Method in interface io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper
-
Converts the given page number to the corresponding position in pixels.
- pageToPos(int) - Method in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
-
Converts the given page number to the corresponding position in pixels.
- pageToPos(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.FixedPaginatedTableHelper
-
Converts the given page number to the corresponding position in pixels
- pageToPos(int) - Method in interface io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper
-
Converts the given page number to the corresponding position in pixels
- pageToPos(int) - Method in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
-
Converts the given page number to the corresponding position in pixels
- PaginatedGridHelper(PaginatedVirtualGrid<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
- PaginatedHelper - Interface in io.github.palexdev.virtualizedfx.flow.paginated
-
Small API extension of
OrientationHelper
, to be used exclusively withPaginatedVirtualFlow
. - PaginatedHelper - Interface in io.github.palexdev.virtualizedfx.grid.paginated
-
Small API extension of
GridHelper
, to be used exclusively withPaginatedVirtualGrid
. - PaginatedHelper - Interface in io.github.palexdev.virtualizedfx.table.paginated
-
Small API extension of
TableHelper
, to be used withPaginatedVirtualTable
. - PaginatedHelper.FixedPaginatedTableHelper - Class in io.github.palexdev.virtualizedfx.table.paginated
-
Concrete implementation of
PaginatedHelper
and extension ofTableHelper.FixedTableHelper
to be used forPaginatedVirtualTable
when itsVirtualTable.columnsLayoutModeProperty()
is set toColumnsLayoutMode.FIXED
. - PaginatedHelper.PaginatedGridHelper - Class in io.github.palexdev.virtualizedfx.grid.paginated
-
Concrete implementation of
PaginatedHelper
and extension ofGridHelper.DefaultGridHelper
. - PaginatedHelper.PaginatedHorizontalHelper - Class in io.github.palexdev.virtualizedfx.flow.paginated
-
Concrete implementation of
PaginatedHelper
to be used withPaginatedVirtualFlow
when itsVirtualFlow.orientationProperty()
is HORIZONTAL, extendsOrientationHelper.HorizontalHelper
. - PaginatedHelper.PaginatedVerticalHelper - Class in io.github.palexdev.virtualizedfx.flow.paginated
-
Concrete implementation of
PaginatedHelper
to be used withPaginatedVirtualFlow
when itsVirtualFlow.orientationProperty()
is VERTICAL, extendsOrientationHelper.VerticalHelper
. - PaginatedHelper.VariablePaginatedTableHelper - Class in io.github.palexdev.virtualizedfx.table.paginated
-
Concrete implementation of
PaginatedHelper
and extension ofTableHelper.VariableTableHelper
to be used forPaginatedVirtualTable
when itsVirtualTable.columnsLayoutModeProperty()
is set toColumnsLayoutMode.VARIABLE
. - PaginatedHorizontalHelper(PaginatedVirtualFlow<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
- PaginatedVerticalHelper(PaginatedVirtualFlow<?, ?>) - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
- PaginatedVirtualFlow<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow.paginated -
Extension of
VirtualFlow
to offer pagination features. - PaginatedVirtualFlow() - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
- PaginatedVirtualFlow(ObservableList<T>, Function<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
- PaginatedVirtualFlow(ObservableList<T>, Function<T, C>, Orientation) - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlow
- PaginatedVirtualFlowSkin<T,
C extends Cell<T>> - Class in io.github.palexdev.virtualizedfx.flow.paginated -
Default skin implementation for
PaginatedVirtualFlow
, extendsVirtualFlowSkin
. - PaginatedVirtualFlowSkin(PaginatedVirtualFlow<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedVirtualFlowSkin
- PaginatedVirtualGrid<T,
C extends GridCell<T>> - Class in io.github.palexdev.virtualizedfx.grid.paginated -
Extension of
VirtualGrid
to offer pagination features. - PaginatedVirtualGrid() - Constructor for class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
- PaginatedVirtualGrid(ObservableGrid<T>, Function<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGrid
- PaginatedVirtualGridSkin<T,
C extends GridCell<T>> - Class in io.github.palexdev.virtualizedfx.grid.paginated -
Default skin implementation for
PaginatedVirtualGrid
, extendsVirtualGridSkin
. - PaginatedVirtualGridSkin(PaginatedVirtualGrid<T, C>) - Constructor for class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedVirtualGridSkin
- PaginatedVirtualTable<T> - Class in io.github.palexdev.virtualizedfx.table.paginated
-
Extension of
VirtualTable
to offer pagination features. - PaginatedVirtualTable() - Constructor for class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
- PaginatedVirtualTable(ObservableList<T>, TableColumn<T, ? extends TableCell<T>>...) - Constructor for class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
- PaginatedVirtualTable(ObservableList<T>, ObservableList<TableColumn<T, ? extends TableCell<T>>>) - Constructor for class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTable
- PaginatedVirtualTableSkin<T> - Class in io.github.palexdev.virtualizedfx.table.paginated
-
Default skin implementation for
PaginatedVirtualTable
, extendsVirtualTableSkin
. - PaginatedVirtualTableSkin(PaginatedVirtualTable<T>) - Constructor for class io.github.palexdev.virtualizedfx.table.paginated.PaginatedVirtualTableSkin
- PartialMapping(int, int) - Constructor for class io.github.palexdev.virtualizedfx.flow.FlowMapping.PartialMapping
- pFlow - Variable in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedHorizontalHelper
- pFlow - Variable in class io.github.palexdev.virtualizedfx.flow.paginated.PaginatedHelper.PaginatedVerticalHelper
- pGrid - Variable in class io.github.palexdev.virtualizedfx.grid.paginated.PaginatedHelper.PaginatedGridHelper
- positionListener - Variable in class io.github.palexdev.virtualizedfx.table.TableHelper.AbstractHelper
- positionProperty() - Method in class io.github.palexdev.virtualizedfx.grid.VirtualGrid
-
Specifies the current position of the viewport as a
Position
object which has both the x and y positions. - positionProperty() - Method in class io.github.palexdev.virtualizedfx.table.VirtualTable
-
Specifies the current position of the viewport as a
Position
object which has both the x and y positions. - positions - Variable in class io.github.palexdev.virtualizedfx.table.TableHelper.FixedTableHelper
- processChange(ListChangeHelper.Change) - Method in class io.github.palexdev.virtualizedfx.table.TableState
-
This is responsible for processing a single
ListChangeHelper.Change
bean and produce a new state according to the change'sListChangeHelper.ChangeType
. - processLayout(List<CellsManager.CellUpdate>) - Method in class io.github.palexdev.virtualizedfx.unused.simple.CellsManager
-
Deprecated.Responsible for laying out the cells from a list of
CellsManager<T,
s.C extends Cell<T>>.io.github.palexdev.virtualizedfx.unused.simple.CellsManager.CellUpdate - pTable - Variable in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.FixedPaginatedTableHelper
- pTable - Variable in class io.github.palexdev.virtualizedfx.table.paginated.PaginatedHelper.VariablePaginatedTableHelper
All Classes and Interfaces|All Packages|Constant Field Values