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

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

Introduction

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

Prototype

public void setSorter(ViewerSorter sorter) 

Source Link

Document

Sets the sorter used by the tree viewer.

Usage