java.lang.Object
io.github.palexdev.mfxcore.behavior.BehaviorBase<VFXCellBase<T>>
io.github.palexdev.virtualizedfx.cells.CellBaseBehavior<T>
- Type Parameters:
T
- the type of item displayed by the cell
public class CellBaseBehavior<T>
extends io.github.palexdev.mfxcore.behavior.BehaviorBase<VFXCellBase<T>>
Base, empty behavior for cells of type
VFXCellBase
, extends BehaviorBase
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.palexdev.mfxcore.behavior.BehaviorBase
dispose, getActions, getNode, init, keyPressed, keyPressed, keyReleased, keyReleased, keyTyped, keyTyped, mouseClicked, mouseClicked, mouseDragged, mouseDragged, mouseEntered, mouseEntered, mouseExited, mouseExited, mouseMoved, mouseMoved, mousePressed, mousePressed, mouseReleased, mouseReleased, register, scroll, scroll, touchMoved, touchMoved, touchPressed, touchPressed, touchReleased, touchReleased, touchStationary, touchStationary
-
Constructor Details
-
CellBaseBehavior
-