The Java org.eclipse.swt.widgets.Control.getShell method is a function provided by the SWT (Standard Widget Toolkit) library in the Eclipse IDE. It is used to retrieve the shell that contains a specific control widget. The shell represents a top-level window in a user interface and can contain multiple controls or widgets. By calling this method on a Control object, the associated shell is returned, allowing developers to perform operations or modifications on the shell.
Java Control.getShell - 26 examples found. These are the top rated real world Java examples of org.eclipse.swt.widgets.Control.getShell extracted from open source projects. You can rate examples to help us improve the quality of examples.