Class SubstanceOfficeBlack2007LookAndFeel



  • public class SubstanceOfficeBlack2007LookAndFeel
    extends org.pushingpixels.substance.api.SubstanceLookAndFeel
    Standalone look-and-feel that uses the Office Black 2007 skin from OfficeBlack2007Skin. You can set this look-and-feel by:
    • -Dswing.defaultlaf=org.pushingpixels.substance.api.skin. SubstanceOfficeBlack2007LookAndFeel
    • UIManager.setLookAndFeel( "org.pushingpixels.substance.extras.api.skinpack.SubstanceOfficeBlack2007LookAndFeel" );
    • UIManager.setLookAndFeel(new SubstanceOfficeBlack2007LookAndFeel());
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel

        createAudioAction, getAudioActionMap, initSystemColorDefaults, loadSystemColors, playSound
      • Methods inherited from class javax.swing.LookAndFeel

        getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, 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
      • Methods inherited from class org.pushingpixels.substance.api.SubstanceLookAndFeel

        getDefaults, getDescription, getDisabledIcon, getID, getName, getSupportsWindowDecorations, initClassDefaults, initComponentDefaults, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, uninitialize
    • Constructor Detail

      • SubstanceOfficeBlack2007LookAndFeel

        public SubstanceOfficeBlack2007LookAndFeel​()
        Creates a new Office Black 2007 look-and-feel.