Eclipse Platform
Kepler (4.3)

org.eclipse.ui.dialogs
Interface ISelectionStatusValidator


public interface ISelectionStatusValidator

Used in selection dialogs to validate selections

Since:
2.0

Method Summary
 IStatus validate(java.lang.Object[] selection)
          Validates an array of elements and returns the resulting status.
 

Method Detail

validate

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

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

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.