org.eclipse.ui.dialogs
Interface ISelectionStatusValidator
-
public interface ISelectionStatusValidator
Used in selection dialogs to validate selections
-
Since:
- 2.0
Method Summary
|
IStatus
|
validate
(
Object[] selection)
Validates an array of elements and returns the resulting status. |
validate
IStatus validate(
Object[] selection)
- Validates an array of elements and returns the resulting status.
-
-
Parameters:
-
selection
- The elements to validate
-
Returns:
- The resulting status
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.