public interface LightWeightDialogService
| Modifier and Type | Interface and Description |
|---|---|
static class |
LightWeightDialogService.ModalityScope
The modality scope
|
| Modifier and Type | Method and Description |
|---|---|
<T extends javafx.scene.Node & Frame> |
openDialog(java.lang.Class<T> dialogClass,
LightWeightDialogService.ModalityScope scope)
Open the given dialog class
|
<T extends javafx.scene.Node & Frame> |
openDialog(T dialog,
LightWeightDialogService.ModalityScope scope)
Open the given dialog instance in the given scope
|
<T extends javafx.scene.Node & Frame> T openDialog(java.lang.Class<T> dialogClass,
LightWeightDialogService.ModalityScope scope)
dialogClass - the dialog to openscope - the scope<T extends javafx.scene.Node & Frame> void openDialog(T dialog,
LightWeightDialogService.ModalityScope scope)
dialog - the dialogscope - the scope