Uses of Class
com.github.tadukoo.view.lookandfeel.TadukooTheme
Packages that use TadukooTheme
Package
Description
Contains the
TadukooLookAndFeel
, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme
class and
TadukooThemeFactory
.-
Uses of TadukooTheme in com.github.tadukoo.view.lookandfeel
Fields in com.github.tadukoo.view.lookandfeel declared as TadukooThemeModifier and TypeFieldDescriptionprivate final TadukooTheme
TadukooLookAndFeel.theme
Thetheme
to use in the Look & FeelMethods in com.github.tadukoo.view.lookandfeel that return TadukooThemeModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.build()
Builds aTadukooTheme
using the given customizations (or default customizations for unspecified parameters).static TadukooTheme
TadukooThemeFactory.createDefaultMetalTheme()
static TadukooTheme
TadukooThemeFactory.createDefaultTheme()
static TadukooTheme
TadukooThemeFactory.createMetalTheme()
static TadukooTheme
TadukooThemeFactory.createOceanTheme()
TadukooLookAndFeel.getTheme()
Constructors in com.github.tadukoo.view.lookandfeel with parameters of type TadukooThemeModifierConstructorDescriptionTadukooLookAndFeel
(TadukooTheme theme) Constructs a Tadukoo Look & Feel with the giventheme
.