Class SubstanceSkinRibbonGallery
- java.lang.Object
-
- org.pushingpixels.substance.flamingo.ribbon.gallery.oob.SubstanceSkinRibbonGallery
-
public class SubstanceSkinRibbonGallery extends Object
In-ribbon gallery that contains all available Substance skins.
-
-
Constructor Summary
Constructors Constructor Description SubstanceSkinRibbonGallery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addSkinGallery(org.pushingpixels.flamingo.api.ribbon.JRibbonBand ribbonBand)
Adds an in-ribbon gallery that contains all available Substance skins to the specified ribbon band.
-
-
-
Method Detail
-
addSkinGallery
public static void addSkinGallery(org.pushingpixels.flamingo.api.ribbon.JRibbonBand ribbonBand)
Adds an in-ribbon gallery that contains all available Substance skins to the specified ribbon band.- Parameters:
ribbonBand
- Ribbon band that will contain the newly added skin gallery.
-
-