comparison dwtx/jface/viewers/SWTFocusCellManager.d @ 72:5df4896124c7

JFace and its examples do compile
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 17:56:17 +0200
parents 46a6e0e6ccd4
children c3583c6ec027
comparison
equal deleted inserted replaced
71:4878bef4a38e 72:5df4896124c7
191 191
192 if( this.focusCell !is null && ! this.focusCell.getItem().isDisposed() ) { 192 if( this.focusCell !is null && ! this.focusCell.getItem().isDisposed() ) {
193 this.focusCell.getItem().addDisposeListener(itemDeletionListener); 193 this.focusCell.getItem().addDisposeListener(itemDeletionListener);
194 } 194 }
195 195
196 this.cellHighlighter.focusCellChanged/*_package*/(focusCell,oldCell); 196 this.cellHighlighter.focusCellChanged_package(focusCell,oldCell);
197 } 197 }
198 198
199 ColumnViewer getViewer() { 199 ColumnViewer getViewer() {
200 return viewer; 200 return viewer;
201 } 201 }