Uses of Class
com.github.tadukoo.view.lookandfeel.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
Modifier and TypeFieldDescriptionprivate final TadukooTheme
TadukooLookAndFeel.theme
Thetheme
to use in the Look & FeelModifier 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()
ModifierConstructorDescriptionTadukooLookAndFeel
(TadukooTheme theme) Constructs a Tadukoo Look & Feel with the giventheme
.