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

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

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

revision 1.10 by rabbit78, Wed May 11 13:33:18 2005 UTC revision 1.11 by rabbit78, Mon Jun 20 14:35:53 2005 UTC
# Line 162  public abstract class AbstractCellEditor Line 162  public abstract class AbstractCellEditor
162    }    }
163    
164    /**    /**
165     * Notifies all registered listeners that the editing of the cell has     * Notifies all registered listeners that the editing of the cell has has been
166     * has been stopped.     * stopped.
167     */     */
168    protected void fireEditingStopped()    protected void fireEditingStopped()
169    {    {
# Line 171  public abstract class AbstractCellEditor Line 171  public abstract class AbstractCellEditor
171    
172      for (int index = 0; index < listeners.length; index++)      for (int index = 0; index < listeners.length; index++)
173        {        {
174          listeners [index].editingStopped (changeEvent);          listeners[index].editingStopped(changeEvent);
175        }        }
176    }    }
177    
# Line 185  public abstract class AbstractCellEditor Line 185  public abstract class AbstractCellEditor
185    
186      for (int index = 0; index < listeners.length; index++)      for (int index = 0; index < listeners.length; index++)
187        {        {
188          listeners [index].editingCanceled (changeEvent);          listeners[index].editingCanceled(changeEvent);
189        }        }
190    }    }
191  }  }

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