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 voidRadianceThemingCortex.ComponentScope.setTabCloseCallback(JComponent tabComponent, TabCloseCallback tabCloseCallback) Configures the callback for deciding on the tab close type on the specified tab component.static voidRadianceThemingCortex.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 voidRadianceThemingCortex.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 TabCloseCallbackRadianceCoreUtilities.getTabCloseCallback(JTabbedPane tabbedPane, int tabIndex) Returns the callback to be called upon tab closing (using the tab close button).