KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > event > ListDataEvent > Top Examples

  • 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.objectweb.jac.aspects.gui.TableFilter
  • org.wings.SList
    <em>CAVEAT</em> A list in a form has special implications to take care of: Problem with a form request is, that we should fire the selection change events not until the states of all components are consistent. Unfortunately we cannot avoid events before that entirely. Problem is, that ...
  • org.apache.bcel.verifier.VerifierFactoryListModel
    This class implements an adapter; it implements both a Swing ListModel and a VerifierFactoryObserver. @version $Id: VerifierFactoryListModel.java,v 1.1.1.1 2001/10/29 20:00:32 jvanzyl Exp $ @author Enver Haase
Popular Tags