RSE
Release 3.4

Uses of Interface
org.eclipse.rse.core.subsystems.ISystemDragDropAdapter

Packages that use ISystemDragDropAdapter
org.eclipse.rse.core.model   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.view   
 

Uses of ISystemDragDropAdapter in org.eclipse.rse.core.model
 

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

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

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

Classes in org.eclipse.rse.shells.ui.view that implement ISystemDragDropAdapter
 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.
 


RSE
Release 3.4

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