RSE
Release 1.0

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

Packages that use ISystemRegistry
org.eclipse.rse.core   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.model   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.view   
 

Uses of ISystemRegistry in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return ISystemRegistry
 ISystemRegistry RSECorePlugin.getSystemRegistry()
           
 

Methods in org.eclipse.rse.core with parameters of type ISystemRegistry
 void RSECorePlugin.setSystemRegistry(ISystemRegistry registry)
           
 

Uses of ISystemRegistry in org.eclipse.rse.files.ui.widgets
 

Fields in org.eclipse.rse.files.ui.widgets declared as ISystemRegistry
protected  ISystemRegistry SystemSelectRemoteFileOrFolderForm.sr
           
 

Uses of ISystemRegistry in org.eclipse.rse.model
 

Subinterfaces of ISystemRegistry in org.eclipse.rse.model
 interface ISystemRegistryUI
          Registry or front door for all remote system connections.
 

Classes in org.eclipse.rse.model that implement ISystemRegistry
 class SystemRegistry
          Registry for all connections.
 

Methods in org.eclipse.rse.model that return ISystemRegistry
static ISystemRegistry SystemStartHere.getSystemRegistry()
          STEP 1.
static ISystemRegistry SystemRegistry.getSystemRegistry(String logfilePath)
          Return singleton instance.
static ISystemRegistry SystemRegistry.getSystemRegistry()
          Return singleton instance assuming it already exists.
 

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

Fields in org.eclipse.rse.ui.actions declared as ISystemRegistry
protected  ISystemRegistry SystemBaseCopyAction.sr
           
 

Uses of ISystemRegistry in org.eclipse.rse.ui.dialogs
 

Fields in org.eclipse.rse.ui.dialogs declared as ISystemRegistry
protected  ISystemRegistry SystemTestFilterStringDialog.sr
           
 

Uses of ISystemRegistry in org.eclipse.rse.ui.view
 

Fields in org.eclipse.rse.ui.view declared as ISystemRegistry
protected  ISystemRegistry SystemAbstractAPIProvider.sr
           
 


RSE
Release 1.0

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