RSE
Release 1.0

org.eclipse.rse.ui.view
Interface ISystemViewDropDestination


public interface ISystemViewDropDestination

An adapter can elect to suppot this interface and answer whether it support copy/move/drop from the source (given adapter type) to the specified destination.


Method Summary
 boolean supportDropDestination(Object target)
          ask source adapter if it supports drop of its type on this target
 

Method Detail

supportDropDestination

public boolean supportDropDestination(Object target)
ask source adapter if it supports drop of its type on this target

Returns:
true if copy/move/drop is supported

RSE
Release 1.0

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