RSE
Release 3.3

Uses of Interface
org.eclipse.rse.ui.view.ISystemTree

Packages that use ISystemTree
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.wizards   
 

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

Methods in org.eclipse.rse.files.ui.widgets that return ISystemTree
 ISystemTree SystemSelectRemoteFileOrFolderForm.getSystemTree()
          Returns the system tree
 

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

Methods in org.eclipse.rse.ui.actions that return ISystemTree
protected  ISystemTree SystemBaseAction.getCurrentTreeView()
          Return the current viewer as an ISystemTree if it is one, or null otherwise
 

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

Methods in org.eclipse.rse.ui.dialogs that return ISystemTree
 ISystemTree SystemRemoteResourceDialog.getSystemTree()
          Returns the system tree
 

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

Methods in org.eclipse.rse.ui.view that return ISystemTree
protected  ISystemTree AbstractSystemViewAdapter.getCurrentTreeView()
          Return the current viewer as an ISystemTree if it is one, or null otherwise.
protected  ISystemTree AbstractSystemViewAdapter.getSystemTree()
          Return the current viewer as an ISystemTree if the viewer is set and it implements this interface (SystemView does).
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemTree
 void IViewLinker.linkEditorToView(IEditorPart editor, ISystemTree systemTree)
          System View part calls link when using Link With Editor.
 

Uses of ISystemTree in org.eclipse.rse.ui.wizards
 

Methods in org.eclipse.rse.ui.wizards that return ISystemTree
protected  ISystemTree AbstractSystemWizard.getCurrentTreeView()
          Return the current viewer as an ISystemTree if it is one, or null otherwise
 


RSE
Release 3.3

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