|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface to IPerspectiveListener
which adds support
for listening to perspective pre-deactivate events.
This interface may be implemented by clients.
IPageService.addPerspectiveListener(IPerspectiveListener)
,
PerspectiveAdapter
Method Summary | |
---|---|
void |
perspectivePreDeactivate(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page is about to be deactivated. |
Methods inherited from interface org.eclipse.ui.IPerspectiveListener3 |
---|
perspectiveClosed, perspectiveDeactivated, perspectiveOpened, perspectiveSavedAs |
Methods inherited from interface org.eclipse.ui.IPerspectiveListener2 |
---|
perspectiveChanged |
Methods inherited from interface org.eclipse.ui.IPerspectiveListener |
---|
perspectiveActivated, perspectiveChanged |
Method Detail |
public void perspectivePreDeactivate(IWorkbenchPage page, IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page is about to be deactivated.
Note: This does not have the ability to veto a perspective deactivation.
page
- the page containing the deactivated perspectiveperspective
- the perspective descriptor that was deactivatedIWorkbenchPage.setPerspective(IPerspectiveDescriptor)
|
Eclipse Platform Release 3.2 |
|||||||||||
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, 2006. All rights reserved.