Interface Removable<E>

All Known Subinterfaces:
ListModel<E>
All Known Implementing Classes:
BaseListModel

public interface Removable<E>
Ability to remove element from list. Mostly used to remove element in the list view in list-detail view pattern.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    remove(E element)
     
  • Method Details

    • remove

      void remove(E element)