Class ListCellSkin<T>

All Implemented Interfaces:
Skin<ListCell<T>>

public class ListCellSkin<T> extends CellSkinBase<ListCell<T>>
Default skin implementation for the ListCell control.
Since:
9
See Also:
  • Constructor Details

    • ListCellSkin

      public ListCellSkin(ListCell<T> control)
      Creates a new ListCellSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.