/[classpath]/classpath/javax/swing/DefaultListSelectionModel.java
ViewVC logotype

Diff of /classpath/javax/swing/DefaultListSelectionModel.java

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

revision 1.7.2.2 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC revision 1.7.2.3 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC
# Line 118  public class DefaultListSelectionModel i Line 118  public class DefaultListSelectionModel i
118     * @see #isLeadAnchorNotificationEnabled     * @see #isLeadAnchorNotificationEnabled
119     * @see #setLeadAnchorNotificationEnabled     * @see #setLeadAnchorNotificationEnabled
120     */     */
121    boolean leadAnchorNotificationEnabled = true;    protected boolean leadAnchorNotificationEnabled = true;
122    
123    
124    /**    /**
# Line 517  public class DefaultListSelectionModel i Line 517  public class DefaultListSelectionModel i
517    /**    /**
518     * Fires a {@link ListSelectionEvent} to all the listeners of type {@link     * Fires a {@link ListSelectionEvent} to all the listeners of type {@link
519     * ListSelectionListener} registered with this selection model.     * ListSelectionListener} registered with this selection model.
520       *
521       * @param firstIndex The low index of the changed range
522       * @param lastIndex The high index of the changed range
523       */
524      protected void fireValueChanged(int firstIndex, int lastIndex)
525      {
526        fireValueChanged(firstIndex, lastIndex, getValueIsAdjusting());
527      }
528      
529      /**
530       * Fires a {@link ListSelectionEvent} to all the listeners of type {@link
531       * ListSelectionListener} registered with this selection model.
532     *     *
533     * @param firstIndex The low index of the changed range     * @param firstIndex The low index of the changed range
534     * @param lastIndex The high index of the changed range     * @param lastIndex The high index of the changed range

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

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