/[classpath]/classpath/javax/swing/plaf/basic/BasicListUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicListUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by rabbit78, Fri Jun 3 14:36:55 2005 UTC revision 1.18 by tromey, Sat Jun 4 19:16:11 2005 UTC
# Line 304  public class BasicListUI extends ListUI Line 304  public class BasicListUI extends ListUI
304    }    }
305    
306    /** The current focus listener. */    /** The current focus listener. */
307    protected FocusHandler focusListener;    protected FocusListener focusListener;
308    
309    /** The data listener listening to the model. */    /** The data listener listening to the model. */
310    protected ListDataHandler listDataListener;    protected ListDataListener listDataListener;
311    
312    /** The selection listener listening to the selection model. */    /** The selection listener listening to the selection model. */
313    protected ListSelectionHandler listSelectionListener;    protected ListSelectionListener listSelectionListener;
314    
315    /** The mouse listener listening to the list. */    /** The mouse listener listening to the list. */
316    protected MouseInputHandler mouseInputListener;    protected MouseInputListener mouseInputListener;
317    
318    /** The property change listener listening to the list. */    /** The property change listener listening to the list. */
319    protected PropertyChangeHandler propertyChangeListener;    protected PropertyChangeListener propertyChangeListener;
320    
321    
322    /** The component listener that receives notification for resizing the    /** The component listener that receives notification for resizing the
323     * JList component.*/     * JList component.*/

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26