RSE
Release 1.0

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

Packages that use ISystemViewInputProvider
org.eclipse.rse.core   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.model   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.team   
 

Uses of ISystemViewInputProvider in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core with parameters of type ISystemViewInputProvider
static ISystemViewElementAdapter SystemAdapterHelpers.getAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider)
          Overload to use when calling from a viewer.
 

Uses of ISystemViewInputProvider in org.eclipse.rse.files.ui.dialogs
 

Classes in org.eclipse.rse.files.ui.dialogs that implement ISystemViewInputProvider
 class SystemRemoteFileSelectionInputProvider
           
 

Uses of ISystemViewInputProvider in org.eclipse.rse.model
 

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

Uses of ISystemViewInputProvider in org.eclipse.rse.subsystems.files.core.model
 

Subinterfaces of ISystemViewInputProvider in org.eclipse.rse.subsystems.files.core.model
 interface ISystemFileAPIProvider
          Where to start when looking to traverse a remote file system
 

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

Methods in org.eclipse.rse.ui.dialogs that return ISystemViewInputProvider
protected  ISystemViewInputProvider SystemSelectAnythingDialog.getInputProvider()
          Returns the initial input provider for the viewer.
 

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

Classes in org.eclipse.rse.ui.view that implement ISystemViewInputProvider
 class SystemAbstractAPIProvider
          This is a base class that a provider of root nodes to the remote systems tree viewer part can use as a parent class.
 class SystemEmptyListAPIProviderImpl
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemResolveFilterStringAPIProviderImpl
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemResourceSelectionInputProvider
           
 class SystemSelectRemoteObjectAPIProviderImpl
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemTestFilterStringAPIProviderImpl
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewAPIProviderForConnections
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewAPIProviderForFilterPools
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewAPIProviderForFilters
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewAPIProviderForFilterStrings
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewAPIProviderForSubSystems
          This class is a provider of root nodes to the remote systems tree viewer part.
 class SystemViewConnectionSelectionInputProvider
          This input provider for the System View is used when we want to merely present a list of existing connections for the user to select from, and optionally include the New Connection prompting connection.
 

Fields in org.eclipse.rse.ui.view declared as ISystemViewInputProvider
protected  ISystemViewInputProvider SystemView.inputProvider
           
protected  ISystemViewInputProvider SystemView.previousInputProvider
           
protected  ISystemViewInputProvider SystemViewPart.input
           
 

Methods in org.eclipse.rse.ui.view that return ISystemViewInputProvider
 ISystemViewInputProvider SystemView.getInputProvider()
          Return the input provider
 ISystemViewInputProvider AbstractSystemViewAdapter.getInput()
          Getter method.
 ISystemViewInputProvider ISystemViewElementAdapter.getInput()
          Get the input object used to populate the viewer with the roots.
protected  ISystemViewInputProvider SystemViewPart.getInputProvider()
          Returns the initial input provider for the viewer.
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemViewInputProvider
 void SystemView.setInputProvider(ISystemViewInputProvider inputProvider)
          Set the input provider.
 void SystemViewForm.reset(ISystemViewInputProvider inputProvider)
          Reset contents
protected  void SystemViewForm.createSystemView(Shell shell, ISystemViewInputProvider inputProvider, boolean singleSelectionMode)
           
 void AbstractSystemViewAdapter.setInput(ISystemViewInputProvider input)
          Configuration method.
 void ISystemViewElementAdapter.setInput(ISystemViewInputProvider input)
          Set the input object used to populate the viewer with the roots.
 

Constructors in org.eclipse.rse.ui.view with parameters of type ISystemViewInputProvider
SystemView(Shell shell, Composite parent, ISystemViewInputProvider inputProvider, ISystemMessageLine msgLine)
          Constructor
SystemView(Shell shell, Composite parent, int style, ISystemViewInputProvider inputProvider, ISystemMessageLine msgLine)
          Constructor to use when you want to specify styles for the tree widget
SystemView(Shell shell, Composite parent, int style, ISystemViewInputProvider inputProvider, ISystemMessageLine msgLine, ViewerFilter[] initViewerFilters)
          Constructor to use when you want to specify styles for the tree widget
SystemView(Shell shell, Tree tree, ISystemViewInputProvider inputProvider, ISystemMessageLine msgLine)
          Constructor to use when you create your own tree widget.
SystemViewForm(Shell shell, Composite parent, int style, ISystemViewInputProvider inputProvider, boolean singleSelectionMode, ISystemMessageLine msgLine)
          Constructor
SystemViewForm(Shell shell, Composite parent, int style, ISystemViewInputProvider inputProvider, boolean singleSelectionMode, ISystemMessageLine msgLine, int horizontalSpan, int verticalSpan)
          Constructor when you want to span more than one column or row
SystemViewForm(Shell shell, Composite parent, int style, ISystemViewInputProvider inputProvider, boolean singleSelectionMode, ISystemMessageLine msgLine, int horizontalSpan, int verticalSpan, ViewerFilter[] initViewerFilters)
          Constructor when you want to span more than one column or row
 

Uses of ISystemViewInputProvider in org.eclipse.rse.ui.view.team
 

Classes in org.eclipse.rse.ui.view.team that implement ISystemViewInputProvider
 class SystemTeamViewInputProvider
          Represents the input to the team viewer.
 


RSE
Release 1.0

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