RSE
Release 3.4

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

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

Uses of ISystemProfileManager in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return ISystemProfileManager
static ISystemProfileManager RSECorePlugin.getTheSystemProfileManager()
          Return the master profile manager singleton.
 

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
static ISystemProfileManager SystemStartHere.getSystemProfileManager()
          Miscellaneous Helper - Return the singleton 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.ui
 

Methods in org.eclipse.rse.ui that return ISystemProfileManager
static ISystemProfileManager RSEUIPlugin.getTheSystemProfileManager()
          Deprecated. use RSECorePlugin.getTheSystemProfileManager()
 

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 3.4

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