Package net.anwiba.testing.demo
Class JDialogs.Viewer<T extends javax.swing.JDialog>
- java.lang.Object
-
- net.anwiba.testing.demo.JDialogs.Viewer<T>
-
- Enclosing class:
- JDialogs
public static class JDialogs.Viewer<T extends javax.swing.JDialog> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JDialogs.Viewer<T>setAfterOpenedTask(java.util.function.Consumer<T> afterOpenedTask)JDialogs.Viewer<T>setTimeout(java.time.Duration timeout)voidshow()
-
-
-
Method Detail
-
setTimeout
public JDialogs.Viewer<T> setTimeout(java.time.Duration timeout)
-
setAfterOpenedTask
public JDialogs.Viewer<T> setAfterOpenedTask(java.util.function.Consumer<T> afterOpenedTask)
-
show
public void show()
-
-