comparison dwtx/jface/text/source/SourceViewerConfiguration.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents f70d9508c95c
children 1a5b8f8129df
comparison
equal deleted inserted replaced
157:7f75eaa8103a 158:25f1f92fa3df
409 * 409 *
410 * @param sourceViewer the source viewer to be configured by this configuration 410 * @param sourceViewer the source viewer to be configured by this configuration
411 * @return an information presenter <code>null</code> if no information presenter should be installed 411 * @return an information presenter <code>null</code> if no information presenter should be installed
412 * @since 2.0 412 * @since 2.0
413 */ 413 */
414 public IInformationPresenter getInformationPresenter(ISourceViewer sourceViewer) { 414 public dwtx.jface.text.information.IInformationPresenter.IInformationPresenter getInformationPresenter(ISourceViewer sourceViewer) {
415 return null; 415 return null;
416 } 416 }
417 417
418 /** 418 /**
419 * Returns all configured content types for the given source viewer. This list 419 * Returns all configured content types for the given source viewer. This list