Uses of Enum
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.TabContentPaneBorderKind
Packages that use RadianceThemingSlices.TabContentPaneBorderKind
Package
Description
-
Uses of RadianceThemingSlices.TabContentPaneBorderKind in org.pushingpixels.radiance.theming.api
Subclasses with type arguments of type RadianceThemingSlices.TabContentPaneBorderKind in org.pushingpixels.radiance.theming.apiModifier and TypeClassDescriptionstatic enumTab content pane border kind.Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.TabContentPaneBorderKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.TabContentPaneBorderKindModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.ComponentScope.setTabContentPaneBorderKind(JTabbedPane tabbedPane, RadianceThemingSlices.TabContentPaneBorderKind tabContentPaneBorderKind) Specifies the content pane border kind for the specified tabbed pane.static voidRadianceThemingCortex.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.TabContentPaneBorderKindModifier and TypeMethodDescriptionRadianceCoreUtilities.getContentBorderKind(JTabbedPane tabbedPane) Returns the content border kind of the specified tabbed pane.