Package net.anwiba.commons.swing.dialog
Interface IDialogLauncher
-
- All Known Implementing Classes:
ConfigurableDialogLauncher
public interface IDialogLauncher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDialogResultlaunch(java.awt.Component component)IDialogResultlaunch(java.awt.Window owner)
-
-
-
Method Detail
-
launch
IDialogResult launch(java.awt.Component component)
-
launch
IDialogResult launch(java.awt.Window owner)
-
-