| Package | Description |
|---|---|
| org.eclipse.swt.events |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellListener.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellAdapter.shellActivated(ShellEvent e)
Sent when a shell becomes the active window.
|
void |
ShellListener.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellAdapter.shellClosed(ShellEvent e)
Sent when a shell is closed.
|
void |
ShellListener.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellAdapter.shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window.
|
void |
ShellListener.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellAdapter.shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized.
|
void |
ShellListener.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
void |
ShellAdapter.shellIconified(ShellEvent e)
Sent when a shell is minimized.
|
Copyright © 2017. All Rights Reserved.