Returns the ranges for the style that should be applied during the
in-line edit session.
<p>
The ranges array contains start and end pairs. Each pair refers to
the corresponding style in the styles array. For example, the pair
that starts at rangesn and ends at ranges[n+1] uses the style
at styles[n/2] returned by <code>getStyles()</code>.
</p>
@return the ranges for the styles
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
</ul>
Returns the ranges for the style that should be applied during the in-line edit session. <p> The ranges array contains start and end pairs. Each pair refers to the corresponding style in the styles array. For example, the pair that starts at rangesn and ends at ranges[n+1] uses the style at styles[n/2] returned by <code>getStyles()</code>. </p> @return the ranges for the styles
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>
@see IME#getStyles