comparison dwtx/jface/viewers/ColumnViewerToolTipSupport.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
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
131 * @param cell 131 * @param cell
132 * the cell the tool tip is shown for 132 * the cell the tool tip is shown for
133 * @param parent 133 * @param parent
134 * the parent of the control to create 134 * the parent of the control to create
135 * @return the control to be displayed in the tool tip area 135 * @return the control to be displayed in the tool tip area
136 * @since 3.4
136 */ 137 */
137 protected Composite createViewerToolTipContentArea(Event event, 138 protected Composite createViewerToolTipContentArea(Event event,
138 ViewerCell cell, Composite parent) { 139 ViewerCell cell, Composite parent) {
139 return super.createToolTipContentArea(event, parent); 140 return super.createToolTipContentArea(event, parent);
140 } 141 }