Uses of Interface
org.pushingpixels.radiance.theming.api.titlepane.TitlePaneButtonsProvider
-
Packages that use TitlePaneButtonsProvider Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.titlepane org.pushingpixels.radiance.theming.internal.utils -
-
Uses of TitlePaneButtonsProvider in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type TitlePaneButtonsProvider Modifier and Type Method Description static void
RadianceThemingCortex.RootPaneScope. setTitlePaneButtonsProvider(javax.swing.JRootPane rootPane, TitlePaneButtonsProvider titlePaneButtonsProvider)
-
Uses of TitlePaneButtonsProvider in org.pushingpixels.radiance.theming.api.titlepane
Classes in org.pushingpixels.radiance.theming.api.titlepane that implement TitlePaneButtonsProvider Modifier and Type Class Description class
DefaultTitlePaneButtonsProvider
-
Uses of TitlePaneButtonsProvider in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils declared as TitlePaneButtonsProvider Modifier and Type Field Description private TitlePaneButtonsProvider
RadianceInternalFrameTitlePane. titlePaneButtonsProvider
private TitlePaneButtonsProvider
RadianceTitlePane. titlePaneButtonsProvider
Methods in org.pushingpixels.radiance.theming.internal.utils that return TitlePaneButtonsProvider Modifier and Type Method Description static TitlePaneButtonsProvider
RadianceCoreUtilities. getTitlePaneButtonsProvider(javax.swing.JRootPane rootPane)
-