JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Eclipse Platform
2026-09 (4.41)
org.eclipse.ui.dialogs
ISelectionStatusValidator
Contents
Description
Method Summary
Method Details
validate(Object[])
Hide sidebar
Show sidebar
Interface ISelectionStatusValidator
public interface
ISelectionStatusValidator
Used in selection dialogs to validate selections
Since:
2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IStatus
validate
(
Object
[] selection)
Validates an array of elements and returns the resulting status.
Method Details
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