/[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.10 by mkoch, Fri Dec 24 11:46:11 2004 UTC revision 1.11 by mkoch, Fri Dec 31 16:27:30 2004 UTC
# Line 520  public class DefaultListSelectionModel i Line 520  public class DefaultListSelectionModel i
520     *     *
521     * @param firstIndex The low index of the changed range     * @param firstIndex The low index of the changed range
522     * @param lastIndex The high index of the changed range     * @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
534       * @param lastIndex The high index of the changed range
535     * @param isAdjusting Whether this change is part of a seqence of adjustments     * @param isAdjusting Whether this change is part of a seqence of adjustments
536     * made to the selection, such as during interactive scrolling     * made to the selection, such as during interactive scrolling
537     */     */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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