All Implemented Interfaces:
Cell<T>, Control

public class ListCell<T> extends AbstractCell<T>
The Cell type used within ListView instances
  • Field Details

    • text

      protected String text
  • Constructor Details

    • ListCell

      public ListCell()
  • Method Details

    • draw

      public void draw(Screen screen)
      Description copied from interface: Control
      Draw Control into a Screen.
      Parameters:
      screen - the screen
    • updateItem

      public void updateItem(T item)