Uses of Interface
org.pushingpixels.radiance.theming.api.tabbed.TabCloseCallback
Packages that use TabCloseCallback
Package
Description
-
Uses of TabCloseCallback in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type TabCloseCallbackModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.ComponentScope.setTabCloseCallback
(JComponent tabComponent, TabCloseCallback tabCloseCallback) Configures the callback for deciding on the tab close type on the specified tab component.static void
RadianceThemingCortex.ComponentScope.setTabCloseCallback
(JTabbedPane tabbedPane, TabCloseCallback tabCloseCallback) Configures the callback for deciding on the tab close type on all tabs in the specified tabbed pane.static void
RadianceThemingCortex.GlobalScope.setTabCloseCallback
(TabCloseCallback tabCloseCallback) Configures the callback for deciding on the tab close type on tabbed pane tabs. -
Uses of TabCloseCallback in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return TabCloseCallbackModifier and TypeMethodDescriptionstatic TabCloseCallback
RadianceCoreUtilities.getTabCloseCallback
(JTabbedPane tabbedPane, int tabIndex) Returns the callback to be called upon tab closing (using the tab close button).