Eclipse Platform
Release 3.1

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.
 

Method Detail

validate

public IStatus validate(Object[] selection)
Validates an array of elements and returns the resulting status.

Parameters:
selection - The elements to validate
Returns:
The resulting status

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.