|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for listening to a perspective lifecycle events.
This interface may be implemented by clients.
IPageService.addPerspectiveListener(org.eclipse.ui.IPerspectiveListener)
Method Summary | |
void |
perspectiveActivated(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that the given page's perspective has been activated. |
void |
perspectiveChanged(IWorkbenchPage page,
IPerspectiveDescriptor perspective,
String changeId)
Notifies this listener that the given page's perspective has changed in some way (for example, editor area hidden, perspective reset, view show/hide, editor open/close, etc). |
Method Detail |
public void perspectiveActivated(IWorkbenchPage page, IPerspectiveDescriptor perspective)
page
- the page whose perspective was activatedperspective
- the perspective descriptor that was activatedIWorkbenchPage.setPerspective(org.eclipse.ui.IPerspectiveDescriptor)
public void perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, String changeId)
page
- the page whose perspective was resetperspective
- the perspective descriptorchangeId
- one of the CHANGE_*
constants on IWorkbenchPage
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |