/[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.20 by trebligd, Thu Jul 21 09:18:19 2005 UTC revision 1.21 by rabbit78, Wed Jul 27 12:41:33 2005 UTC
# Line 47  import javax.swing.event.ListSelectionEv Line 47  import javax.swing.event.ListSelectionEv
47  import javax.swing.event.ListSelectionListener;  import javax.swing.event.ListSelectionListener;
48    
49  /**  /**
50   * <p>This class provides a default implementation of {@link   * The default implementation of {@link ListSelectionModel},
51   * ListSelectionModel}, which is used by {@link javax.swing.JList} and   * which is used by {@link javax.swing.JList} and
52   * similar classes to manage the selection status of a number of data   * similar classes to manage the selection status of a number of data
53   * elements. </p>   * elements.
54   *   *
55   * <p>The class is organized <em>abstractly</em> as a set of intervals of   * <p>The class is organized <em>abstractly</em> as a set of intervals of
56   * integers. Each interval indicates an inclusive range of indices in a   * integers. Each interval indicates an inclusive range of indices in a

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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