public class BlurredPanel
extends java.lang.Object
Constructor and Description |
---|
BlurredPanel(org.eclipse.swt.widgets.Shell shell)
Constructs a new instance of this class given its parent.
|
Modifier and Type | Method and Description |
---|---|
int |
getRadius() |
void |
hide()
Hide the panel
|
void |
setRadius(int radius) |
void |
show()
Show the blurred panel
|
public BlurredPanel(org.eclipse.swt.widgets.Shell shell)
shell
- a shell that will be the parent of the new instance (cannot
be null)java.lang.IllegalArgumentException
- org.eclipse.swt.SWTException
-