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
Subclasses with type arguments of type RadianceThemingSlices.WidgetType in org.pushingpixels.radiance.theming.apiModifier and TypeClassDescriptionstatic enumEnumerates configurable Radiance-specific widget types forRadianceThemingCortex.GlobalScope.setWidgetVisible(boolean, WidgetType...)andRadianceThemingCortex.WindowScope.setWidgetVisible(java.awt.Window, boolean, WidgetType...)APIs.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 voidRadianceThemingCortex.GlobalScope.setWidgetVisible(boolean visible, RadianceThemingSlices.WidgetType... radianceWidgets) Sets the visibility of the specified widget kind(s).static voidRadianceThemingCortex.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.globalAllowedprivate Set<RadianceThemingSlices.WidgetType> RadianceWidgetManager.globalDisallowedprivate WeakHashMap<JRootPane, Set<RadianceThemingSlices.WidgetType>> RadianceWidgetManager.specificAllowedprivate WeakHashMap<JRootPane, Set<RadianceThemingSlices.WidgetType>> RadianceWidgetManager.specificDisallowedMethods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.WidgetTypeModifier and TypeMethodDescriptionbooleanRadianceWidgetManager.isAllowed(JRootPane rootPane, RadianceThemingSlices.WidgetType widget) voidRadianceWidgetManager.register(JRootPane rootPane, boolean isAllowed, RadianceThemingSlices.WidgetType... radianceWidgets)