Class LafConstants.TabOverviewKind
java.lang.Object
org.pushingpixels.lafwidget.utils.LafConstants.TabOverviewKind
- Enclosing class:
- LafConstants
Enumerates all available kinds of tab overview dialog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LafConstants.TabOverviewKindShows a grid with all tab thumbnails.static final LafConstants.TabOverviewKindShows a menu carousel with all tab thumbnails.static final LafConstants.TabOverviewKindShows a round carousel with all tab thumbnails. -
Constructor Summary
Constructors -
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.
-
-
Constructor Details
-
TabOverviewKind
Creates a new tab overview kind.- Parameters:
name- Tab overview kind name.
-
-
Method Details
-
getName
Returns the name ofthisanimation.- Returns:
- Name of
thisanimation.
-