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

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

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

revision 1.11 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.12 by trebligd, Thu Jul 21 14:59:30 2005 UTC
# Line 88  public abstract class AbstractListModel Line 88  public abstract class AbstractListModel
88    
89    /**    /**
90     * Call {@link ListDataListener#contentsChanged} on each element of the     * Call {@link ListDataListener#contentsChanged} on each element of the
91     * {@link listenerList} which is a {@link ListDataListener}. The event     * {@link #listenerList} which is a {@link ListDataListener}. The event
92     * fired has type {@ListDataEvent.CONTENTS_CHANGED} and represents a     * fired has type {@ListDataEvent.CONTENTS_CHANGED} and represents a
93     * change to the data elements in the range [startIndex, endIndex]     * change to the data elements in the range [startIndex, endIndex]
94     * inclusive.     * inclusive.
# Line 110  public abstract class AbstractListModel Line 110  public abstract class AbstractListModel
110    
111    /**    /**
112     * Call {@link ListDataListener#intervalAdded} on each element of the     * Call {@link ListDataListener#intervalAdded} on each element of the
113     * {@link listenerList} which is a {@link ListDataListener}. The event     * {@link #listenerList} which is a {@link ListDataListener}. The event
114     * fired has type {@ListDataEvent.INTERVAL_ADDED} and represents an     * fired has type {@ListDataEvent.INTERVAL_ADDED} and represents an
115     * addition of the data elements in the range [startIndex, endIndex]     * addition of the data elements in the range [startIndex, endIndex]
116     * inclusive.     * inclusive.
# Line 132  public abstract class AbstractListModel Line 132  public abstract class AbstractListModel
132    
133    /**    /**
134     * Call {@link ListDataListener#intervalRemoved} on each element of the     * Call {@link ListDataListener#intervalRemoved} on each element of the
135     * {@link listenerList} which is a {@link ListDataListener}. The event     * {@link #listenerList} which is a {@link ListDataListener}. The event
136     * fired has type {@ListDataEvent.INTERVAL_REMOVED} and represents a     * fired has type {@ListDataEvent.INTERVAL_REMOVED} and represents a
137     * removal of the data elements in the range [startIndex, endIndex]     * removal of the data elements in the range [startIndex, endIndex]
138     * inclusive.     * inclusive.
# Line 155  public abstract class AbstractListModel Line 155  public abstract class AbstractListModel
155    
156    /**    /**
157     * Return the subset of {@link EventListener} objects found in this     * Return the subset of {@link EventListener} objects found in this
158     * object's {@link listenerList} which are elements of the specified     * object's {@link #listenerList} which are elements of the specified
159     * type.     * type.
160     *     *
161     * @param listenerType The type of listeners to select     * @param listenerType The type of listeners to select
# Line 170  public abstract class AbstractListModel Line 170  public abstract class AbstractListModel
170    /**    /**
171     * A synonym for <code>getListeners(ListDataListener.class)</code>.     * A synonym for <code>getListeners(ListDataListener.class)</code>.
172     *     *
173     * @return The set of ListDataListeners found in the {@link listenerList}     * @return The set of ListDataListeners found in the {@link #listenerList}
174     */     */
175    public ListDataListener[] getListDataListeners()    public ListDataListener[] getListDataListeners()
176    {    {

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

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