Package net.anwiba.testing.demo
Class JFrames
- java.lang.Object
-
- net.anwiba.testing.demo.JFrames
-
public class JFrames extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJFrames.Viewer
-
Constructor Summary
Constructors Constructor Description JFrames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshow(java.time.Duration timeout, java.util.function.Consumer<javax.swing.JFrame> guiBuilderTask, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static voidshow(java.time.Duration timeout, javax.swing.JComponent component)static voidshow(java.time.Duration timeout, javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static voidshow(java.time.Duration timeout, javax.swing.JFrame frame)static voidshow(java.time.Duration timeout, javax.swing.JFrame frame, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static voidshow(java.time.Duration timeout, javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static voidshow(javax.swing.Icon icon)static voidshow(javax.swing.JComponent component)static voidshow(javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static voidshow(javax.swing.JFrame frame)static voidshow(javax.swing.JMenuBar menuBar)static voidshow(javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)static JFrames.Viewerviewer()
-
-
-
Method Detail
-
show
public static void show(javax.swing.Icon icon)
-
show
public static void show(javax.swing.JMenuBar menuBar)
-
show
public static void show(javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
show
public static void show(java.time.Duration timeout, javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
show
public static void show(javax.swing.JComponent component)
-
show
public static void show(java.time.Duration timeout, javax.swing.JComponent component)
-
show
public static void show(javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
show
public static void show(java.time.Duration timeout, javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
show
public static void show(java.time.Duration timeout, java.util.function.Consumer<javax.swing.JFrame> guiBuilderTask, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
show
public static void show(javax.swing.JFrame frame)
-
show
public static void show(java.time.Duration timeout, javax.swing.JFrame frame)
-
show
public static void show(java.time.Duration timeout, javax.swing.JFrame frame, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
-
viewer
public static JFrames.Viewer viewer()
-
-