Class FlatAllIJThemes.FlatIJLookAndFeelInfo

  • Enclosing class:
    FlatAllIJThemes

    public static class FlatAllIJThemes.FlatIJLookAndFeelInfo
    extends javax.swing.UIManager.LookAndFeelInfo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean dark  
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatIJLookAndFeelInfo​(java.lang.String name, java.lang.String className, boolean dark)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDark()  
      • Methods inherited from class javax.swing.UIManager.LookAndFeelInfo

        getClassName, getName, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • dark

        private final boolean dark
    • Constructor Detail

      • FlatIJLookAndFeelInfo

        public FlatIJLookAndFeelInfo​(java.lang.String name,
                                     java.lang.String className,
                                     boolean dark)
    • Method Detail

      • isDark

        public boolean isDark()