SWT.FULL_SELECTION

Style constant for full row selection behavior and selection constant indicating that a full line should be drawn. (value is 1&lt;&lt;16). <br>Note that for some widgets this is a <em>HINT</em>. <p><b>Used By:</b><ul> <li><code>Table</code></li> <li><code>Tree</code></li> <li><code>StyledText</code></li> <li><code>TextLayout</code></li> </ul></p>

class SWT
int FULL_SELECTION;

Meta