jdk/src/java.desktop/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java
changeset 32865 f9cb6e427f9e
parent 29894 3e16b51732f5
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    76 
    76 
    77     /** Event listener list. */
    77     /** Event listener list. */
    78     protected EventListenerList   listenerList = new EventListenerList();
    78     protected EventListenerList   listenerList = new EventListenerList();
    79 
    79 
    80     /** Provides a row for a given path. */
    80     /** Provides a row for a given path. */
    81     transient protected RowMapper               rowMapper;
    81     protected transient RowMapper               rowMapper;
    82 
    82 
    83     /** Handles maintaining the list selection model. The RowMapper is used
    83     /** Handles maintaining the list selection model. The RowMapper is used
    84      * to map from a TreePath to a row, and the value is then placed here. */
    84      * to map from a TreePath to a row, and the value is then placed here. */
    85     protected DefaultListSelectionModel     listSelectionModel;
    85     protected DefaultListSelectionModel     listSelectionModel;
    86 
    86