Uses of Enum
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.WidgetType
Packages that use RadianceThemingSlices.WidgetType
Package
Description
-
Uses of RadianceThemingSlices.WidgetType in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.WidgetTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RadianceThemingSlices.WidgetType[]
RadianceThemingSlices.WidgetType.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.WidgetTypeModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.GlobalScope.setWidgetVisible
(boolean visible, RadianceThemingSlices.WidgetType... radianceWidgets) Sets the visibility of the specified widget kind(s).static void
RadianceThemingCortex.WindowScope.setWidgetVisible
(Window window, boolean visible, RadianceThemingSlices.WidgetType... radianceWidgets) Sets the visibility of the specified widget type(s). -
Uses of RadianceThemingSlices.WidgetType in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type RadianceThemingSlices.WidgetTypeModifier and TypeFieldDescriptionprivate Set
<RadianceThemingSlices.WidgetType> RadianceWidgetManager.globalAllowed
private Set
<RadianceThemingSlices.WidgetType> RadianceWidgetManager.globalDisallowed
RadianceWidgetManager.specificAllowed
RadianceWidgetManager.specificDisallowed
Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.WidgetTypeModifier and TypeMethodDescriptionboolean
RadianceWidgetManager.isAllowed
(JRootPane rootPane, RadianceThemingSlices.WidgetType widget) void
RadianceWidgetManager.register
(JRootPane rootPane, boolean isAllowed, RadianceThemingSlices.WidgetType... radianceWidgets)