Package org.eclipse.ui.internal
Class WorkbenchLayoutSettingsTransfer
java.lang.Object
org.eclipse.ui.preferences.SettingsTransfer
org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfer
org.eclipse.ui.internal.WorkbenchLayoutSettingsTransfer
public class WorkbenchLayoutSettingsTransfer
extends org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfer
The WorkbenchSettings handles the recording and restoring of workbench
 settings.
- Since:
- 3.3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Return the name for the receiver.protected IPathgetNewWorkbenchStateLocation(IPath newWorkspaceRoot) Return the workbench settings location for the new roottransferSettings(IPath newWorkspaceRoot) Transfer the settings to a workspace rooted at newWorkspacweMethods inherited from class org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfernoWorkingSettingsStatusMethods inherited from class org.eclipse.ui.preferences.SettingsTransfergetSettingsTransfers
- 
Constructor Details- 
WorkbenchLayoutSettingsTransferpublic WorkbenchLayoutSettingsTransfer()Create a new instance of the receiver.
 
- 
- 
Method Details- 
transferSettingsDescription copied from class:SettingsTransferTransfer the settings to a workspace rooted at newWorkspacwe- Specified by:
- transferSettingsin class- SettingsTransfer
- Parameters:
- newWorkspaceRoot- root of the new workspace
- Returns:
- IStatusthe status of the transfer.
 
- 
getNameDescription copied from class:SettingsTransferReturn the name for the receiver.- Specified by:
- getNamein class- SettingsTransfer
- Returns:
- receiver name
 
- 
getNewWorkbenchStateLocationReturn the workbench settings location for the new root- Overrides:
- getNewWorkbenchStateLocationin class- org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfer
- Returns:
- IPath or nullif it can't be determined.
 
 
-