public final class TypeBrowser extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TypeBrowser.Filter
Filtering support
|
Constructor and Description |
---|
TypeBrowser() |
Modifier and Type | Method and Description |
---|---|
static TypeDescriptor |
browse(String title,
String initialText,
TypeBrowser.Filter filter,
TypeProvider... typeProviders)
Blocking call for opening modal search dialog
|
static TypeDescriptor |
browse(String title,
TypeBrowser.Filter filter,
TypeProvider... typeProviders)
Blocking call for opening modal search dialog
|
public static TypeDescriptor browse(String title, TypeBrowser.Filter filter, TypeProvider... typeProviders)
title
- title of the dialogfilter
- optional filter of the results; can be nulltypeProviders
- type providers defining the scope of the search;
if none specified, all type providers from default lookup will be usedpublic static TypeDescriptor browse(String title, String initialText, TypeBrowser.Filter filter, TypeProvider... typeProviders)
title
- title of the dialoginitialText
- text that should be prefilled in the type name text fieldfilter
- optional filter of the results; can be nulltypeProviders
- type providers defining the scope of the search;
if none specified, all type providers from default lookup will be used