RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.model.ISystemProfileManager

Packages that use ISystemProfileManager
org.eclipse.rse.core.model   
org.eclipse.rse.model   
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom   
org.eclipse.rse.ui   
org.eclipse.rse.ui.actions   
 

Uses of ISystemProfileManager in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model that return ISystemProfileManager
 ISystemProfileManager ISystemProfile.getProfileManager()
          Get the in-memory pointer back to the parent system profile manager
 ISystemProfileManager ISystemRegistry.getSystemProfileManager()
          Return singleton profile manager
 

Methods in org.eclipse.rse.core.model with parameters of type ISystemProfileManager
 void ISystemProfile.setProfileManager(ISystemProfileManager mgr)
          Set the in-memory pointer back to the parent system profile manager
 

Uses of ISystemProfileManager in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model that return ISystemProfileManager
static ISystemProfileManager SystemStartHere.getSystemProfileManager()
          Miscallenous Helper.
 ISystemProfileManager SystemRegistry.getSystemProfileManager()
          Return singleton profile manager
 

Uses of ISystemProfileManager in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence with parameters of type ISystemProfileManager
 boolean IRSEPersistenceManager.restore(ISystemProfileManager profileManager)
          Restore all profiles
 boolean IRSEPersistenceManager.commit(ISystemProfileManager profileManager)
          Save all profiles
 

Uses of ISystemProfileManager in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom with parameters of type ISystemProfileManager
 ISystemProfile IRSEDOMImporter.restoreProfile(ISystemProfileManager profileManager, RSEDOM dom)
          Restores the profile represented by dom
 

Uses of ISystemProfileManager in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui that return ISystemProfileManager
static ISystemProfileManager RSEUIPlugin.getTheSystemProfileManager()
          A static version for convenience Returns the master profile manager singleton.
 

Uses of ISystemProfileManager in org.eclipse.rse.ui.actions
 

Fields in org.eclipse.rse.ui.actions declared as ISystemProfileManager
protected  ISystemProfileManager SystemBaseCopyAction.mgr
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.