public static final class SubstanceExtrasSlices.TabOverviewKind
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static SubstanceExtrasSlices.TabOverviewKind |
GRID |
Shows a grid with all tab thumbnails.
|
static SubstanceExtrasSlices.TabOverviewKind |
MENU_CAROUSEL |
Shows a menu carousel with all tab thumbnails.
|
static SubstanceExtrasSlices.TabOverviewKind |
ROUND_CAROUSEL |
Shows a round carousel with all tab thumbnails.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Returns the name of
this overview kind. |
public static final SubstanceExtrasSlices.TabOverviewKind GRID
public static final SubstanceExtrasSlices.TabOverviewKind ROUND_CAROUSEL
public static final SubstanceExtrasSlices.TabOverviewKind MENU_CAROUSEL