comparison dwtx/jface/internal/text/InternalAccessor.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents a9566845f1cb
children
comparison
equal deleted inserted replaced
158:25f1f92fa3df 159:7926b636c282
91 * {@link #setInformationControlReplacer(InformationControlReplacer)} . 91 * {@link #setInformationControlReplacer(InformationControlReplacer)} .
92 * 92 *
93 * @param mode the enrich mode 93 * @param mode the enrich mode
94 * @see ITextViewerExtension8#setHoverEnrichMode(dwtx.jface.text.ITextViewerExtension8.EnrichMode) 94 * @see ITextViewerExtension8#setHoverEnrichMode(dwtx.jface.text.ITextViewerExtension8.EnrichMode)
95 */ 95 */
96 public abstract void setHoverEnrichMode(EnrichMode mode); 96 public abstract void setHoverEnrichMode(ITextViewerExtension8_EnrichMode mode);
97 97
98 /** 98 /**
99 * Indicates whether the mouse cursor is allowed to leave the subject area without closing the hover. 99 * Indicates whether the mouse cursor is allowed to leave the subject area without closing the hover.
100 * 100 *
101 * @return whether the mouse cursor is allowed to leave the subject area without closing the hover 101 * @return whether the mouse cursor is allowed to leave the subject area without closing the hover