| org.eclipse.ui.dialogs.ISelectionStatusValidator
ISelectionStatusValidator | public interface ISelectionStatusValidator (Code) | | 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)(Code) | | Validates an array of elements and returns the resulting status.
Parameters: selection - The elements to validate The resulting status |
|
|