com.ibm.etools.systems.core.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. |
copyright
public static final String copyright
- See Also:
- Constant Field Values
isValidTargetParent
public 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.
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.