RSE
Release 3.3

org.eclipse.rse.ui.actions
Interface ISystemCopyTargetSelectionCallback

All Known Implementing Classes:
SystemBaseCopyAction

public interface ISystemCopyTargetSelectionCallback

Callback interface between copy-actions and copy select-target-parent dialogs


Method Summary
 boolean isValidTargetParent(SystemSimpleContentElement selectedElement)
          This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object.
 

Method Detail

isValidTargetParent

boolean isValidTargetParent(SystemSimpleContentElement selectedElement)
This method is a callback from the select-target-parent dialog, allowing us to decide whether the current selected object is a valid parent object. This affects the enabling of the OK button on that dialog.


RSE
Release 3.3

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