diff dwtx/jface/viewers/AbstractTableViewer.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 46a6e0e6ccd4
children 04b47443bb01
line wrap: on
line diff
--- a/dwtx/jface/viewers/AbstractTableViewer.d	Sun Jun 22 22:57:31 2008 +0200
+++ b/dwtx/jface/viewers/AbstractTableViewer.d	Sun Jul 06 23:30:07 2008 +0200
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -1037,15 +1037,14 @@
     }
 
     /**
-     * Replace the entries starting at index with elements. This method assumes
-     * all of these values are correct and will not call the content provider to
-     * verify. <strong>Note that this method will create a TableItem for all of
-     * the elements provided</strong>.
-     *
+     * Replace the element at the given index with the given element. This
+     * method will not call the content provider to verify. <strong>Note that
+     * this method will materialize a TableItem the given index.</strong>.
+     * 
      * @param element
      * @param index
      * @see ILazyContentProvider
-     *
+     * 
      * @since 3.1
      */
     public void replace(Object element, int index) {