Uses of Class
io.github.palexdev.materialfx.controls.cell.MFXNotificationCell
Packages that use MFXNotificationCell
Package
Description
-
Uses of MFXNotificationCell in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXNotificationCellModifier and TypeMethodDescriptionNotificationCenterBuilder.setCellFactory(Function<INotification, MFXNotificationCell> cellFactory) -
Uses of MFXNotificationCell in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXNotificationCellModifier and TypeMethodDescriptionMFXNotificationCenter.getCell(int index) Delegate method forSimpleVirtualFlow.getCell(int).Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXNotificationCellModifier and TypeMethodDescriptionMFXNotificationCenter.getCells()Delegate method forSimpleVirtualFlow.getCells().Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXNotificationCellModifier and TypeMethodDescriptionvoidMFXNotificationCenter.setCellFactory(Function<INotification, MFXNotificationCell> cellFactory) Delegate method forSimpleVirtualFlow.setCellFactory(Function). -
Uses of MFXNotificationCell in io.github.palexdev.materialfx.skins
Constructor parameters in io.github.palexdev.materialfx.skins with type arguments of type MFXNotificationCellModifierConstructorDescriptionMFXNotificationCenterSkin(MFXNotificationCenter notificationCenter, io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<INotification, MFXNotificationCell> virtualFlow)