Uses of Class
io.github.palexdev.materialfx.controls.base.AbstractMFXTreeCell
Packages that use AbstractMFXTreeCell
Package
Description
-
Uses of AbstractMFXTreeCell in io.github.palexdev.materialfx.controls
Constructor parameters in io.github.palexdev.materialfx.controls with type arguments of type AbstractMFXTreeCellModifierConstructorDescriptionMFXCheckTreeItem(T data, Callback<AbstractMFXTreeItem<T>, AbstractMFXTreeCell<T>> cellFactory) MFXTreeItem(T data, Callback<AbstractMFXTreeItem<T>, AbstractMFXTreeCell<T>> cellFactory) -
Uses of AbstractMFXTreeCell in io.github.palexdev.materialfx.controls.base
Fields in io.github.palexdev.materialfx.controls.base with type parameters of type AbstractMFXTreeCellModifier and TypeFieldDescriptionprotected final ObjectProperty<Callback<AbstractMFXTreeItem<T>,AbstractMFXTreeCell<T>>> AbstractMFXTreeItem.cellFactoryMethods in io.github.palexdev.materialfx.controls.base that return types with arguments of type AbstractMFXTreeCellModifier and TypeMethodDescriptionAbstractMFXTreeItem.cellFactoryProperty()Specifies the cell factory used by this item.AbstractMFXTreeItem.getCellFactory()Method parameters in io.github.palexdev.materialfx.controls.base with type arguments of type AbstractMFXTreeCellModifier and TypeMethodDescriptionvoidAbstractMFXTreeItem.setCellFactory(Callback<AbstractMFXTreeItem<T>, AbstractMFXTreeCell<T>> cellFactory) Sets the cell factory used by this item. -
Uses of AbstractMFXTreeCell in io.github.palexdev.materialfx.controls.cell
Subclasses of AbstractMFXTreeCell in io.github.palexdev.materialfx.controls.cellModifier and TypeClassDescriptionclassImplementation of a MFXSimpleTreeCell with a checkbox for usage in MFXCheckTreeViews.classSimple implementation of a MFXTreeItem cell. -
Uses of AbstractMFXTreeCell in io.github.palexdev.materialfx.skins
Methods in io.github.palexdev.materialfx.skins that return AbstractMFXTreeCellModifier and TypeMethodDescriptionprotected AbstractMFXTreeCell<T>MFXCheckTreeItemSkin.createCell()Overridden method to create a MFXCheckTreeCell and fire a CHECK_EVENT on checkbox action.protected AbstractMFXTreeCell<T>MFXTreeItemSkin.createCell()This method is responsible for calling the MFXTreeItem'sAbstractMFXTreeItem.cellFactoryProperty()thus creating the cell and adding an event handler for MOUSE_PRESSED on its disclosure node.