Uses of Enum
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.FocusKind
Packages that use RadianceThemingSlices.FocusKind
Package
Description
-
Uses of RadianceThemingSlices.FocusKind in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.FocusKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RadianceThemingSlices.FocusKind[]
RadianceThemingSlices.FocusKind.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.FocusKindModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.ComponentOrParentChainScope.setFocusKind
(JComponent comp, RadianceThemingSlices.FocusKind focusKind) Specifies the kind of focus indication to be used on the specified component and its nested children.static void
RadianceThemingCortex.GlobalScope.setFocusKind
(RadianceThemingSlices.FocusKind focusKind) Specifies the kind of focus indication to be used on application components. -
Uses of RadianceThemingSlices.FocusKind in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceThemingSlices.FocusKindModifier and TypeMethodDescriptionRadianceCoreUtilities.getFocusKind
(Component component) Returns the focus ring kind of the specified component. -
Uses of RadianceThemingSlices.FocusKind in org.pushingpixels.radiance.tools.themingdebugger
Fields in org.pushingpixels.radiance.tools.themingdebugger declared as RadianceThemingSlices.FocusKindModifier and TypeFieldDescriptionprivate RadianceThemingSlices.FocusKind
RootPaneTitlePaneUiDebugger.FocusKindChanger.newFocusKind
Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type RadianceThemingSlices.FocusKindModifierConstructorDescriptionprivate
FocusKindChanger
(RadianceThemingSlices.FocusKind newFocusKind)