org.jvnet.lafwidget.utils
Class LafConstants.TabOverviewKind

java.lang.Object
  extended by org.jvnet.lafwidget.utils.LafConstants.TabOverviewKind
Enclosing class:
LafConstants

public static class LafConstants.TabOverviewKind
extends java.lang.Object

Enumerates all available kinds of tab overview dialog.

Author:
Kirill Grouchnikov

Field Summary
static LafConstants.TabOverviewKind GRID
          Shows a grid with all tab thumbnails.
static LafConstants.TabOverviewKind MENU_CAROUSEL
          Shows a menu carousel with all tab thumbnails.
static LafConstants.TabOverviewKind ROUND_CAROUSEL
          Shows a round carousel with all tab thumbnails.
 
Constructor Summary
LafConstants.TabOverviewKind(java.lang.String name)
          Creates a new tab overview kind.
 
Method Summary
 java.lang.String getName()
          Returns the name of this animation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

LafConstants.TabOverviewKind

public LafConstants.TabOverviewKind(java.lang.String name)
Creates a new tab overview kind.

Parameters:
name - Tab overview kind name.
Method Detail

getName

public java.lang.String getName()
Returns the name of this animation.

Returns:
Name of this animation.