Class AbstractListCell<T>

All Implemented Interfaces:
Cell<T>, ListCell<T>, Control
Direct Known Subclasses:
ListCell.DefaultListCell

public abstract class AbstractListCell<T> extends AbstractCell<T> implements ListCell<T>
Base implementation of a ListCell.
  • Constructor Details

    • AbstractListCell

      public AbstractListCell(T item)
    • AbstractListCell

      public AbstractListCell(T item, ListView.ItemStyle itemStyle)
  • Method Details