KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > ComboBoxModel > Top Examples

  • org.wings.SComboBox
    @author <a HREF="mailto:hengels@mercatis.de">Holger Engels</a> @version $Revision: 1.11 $ @see javax.swing.ComboBoxModel @see SListCellRenderer
  • org.objectstyle.cayenne.dataview.CellEditors
  • org.jfree.ui.KeyedComboBoxModel
    The KeyedComboBox model allows to define an internal key (the data element) for every entry in the model. <p/> This class is usefull in all cases, where the public text differs from the internal view on the data. A separation between presentation data and processing data is a prequesite for ...
  • org.jdesktop.swing.binding.ComboBoxBinding
    Class which binds a component that supports setting a one-of-many value (JComboBox) to a data model field which may be an arbitrary type. @author Amy Fowler @version 1.0
Popular Tags