|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The workbench's global registry of perspectives.
This registry contains a descriptor for each perspectives in the workbench.
It is initially populated with stock perspectives from the workbench's
perspective extension point ("org.eclipse.ui.perspectives") and
with custom perspectives defined by the user.
This interface is not intended to be implemented by clients.
IWorkbench.getPerspectiveRegistry()| Method Summary | |
IPerspectiveDescriptor |
findPerspectiveWithId(String perspectiveId)
Finds and returns the registered perspective with the given perspective id. |
IPerspectiveDescriptor |
findPerspectiveWithLabel(String label)
Finds and returns the registered perspective with the given label. |
String |
getDefaultPerspective()
Returns the id of the default perspective for the workbench. |
IPerspectiveDescriptor[] |
getPerspectives()
Returns a list of the perspectives known to the workbench. |
void |
setDefaultPerspective(String id)
Sets the default perspective for the workbench to the given perspective id. |
| Method Detail |
public IPerspectiveDescriptor findPerspectiveWithId(String perspectiveId)
perspectiveId - the perspective id
null if noneIPerspectiveDescriptor.getId()public IPerspectiveDescriptor findPerspectiveWithLabel(String label)
label - the label
null if noneIPerspectiveDescriptor.getLabel()public String getDefaultPerspective()
On startup of the platform UI the default perspective is determined using a multistep process.
Resource Perspective is default. Resource Perspective. Perspective dialog their preference will be selected
over all others.
nullpublic IPerspectiveDescriptor[] getPerspectives()
public void setDefaultPerspective(String id)
id - a perspective id; must not be null
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||