Package org.eclipse.ui.internal
Class Perspective
java.lang.Object
org.eclipse.ui.internal.Perspective
- 
Constructor SummaryConstructorsConstructorDescriptionPerspective(org.eclipse.ui.internal.registry.PerspectiveDescriptor desc, MPerspective layout, WorkbenchPage page) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor newDesc) List<org.eclipse.ui.internal.registry.IActionSetDescriptor> List<org.eclipse.ui.internal.registry.IActionSetDescriptor> getDesc()Returns the perspective.String[]Returns the new wizard shortcuts associated with this perspective.String[]Returns the perspective shortcuts associated with this perspective.String[]Returns the show view shortcuts associated with this perspective.voidprotected voidremoveActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor toRemove) voidturnOffActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor toDisable) voidturnOffActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] toDisable) voidturnOnActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) void
- 
Constructor Details- 
Perspectivepublic Perspective(org.eclipse.ui.internal.registry.PerspectiveDescriptor desc, MPerspective layout, WorkbenchPage page) 
 
- 
- 
Method Details- 
initActionSetspublic void initActionSets()
- 
getDescReturns the perspective.- Returns:
- can return null!
 
- 
getNewWizardShortcutsReturns the new wizard shortcuts associated with this perspective.- Returns:
- an array of new wizard identifiers
 
- 
getPerspectiveShortcutsReturns the perspective shortcuts associated with this perspective.- Returns:
- an array of perspective identifiers
 
- 
getShowViewShortcutsReturns the show view shortcuts associated with this perspective.- Returns:
- an array of view identifiers
 
- 
turnOnActionSetspublic void turnOnActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) 
- 
turnOffActionSetspublic void turnOffActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] toDisable) 
- 
turnOffActionSetpublic void turnOffActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor toDisable) 
- 
addActionSetprotected void addActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor newDesc) 
- 
removeActionSetprotected void removeActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor toRemove) 
- 
getAlwaysOnActionSets
- 
getAlwaysOffActionSets
- 
updateActionBarspublic void updateActionBars()
 
-