RSE
Release 1.0

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

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

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.view
 

Classes in org.eclipse.rse.ui.view that implement ISystemTree
 class SystemView
          This subclass of the standard JFace tree viewer is used to show a tree view of connections to remote systems, which can be manipulated and expanded to access remote objects in the remote system.
 class SystemViewForm
          This re-usable widget is for a single widget that displays a toolbar underneath which is a systems view tree.
 

Methods in org.eclipse.rse.ui.view that return ISystemTree
protected  ISystemTree AbstractSystemViewAdapter.getCurrentTreeView()
          Getter method.
protected  ISystemTree AbstractSystemViewAdapter.getSystemTree()
          Callable by subclasses.
 

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 1.0

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