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

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

Introduction

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

Prototype

public void setTitle(String title) 

Source Link

Document

Sets the title for this dialog.

Usage