public interface TreeChooser<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
TreeChooser.Filter<T> |
Modifier and Type | Method and Description |
---|---|
T |
getSelected() |
void |
select(T aClass) |
void |
selectDirectory(PsiDirectory directory) |
void |
showDialog() |
void |
showPopup() |
T getSelected()
void select(T aClass)
void selectDirectory(PsiDirectory directory)
void showDialog()
void showPopup()