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 TadukooThemeTadukooLookAndFeel.themeThethemeto use in the Look & FeelMethods in com.github.tadukoo.view.lookandfeel that return TadukooThemeModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.build()Builds aTadukooThemeusing the given customizations (or default customizations for unspecified parameters).static TadukooThemeTadukooThemeFactory.createDefaultMetalTheme()static TadukooThemeTadukooThemeFactory.createDefaultTheme()static TadukooThemeTadukooThemeFactory.createMetalTheme()static TadukooThemeTadukooThemeFactory.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.