Class LafConstants.TabOverviewKind
- java.lang.Object
-
- org.pushingpixels.lafwidget.utils.LafConstants.TabOverviewKind
-
- Enclosing class:
- LafConstants
public static class LafConstants.TabOverviewKind extends Object
Enumerates all available kinds of tab overview dialog.
-
-
Field Summary
Fields Modifier and Type Field Description static LafConstants.TabOverviewKindGRIDShows a grid with all tab thumbnails.static LafConstants.TabOverviewKindMENU_CAROUSELShows a menu carousel with all tab thumbnails.static LafConstants.TabOverviewKindROUND_CAROUSELShows a round carousel with all tab thumbnails.
-
Constructor Summary
Constructors Constructor Description TabOverviewKind(String name)Creates a new tab overview kind.
-
-
-
Field Detail
-
GRID
public static final LafConstants.TabOverviewKind GRID
Shows a grid with all tab thumbnails.
-
ROUND_CAROUSEL
public static final LafConstants.TabOverviewKind ROUND_CAROUSEL
Shows a round carousel with all tab thumbnails.
-
MENU_CAROUSEL
public static final LafConstants.TabOverviewKind MENU_CAROUSEL
Shows a menu carousel with all tab thumbnails.
-
-
Constructor Detail
-
TabOverviewKind
public TabOverviewKind(String name)
Creates a new tab overview kind.- Parameters:
name- Tab overview kind name.
-
-
Method Detail
-
getName
public String getName()
Returns the name ofthisanimation.- Returns:
- Name of
thisanimation.
-
-