Uses of Package
io.github.palexdev.materialfx.collections
Packages that use io.github.palexdev.materialfx.collections
Package
Description
-
Classes in io.github.palexdev.materialfx.collections used by io.github.palexdev.materialfx.collectionsClassDescriptionA
TransformableListis a particular type of List which wraps another List called "source" and allows manipulations such as: filter and sort, retaining the original items' index. -
Classes in io.github.palexdev.materialfx.collections used by io.github.palexdev.materialfx.controlsClassDescriptionA
TransformableListis a particular type of List which wraps another List called "source" and allows manipulations such as: filter and sort, retaining the original items' index.For some idiot reason JavaFX'sTransformationLists do not allow modifying the source list. -
Classes in io.github.palexdev.materialfx.collections used by io.github.palexdev.materialfx.controls.cellClassDescriptionA
TransformableListis a particular type of List which wraps another List called "source" and allows manipulations such as: filter and sort, retaining the original items' index. -
Classes in io.github.palexdev.materialfx.collections used by io.github.palexdev.materialfx.effects.ripple.baseClassDescriptionA crude implementation of an observable stack It includes the main features of a stack namely: push and pop.
-