Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.TabCloseKind
-
Packages that use RadianceThemingSlices.TabCloseKind Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.tabbed org.pushingpixels.radiance.theming.internal.ui -
-
Uses of RadianceThemingSlices.TabCloseKind in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.TabCloseKind Modifier and Type Method Description static RadianceThemingSlices.TabCloseKind
RadianceThemingSlices.TabCloseKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RadianceThemingSlices.TabCloseKind[]
RadianceThemingSlices.TabCloseKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RadianceThemingSlices.TabCloseKind in org.pushingpixels.radiance.theming.api.tabbed
Methods in org.pushingpixels.radiance.theming.api.tabbed that return RadianceThemingSlices.TabCloseKind Modifier and Type Method Description RadianceThemingSlices.TabCloseKind
TabCloseCallback. onAreaClick(javax.swing.JTabbedPane tabbedPane, int tabIndex, java.awt.event.MouseEvent mouseEvent)
Invoked when the tab area (not close button) is clicked.RadianceThemingSlices.TabCloseKind
TabCloseCallback. onCloseButtonClick(javax.swing.JTabbedPane tabbedPane, int tabIndex, java.awt.event.MouseEvent mouseEvent)
Invoked when the tab close button is clicked. -
Uses of RadianceThemingSlices.TabCloseKind in org.pushingpixels.radiance.theming.internal.ui
Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceThemingSlices.TabCloseKind Modifier and Type Method Description protected void
RadianceTabbedPaneUI. tryCloseTabs(int tabIndex, RadianceThemingSlices.TabCloseKind tabCloseKind)
Tries closing tabs based on the specified tab index and tab close kind.
-