|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWindowListener
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 |
---|
void windowActivated(IWorkbenchWindow window)
org.eclipse.jface.window
- the org.eclipse.jface.window that was activatedvoid windowDeactivated(IWorkbenchWindow window)
org.eclipse.jface.window
- the org.eclipse.jface.window that was activatedvoid windowClosed(IWorkbenchWindow window)
org.eclipse.jface.window
- the org.eclipse.jface.window that was closedIWorkbenchWindow.close()
void windowOpened(IWorkbenchWindow window)
org.eclipse.jface.window
- the org.eclipse.jface.window that was openedIWorkbench.openWorkbenchWindow(java.lang.String, org.eclipse.core.runtime.IAdaptable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |