Uses of Enum
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.TabCloseKind
Packages that use RadianceThemingSlices.TabCloseKind
Package
Description
-
Uses of RadianceThemingSlices.TabCloseKind in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.TabCloseKindModifier and TypeMethodDescriptionReturns 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.TabCloseKindModifier and TypeMethodDescriptionTabCloseCallback.onAreaClick
(JTabbedPane tabbedPane, int tabIndex, MouseEvent mouseEvent) Invoked when the tab area (not close button) is clicked.TabCloseCallback.onCloseButtonClick
(JTabbedPane tabbedPane, int tabIndex, 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.TabCloseKindModifier and TypeMethodDescriptionprotected void
RadianceTabbedPaneUI.tryCloseTabs
(int tabIndex, RadianceThemingSlices.TabCloseKind tabCloseKind) Tries closing tabs based on the specified tab index and tab close kind.