Uses of Class
org.jvnet.lafwidget.utils.LafConstants.TabOverviewKind

Packages that use LafConstants.TabOverviewKind
org.jvnet.lafwidget.tabbed   
org.jvnet.lafwidget.utils   
 

Uses of LafConstants.TabOverviewKind in org.jvnet.lafwidget.tabbed
 

Methods in org.jvnet.lafwidget.tabbed that return LafConstants.TabOverviewKind
 LafConstants.TabOverviewKind TabPreviewPainter.getOverviewKind(javax.swing.JTabbedPane tabPane)
          Returns the tab overview kind for the specified tabbed pane.
 

Uses of LafConstants.TabOverviewKind in org.jvnet.lafwidget.utils
 

Fields in org.jvnet.lafwidget.utils declared as LafConstants.TabOverviewKind
static LafConstants.TabOverviewKind LafConstants.TabOverviewKind.GRID
          Shows a grid with all tab thumbnails.
static LafConstants.TabOverviewKind LafConstants.TabOverviewKind.MENU_CAROUSEL
          Shows a menu carousel with all tab thumbnails.
static LafConstants.TabOverviewKind LafConstants.TabOverviewKind.ROUND_CAROUSEL
          Shows a round carousel with all tab thumbnails.