Uses of Enum Class
ch.nolix.systemapi.gui.background.BackgroundType
Packages that use BackgroundType
Package
Description
-
Uses of BackgroundType in ch.nolix.system.gui.background
Methods in ch.nolix.system.gui.background that return BackgroundType -
Uses of BackgroundType in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return BackgroundType -
Uses of BackgroundType in ch.nolix.systemapi.gui.background
Subclasses with type arguments of type BackgroundType in ch.nolix.systemapi.gui.backgroundMethods in ch.nolix.systemapi.gui.background that return BackgroundTypeModifier and TypeMethodDescriptionstatic BackgroundTypeBackgroundType.fromSpecification(INode<?> specification) IBackgroundHolder.getBackgroundType()IBackground.getType()static BackgroundTypeReturns the enum constant of this class with the specified name.static BackgroundType[]BackgroundType.values()Returns an array containing the constants of this enum class, in the order they are declared.