RSE
Release 1.0

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

Packages that use ISystemDragDropAdapter
org.eclipse.rse.files.ui.view   
org.eclipse.rse.model   
org.eclipse.rse.processes.ui.view   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.team   
 

Uses of ISystemDragDropAdapter in org.eclipse.rse.files.ui.view
 

Classes in org.eclipse.rse.files.ui.view that implement ISystemDragDropAdapter
 class SystemViewRemoteFileAdapter
          Adapter for displaying remote file system objects in tree views.
 class SystemViewRemoteSearchResultAdapter
          Adapter class to enable the output of a search to be "live" in that it has actions and properties.
 class SystemViewRemoteSearchResultSetAdapter
          Adapter for a search result set.
 

Uses of ISystemDragDropAdapter in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model that return ISystemDragDropAdapter
 ISystemDragDropAdapter SystemRemoteResourceSet.getAdapter()
           
 

Constructors in org.eclipse.rse.model with parameters of type ISystemDragDropAdapter
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter)
           
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter, Object[] objects)
           
SystemRemoteResourceSet(ISubSystem subSystem, ISystemDragDropAdapter adapter, List objects)
           
 

Uses of ISystemDragDropAdapter in org.eclipse.rse.processes.ui.view
 

Classes in org.eclipse.rse.processes.ui.view that implement ISystemDragDropAdapter
 class SystemViewRemoteProcessAdapter
           
 

Uses of ISystemDragDropAdapter in org.eclipse.rse.shells.ui.view
 

Classes in org.eclipse.rse.shells.ui.view that implement ISystemDragDropAdapter
 class SystemViewRemoteErrorAdapter
          Comment goes here
 class SystemViewRemoteOutputAdapter
          This is the adapter for smart output from remote commands, such that they can support right click actions and such.
 

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

Subinterfaces of ISystemDragDropAdapter in org.eclipse.rse.ui.view
 interface ISystemViewElementAdapter
          This is the interface for an adapter on objects in the system viewer.
 

Classes in org.eclipse.rse.ui.view that implement ISystemDragDropAdapter
 class AbstractSystemViewAdapter
          Base class for adapters needed for the SystemView viewer.
 class SystemViewConnectionAdapter
          Adapter for displaying SystemConnection objects in tree views.
 class SystemViewFilterAdapter
          Default Adapter for displaying filter objects in tree views.
 class SystemViewFilterPoolAdapter
          Adapter for displaying SystemFilterPool objects in tree views.
 class SystemViewFilterPoolReferenceAdapter
          Adapter for displaying SystemFilterPool reference objects in tree views.
 class SystemViewFilterReferenceAdapter
          Adapter for displaying SystemFilterReference objects in tree views.
 class SystemViewFilterStringAdapter
          Default Adapter for displaying filter string objects in tree views.
 class SystemViewMessageAdapter
          Adapter for displaying temporary message objects when an expand fails or is cancelled.
 class SystemViewNewConnectionPromptAdapter
          Adapter class for new connection prompt objects.
 class SystemViewPromptableAdapter
          Adapter for displaying special-case prompt objects in the system views.
 class SystemViewRootInputAdapter
          Adapter for the root-providing object of the SystemView tree viewer.
 class SystemViewScratchpadAdapter
          Adapter for the root-providing object of the SystemView tree viewer.
 class SystemViewSubSystemAdapter
          Adapter for displaying SubSystem objects in tree views.
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemDragDropAdapter
protected  SystemRemoteResourceSet SystemDNDTransferRunnable.getSetFor(ISubSystem subSystem, ISystemDragDropAdapter adapter)
           
protected  boolean SystemDNDTransferRunnable.transferRSEResources(IProgressMonitor monitor, Object target, ISubSystem targetSubSystem, ISystemDragDropAdapter targetAdapter)
           
protected  boolean SystemDNDTransferRunnable.transferNonRSEResources(IProgressMonitor monitor, Object target, ISubSystem targetSubSystem, ISystemDragDropAdapter targetAdapter)
           
 

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

Classes in org.eclipse.rse.ui.view.team that implement ISystemDragDropAdapter
 class SystemTeamViewCategoryAdapter
          Adapter for displaying and processing SystemTeamViewCategoryNode objects in tree views, such as the Team view.
 class SystemTeamViewProfileAdapter
          Adapter for displaying and processing SystemProfile objects in tree views, such as the Team view.
 class SystemTeamViewSubSystemConfigurationAdapter
          Adapter for displaying and processing SystemTeamViewSubSystemConfigurationNode objects in tree views, such as the Team view.
 


RSE
Release 1.0

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