Class JFrames


  • public class JFrames
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JFrames.Viewer  
    • Constructor Summary

      Constructors 
      Constructor Description
      JFrames()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void show​(java.time.Duration timeout, java.util.function.Consumer<javax.swing.JFrame> guiBuilderTask, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static void show​(java.time.Duration timeout, javax.swing.JComponent component)  
      static void show​(java.time.Duration timeout, javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static void show​(java.time.Duration timeout, javax.swing.JFrame frame)  
      static void show​(java.time.Duration timeout, javax.swing.JFrame frame, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static void show​(java.time.Duration timeout, javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static void show​(javax.swing.Icon icon)  
      static void show​(javax.swing.JComponent component)  
      static void show​(javax.swing.JComponent component, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static void show​(javax.swing.JFrame frame)  
      static void show​(javax.swing.JMenuBar menuBar)  
      static void show​(javax.swing.JMenuBar menuBar, java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)  
      static JFrames.Viewer viewer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JFrames

        public JFrames()
    • 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)