Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.TabContentPaneBorderKind
-
Packages that use RadianceThemingSlices.TabContentPaneBorderKind Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.utils -
-
Uses of RadianceThemingSlices.TabContentPaneBorderKind in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.TabContentPaneBorderKind Modifier and Type Method Description static RadianceThemingSlices.TabContentPaneBorderKind
RadianceThemingSlices.TabContentPaneBorderKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RadianceThemingSlices.TabContentPaneBorderKind[]
RadianceThemingSlices.TabContentPaneBorderKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.TabContentPaneBorderKind Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setTabContentPaneBorderKind(javax.swing.JTabbedPane tabbedPane, RadianceThemingSlices.TabContentPaneBorderKind tabContentPaneBorderKind)
Specifies the content pane border kind for the specified tabbed pane.static void
RadianceThemingCortex.GlobalScope. setTabContentPaneBorderKind(RadianceThemingSlices.TabContentPaneBorderKind tabContentPaneBorderKind)
Specifies the content pane border kind for tabbed panes. -
Uses of RadianceThemingSlices.TabContentPaneBorderKind in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceThemingSlices.TabContentPaneBorderKind Modifier and Type Method Description static RadianceThemingSlices.TabContentPaneBorderKind
RadianceCoreUtilities. getContentBorderKind(javax.swing.JTabbedPane tabbedPane)
Returns the content border kind of the specified tabbed pane.
-