jdk/src/share/classes/javax/swing/SingleSelectionModel.java
changeset 25201 4adc75e0c4e5
parent 5506 202f599c92aa
equal deleted inserted replaced
25200:360a141ded8f 25201:4adc75e0c4e5
    29 
    29 
    30 /**
    30 /**
    31  * A model that supports at most one indexed selection.
    31  * A model that supports at most one indexed selection.
    32  *
    32  *
    33  * @author Dave Moore
    33  * @author Dave Moore
       
    34  * @since 1.2
    34  */
    35  */
    35 public interface SingleSelectionModel {
    36 public interface SingleSelectionModel {
    36     /**
    37     /**
    37      * Returns the model's selection.
    38      * Returns the model's selection.
    38      *
    39      *