Package editor

Class GosuLabLAF

  • All Implemented Interfaces:
    java.io.Serializable

    public class GosuLabLAF
    extends javax.swing.plaf.basic.BasicLookAndFeel
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GosuLabLAF()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getID()  
      java.lang.String getName()  
      protected void initComponentDefaults​(javax.swing.UIDefaults table)  
      boolean isNativeLookAndFeel()  
      boolean isSupportedLookAndFeel()  
      static void setLookAndFeel()  
      • Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel

        createAudioAction, getAudioActionMap, getDefaults, initClassDefaults, initialize, initSystemColorDefaults, loadSystemColors, playSound, uninitialize
      • Methods inherited from class javax.swing.LookAndFeel

        getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
      • Methods inherited from class java.lang.Object

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

      • GosuLabLAF

        public GosuLabLAF()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in class javax.swing.LookAndFeel
      • getID

        public java.lang.String getID()
        Specified by:
        getID in class javax.swing.LookAndFeel
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in class javax.swing.LookAndFeel
      • isNativeLookAndFeel

        public boolean isNativeLookAndFeel()
        Specified by:
        isNativeLookAndFeel in class javax.swing.LookAndFeel
      • isSupportedLookAndFeel

        public boolean isSupportedLookAndFeel()
        Specified by:
        isSupportedLookAndFeel in class javax.swing.LookAndFeel
      • initComponentDefaults

        protected void initComponentDefaults​(javax.swing.UIDefaults table)
        Overrides:
        initComponentDefaults in class javax.swing.plaf.basic.BasicLookAndFeel
      • setLookAndFeel

        public static void setLookAndFeel()