|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.events.ShellAdapter
This adapter class provides default implementations for the methods described by the ShellListener interface.
Classes that wish to deal with ShellEvents can extend this class and override only the methods which they are interested in.
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. |
void | shellDeiconified(ShellEvent e)
Sent when a shell is un-minimized. |
void | shellIconified(ShellEvent e)
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)
public void shellClosed(ShellEvent e)
public void shellDeactivated(ShellEvent e)
public void shellDeiconified(ShellEvent e)
public void shellIconified(ShellEvent e)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.