|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.swt.events.ShellAdapter
net.sourceforge.java.feednread.frontend.MainApplicationWindow.ShellHandler
Handles ShellEvents to map the application's tray behaviour.
| Constructor Summary | |
private |
MainApplicationWindow.ShellHandler()
|
| Method Summary | |
void |
shellClosed(ShellEvent e)
Sent when a Shell is closed.
|
void |
shellIconified(ShellEvent e)
Sent when a Shell is minimized.
|
| Methods inherited from class org.eclipse.swt.events.ShellAdapter |
shellActivated, shellDeactivated, shellDeiconified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private MainApplicationWindow.ShellHandler()
| Method Detail |
public void shellClosed(ShellEvent e)
Sent when a Shell is closed.
Handles the application's tray behaviour if the enclosing
Shell is about to be closed.
e - an event containing information about the closeConfigurationManager.SEND_TO_TRAY_ON_CLOSE_KEYpublic void shellIconified(ShellEvent e)
Sent when a Shell is minimized.
Handles the application's tray behaviour if the enclosing
Shell is iconified.
e - an event containing information about the minimizationConfigurationManager.SEND_TO_TRAY_ON_MINIMIZE_KEY
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||