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
Subclasses with type arguments of type RadianceThemingSlices.FocusKind in org.pushingpixels.radiance.theming.apiModifier and TypeClassDescriptionstatic enumEnumerates focus indication kinds.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 voidRadianceThemingCortex.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 voidRadianceThemingCortex.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.FocusKindRootPaneTitlePaneUiDebugger.FocusKindChanger.newFocusKindConstructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type RadianceThemingSlices.FocusKindModifierConstructorDescriptionprivateFocusKindChanger(RadianceThemingSlices.FocusKind newFocusKind)