IME.getStyles

Returns the styles for the ranges. <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]. </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#getRanges

class IME
getStyles
(
)

Meta