|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for listening to org.eclipse.jface.window lifecycle events.
This interface may be implemented by clients.
Method Summary | |
---|---|
void |
windowActivated(IWorkbenchWindow window)
Notifies this listener that the given org.eclipse.jface.window has been activated. |
void |
windowClosed(IWorkbenchWindow window)
Notifies this listener that the given org.eclipse.jface.window has been closed. |
void |
windowDeactivated(IWorkbenchWindow window)
Notifies this listener that the given org.eclipse.jface.window has been deactivated. |
void |
windowOpened(IWorkbenchWindow window)
Notifies this listener that the given org.eclipse.jface.window has been opened. |
Method Detail |
public void windowActivated(IWorkbenchWindow window)
public void windowDeactivated(IWorkbenchWindow window)
public void windowClosed(IWorkbenchWindow window)
IWorkbenchWindow.close()
public void windowOpened(IWorkbenchWindow window)
IWorkbench.openWorkbenchWindow(java.lang.String, IAdaptable)
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |