Uses of Interface
org.pushingpixels.radiance.theming.api.tabbed.TabCloseCallback
-
Packages that use TabCloseCallback Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.utils -
-
Uses of TabCloseCallback in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type TabCloseCallback Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setTabCloseCallback(javax.swing.JComponent tabComponent, TabCloseCallback tabCloseCallback)
Configures the callback for deciding on the tab close type on the specified tab component.static void
RadianceThemingCortex.ComponentScope. setTabCloseCallback(javax.swing.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 TabCloseCallback Modifier and Type Method Description static TabCloseCallback
RadianceCoreUtilities. getTabCloseCallback(javax.swing.JTabbedPane tabbedPane, int tabIndex)
Returns the callback to be called upon tab closing (using the tab close button).
-