Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.FocusKind
-
-
Uses of RadianceThemingSlices.FocusKind in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.FocusKind Modifier and Type Method Description static RadianceThemingSlices.FocusKind
RadianceThemingSlices.FocusKind. valueOf(java.lang.String name)
Returns 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.FocusKind Modifier and Type Method Description static void
RadianceThemingCortex.ComponentOrParentChainScope. setFocusKind(javax.swing.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.FocusKind Modifier and Type Method Description static RadianceThemingSlices.FocusKind
RadianceCoreUtilities. getFocusKind(java.awt.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.FocusKind Modifier and Type Field Description private RadianceThemingSlices.FocusKind
RootPaneTitlePaneUiDebugger.FocusKindChanger. newFocusKind
Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type RadianceThemingSlices.FocusKind Constructor Description FocusKindChanger(RadianceThemingSlices.FocusKind newFocusKind)
-