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

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

Introduction

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

Prototype

public FilteredElementTreeSelectionDialog(Shell parent, ILabelProvider labelProvider,
        ITreeContentProvider contentProvider) 

Source Link

Document

Constructs an instance of ElementTreeSelectionDialog.

Usage