Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.WidgetType
-
Packages that use RadianceThemingSlices.WidgetType Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.utils -
-
Uses of RadianceThemingSlices.WidgetType in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.WidgetType Modifier and Type Method Description static RadianceThemingSlices.WidgetType
RadianceThemingSlices.WidgetType. valueOf(java.lang.String name)
Returns 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.WidgetType Modifier and Type Method Description static void
RadianceThemingCortex.GlobalScope. setWidgetVisible(boolean visible, RadianceThemingSlices.WidgetType... radianceWidgets)
Sets the visibility of the specified widget kind(s).static void
RadianceThemingCortex.WindowScope. setWidgetVisible(java.awt.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.WidgetType Modifier and Type Field Description private java.util.Set<RadianceThemingSlices.WidgetType>
RadianceWidgetManager. globalAllowed
private java.util.Set<RadianceThemingSlices.WidgetType>
RadianceWidgetManager. globalDisallowed
private java.util.WeakHashMap<javax.swing.JRootPane,java.util.Set<RadianceThemingSlices.WidgetType>>
RadianceWidgetManager. specificAllowed
private java.util.WeakHashMap<javax.swing.JRootPane,java.util.Set<RadianceThemingSlices.WidgetType>>
RadianceWidgetManager. specificDisallowed
Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.WidgetType Modifier and Type Method Description boolean
RadianceWidgetManager. isAllowed(javax.swing.JRootPane rootPane, RadianceThemingSlices.WidgetType widget)
void
RadianceWidgetManager. register(javax.swing.JRootPane rootPane, boolean isAllowed, RadianceThemingSlices.WidgetType... radianceWidgets)
-