public class DarkPanel
extends java.lang.Object
Constructor and Description |
---|
DarkPanel(org.eclipse.swt.widgets.Shell shell)
Constructs a new instance of this class given its parent.
|
Modifier and Type | Method and Description |
---|---|
int |
getAlpha() |
void |
hide()
Hide the dark panel
|
void |
setAlpha(int alpha) |
void |
show()
Show the dark panel
|
public DarkPanel(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
-