|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.events.ShellAdapter
public abstract class ShellAdapter
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()
|
Method Summary | |
---|---|
void |
shellActivated(ShellEvent e)
Sent when a shell becomes the active window. |
void |
shellClosed(ShellEvent e)
Sent when a shell is closed. |
void |
shellDeactivated(ShellEvent e)
Sent when a shell stops being the active window. |
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 deactivation
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.