Class SubstanceExtrasSlices.TabOverviewKind
- java.lang.Object
-
- org.pushingpixels.substance.extras.api.SubstanceExtrasSlices.TabOverviewKind
-
- Enclosing class:
- SubstanceExtrasSlices
public static final class SubstanceExtrasSlices.TabOverviewKind extends java.lang.ObjectEnumerates all available kinds of tab overview dialog.
-
-
Field Summary
Fields Modifier and Type Field Description static SubstanceExtrasSlices.TabOverviewKindGRIDShows a grid with all tab thumbnails.static SubstanceExtrasSlices.TabOverviewKindMENU_CAROUSELShows a menu carousel with all tab thumbnails.static SubstanceExtrasSlices.TabOverviewKindROUND_CAROUSELShows a round carousel with all tab thumbnails.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name ofthisoverview kind.
-
-
-
Field Detail
-
GRID
public static final SubstanceExtrasSlices.TabOverviewKind GRID
Shows a grid with all tab thumbnails.
-
ROUND_CAROUSEL
public static final SubstanceExtrasSlices.TabOverviewKind ROUND_CAROUSEL
Shows a round carousel with all tab thumbnails.
-
MENU_CAROUSEL
public static final SubstanceExtrasSlices.TabOverviewKind MENU_CAROUSEL
Shows a menu carousel with all tab thumbnails.
-
-