Sets the full screen state of the receiver.
If the argument is <code>true</code> causes the receiver
to switch to the full screen state, and if the argument is
<code>false</code> and the receiver was previously switched
into full screen state, causes the receiver to switch back
to either the maximmized or normal states.
<p>
Note: The result of intermixing calls to <code>setFullScreen(true)</code>,
<code>setMaximized(true)</code> and <code>setMinimized(true)</code> will
vary by platform. Typically, the behavior will match the platform user's
expectations, but not always. This should be avoided if possible.
</p>
@param fullScreen the new fullscreen state
@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>
Sets the full screen state of the receiver. If the argument is <code>true</code> causes the receiver to switch to the full screen state, and if the argument is <code>false</code> and the receiver was previously switched into full screen state, causes the receiver to switch back to either the maximmized or normal states. <p> Note: The result of intermixing calls to <code>setFullScreen(true)</code>, <code>setMaximized(true)</code> and <code>setMinimized(true)</code> will vary by platform. Typically, the behavior will match the platform user's expectations, but not always. This should be avoided if possible. </p>
@param fullScreen the new fullscreen state
@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>
@since 3.4