Uses of Class
org.pushingpixels.radiance.theming.extras.api.RadianceExtrasSlices.TabOverviewKind
-
-
Uses of RadianceExtrasSlices.TabOverviewKind in org.pushingpixels.radiance.theming.extras.api
Fields in org.pushingpixels.radiance.theming.extras.api declared as RadianceExtrasSlices.TabOverviewKind Modifier and Type Field Description static RadianceExtrasSlices.TabOverviewKind
RadianceExtrasSlices.TabOverviewKind. GRID
Shows a grid with all tab thumbnails.static RadianceExtrasSlices.TabOverviewKind
RadianceExtrasSlices.TabOverviewKind. MENU_CAROUSEL
Shows a menu carousel with all tab thumbnails.static RadianceExtrasSlices.TabOverviewKind
RadianceExtrasSlices.TabOverviewKind. ROUND_CAROUSEL
Shows a round carousel with all tab thumbnails. -
Uses of RadianceExtrasSlices.TabOverviewKind in org.pushingpixels.radiance.theming.extras.api.tabbed
Methods in org.pushingpixels.radiance.theming.extras.api.tabbed that return RadianceExtrasSlices.TabOverviewKind Modifier and Type Method Description RadianceExtrasSlices.TabOverviewKind
TabPreviewPainter. getOverviewKind(javax.swing.JTabbedPane tabPane)
Returns the tab overview kind for the specified tabbed pane. -
Uses of RadianceExtrasSlices.TabOverviewKind in org.pushingpixels.radiance.theming.extras.internal.tabbed
Constructors in org.pushingpixels.radiance.theming.extras.internal.tabbed with parameters of type RadianceExtrasSlices.TabOverviewKind Constructor Description TabOverviewDialog(javax.swing.JTabbedPane tabPane, RadianceExtrasSlices.TabOverviewKind overviewKind, java.awt.Frame owner, boolean modal, int dialogWidth, int dialogHeight)
Creates a new tab overview dialog.
-