Example usage for org.springframework.ide.eclipse.ui.dialogs FilteredElementTreeSelectionDialog setValidator

List of usage examples for org.springframework.ide.eclipse.ui.dialogs FilteredElementTreeSelectionDialog setValidator

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.ui.dialogs FilteredElementTreeSelectionDialog setValidator.

Prototype

public void setValidator(ISelectionStatusValidator validator) 

Source Link

Document

Sets an optional validator to check if the selection is valid.

Usage