Class CellBaseBehavior<T>

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
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CellBaseBehavior

      public CellBaseBehavior(VFXCellBase<T> cell)