Class RadianceExtrasSlices.TabOverviewKind
java.lang.Object
org.pushingpixels.radiance.theming.extras.api.RadianceExtrasSlices.TabOverviewKind
- Enclosing class:
RadianceExtrasSlices
Enumerates all available kinds of tab overview dialog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RadianceExtrasSlices.TabOverviewKind
Shows a grid with all tab thumbnails.static final RadianceExtrasSlices.TabOverviewKind
Shows a menu carousel with all tab thumbnails.private String
Animation kind name.static final RadianceExtrasSlices.TabOverviewKind
Shows a round carousel with all tab thumbnails. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TabOverviewKind
(String name) Creates a new tab overview kind. -
Method Summary
-
Field Details
-
GRID
Shows a grid with all tab thumbnails. -
ROUND_CAROUSEL
Shows a round carousel with all tab thumbnails. -
MENU_CAROUSEL
Shows a menu carousel with all tab thumbnails. -
name
Animation kind name.
-
-
Constructor Details
-
TabOverviewKind
Creates a new tab overview kind.- Parameters:
name
- Tab overview kind name.
-
-
Method Details
-
getName
Returns the name ofthis
overview kind.- Returns:
- Name of
this
overview kind.
-