Class GenericComboModel<E>

java.lang.Object
javax.swing.AbstractListModel<E>
javax.swing.DefaultComboBoxModel<E>
fr.ifremer.isisfish.ui.models.common.GenericComboModel<E>
Type Parameters:
E - generic type
All Implemented Interfaces:
Serializable, ComboBoxModel<E>, ListModel<E>, MutableComboBoxModel<E>

public class GenericComboModel<E> extends DefaultComboBoxModel<E>
Model pour pour la representation d'une liste de type generic. Utilisation dans les JComboBox.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
See Also:
  • Field Details

    • elementList

      protected List<E> elementList
      E list.
  • Constructor Details

    • GenericComboModel

      public GenericComboModel()
      Empty constructor.
    • GenericComboModel

      public GenericComboModel(List<E> elementList)
      Constructor with export list.
      Parameters:
      elementList - E list
  • Method Details