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

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

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

revision 1.4.2.5 by gnu_andrew, Sat Sep 10 15:31:48 2005 UTC revision 1.4.2.6 by gnu_andrew, Wed Nov 2 00:43:43 2005 UTC
# Line 69  public class DefaultCellEditor Line 69  public class DefaultCellEditor
69    private static final long serialVersionUID = 3564035141373880027L;    private static final long serialVersionUID = 3564035141373880027L;
70    
71    /**    /**
72     * Delegates a couple of method calls (such as {@link #isCellEditable)     * Delegates a couple of method calls (such as {@link #isCellEditable}
73     * to the component it contains and listens for events that indicate     * to the component it contains and listens for events that indicate
74     * that editing has stopped.     * that editing has stopped.
75     */     */
# Line 88  public class DefaultCellEditor Line 88  public class DefaultCellEditor
88       */       */
89      protected EditorDelegate()      protected EditorDelegate()
90      {      {
91          // Nothing to do here.
92      }      }
93    
94      /**      /**
95       * setValue       * setValue
96       *       *
97       * @param event TODO       * @param value TODO
98       */       */
99      public void setValue(Object value)      public void setValue(Object value)
100      {      {
# Line 387  public class DefaultCellEditor Line 388  public class DefaultCellEditor
388    /**    /**
389     * getTableCellEditorComponent     * getTableCellEditorComponent
390     *     *
391     * @param tree TODO     * @param table TODO
392     * @param value TODO     * @param value TODO
393     * @param isSelected TODO     * @param isSelected TODO
394     * @param row TODO     * @param row TODO

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

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