|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the elements this dialog alows to selectpublic interface IFilteredSelectionDialog<T>
A filtered selection dialog allows to select T elements and provide a filter text to filter all T elements shown in the dialog.
EvolutionPlayerUI#createArtistSelectionDialog(org.eclipse.swt.widgets.Shell,
boolean)
,
EvolutionPlayerUI#createAlbumSelectionDialog(org.eclipse.swt.widgets.Shell,
boolean)
,
EvolutionPlayerUI#createSongSelectionDialog(org.eclipse.swt.widgets.Shell,
boolean)
Method Summary | |
---|---|
boolean |
close()
Closes this window, disposes its shell, and removes this window from its window manager (if it has one). |
java.util.List<T> |
openDialog()
Open this dialog and return the selected elements. |
void |
setInitialPattern(java.lang.String text)
Sets the initial pattern used by the filter. |
void |
setTitle(java.lang.String title)
Sets the title for this dialog. |
Method Detail |
---|
void setTitle(java.lang.String title)
title
- the titlevoid setInitialPattern(java.lang.String text)
text
- initial pattern for the filterjava.util.List<T> openDialog()
boolean close()
true
if the window is (or was already) closed, and
false
if it is still open
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |