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.WidgetTypeRadianceThemingSlices.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 voidRadianceThemingCortex.GlobalScope. setWidgetVisible(boolean visible, RadianceThemingSlices.WidgetType... radianceWidgets)Sets the visibility of the specified widget kind(s).static voidRadianceThemingCortex.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. globalAllowedprivate java.util.Set<RadianceThemingSlices.WidgetType>RadianceWidgetManager. globalDisallowedprivate java.util.WeakHashMap<javax.swing.JRootPane,java.util.Set<RadianceThemingSlices.WidgetType>>RadianceWidgetManager. specificAllowedprivate java.util.WeakHashMap<javax.swing.JRootPane,java.util.Set<RadianceThemingSlices.WidgetType>>RadianceWidgetManager. specificDisallowedMethods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.WidgetType Modifier and Type Method Description booleanRadianceWidgetManager. isAllowed(javax.swing.JRootPane rootPane, RadianceThemingSlices.WidgetType widget)voidRadianceWidgetManager. register(javax.swing.JRootPane rootPane, boolean isAllowed, RadianceThemingSlices.WidgetType... radianceWidgets)
-