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.
- Author:
- Kirill Grouchnikov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RadianceExtrasSlices.TabOverviewKindShows a grid with all tab thumbnails.static final RadianceExtrasSlices.TabOverviewKindShows a menu carousel with all tab thumbnails.static final RadianceExtrasSlices.TabOverviewKindShows a round carousel with all tab thumbnails. -
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.
-
-
Method Details
-
getName
Returns the name ofthisoverview kind.- Returns:
- Name of
thisoverview kind.
-