|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.events.ShellAdapter
Unsafe: This adapter class provides default implementations for the
methods described by the ShellListener
interface.
Classes that wish to deal with ShellEvent
s can
extend this class and override only the methods which they are
interested in.
ShellListener
,
ShellEvent
Constructor Summary | |
ShellAdapter()
Suppressed: |
Method Summary | |
void |
shellActivated(ShellEvent e)
Suppressed: Sent when a shell becomes the active window. |
void |
shellClosed(ShellEvent e)
Suppressed: Sent when a shell is closed. |
void |
shellDeactivated(ShellEvent e)
Suppressed: Sent when a shell stops being the active window. |
void |
shellDeiconified(ShellEvent e)
Suppressed: Sent when a shell is un-minimized. |
void |
shellIconified(ShellEvent e)
Suppressed: Sent when a shell is minimized. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShellAdapter()
Method Detail |
public void shellActivated(ShellEvent e)
shellActivated
in interface ShellListener
e
- an event containing information about the activationpublic void shellClosed(ShellEvent e)
shellClosed
in interface ShellListener
e
- an event containing information about the closepublic void shellDeactivated(ShellEvent e)
shellDeactivated
in interface ShellListener
e
- an event containing information about the deactivationpublic void shellDeiconified(ShellEvent e)
shellDeiconified
in interface ShellListener
e
- an event containing information about the un-minimizationpublic void shellIconified(ShellEvent e)
shellIconified
in interface ShellListener
e
- an event containing information about the minimization
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |