comparison dwtx/jface/viewers/StructuredSelection.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 5df4896124c7
children 04b47443bb01
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
29 * A concrete implementation of the <code>IStructuredSelection</code> interface, 29 * A concrete implementation of the <code>IStructuredSelection</code> interface,
30 * suitable for instantiating. 30 * suitable for instantiating.
31 * <p> 31 * <p>
32 * This class is not intended to be subclassed. 32 * This class is not intended to be subclassed.
33 * </p> 33 * </p>
34 * @noextend This class is not intended to be subclassed by clients.
34 */ 35 */
35 public class StructuredSelection : IStructuredSelection { 36 public class StructuredSelection : IStructuredSelection {
36 37
37 /** 38 /**
38 * The element that make up this structured selection. 39 * The element that make up this structured selection.