Uses of Interface
com.tagtraum.beatunes.plaf.Theme
-
Packages that use Theme Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.contextshop Provides classes for the context shop.com.tagtraum.beatunes.matchtable Everything that has to do with matching.com.tagtraum.beatunes.plaf Provides classes for manipulating the pluggable look and feel (plaf) of the application.com.tagtraum.beatunes.songtable com.tagtraum.beatunes.wikiinfo Song context component that displays data from several sources, among them Wikipedia. -
-
Uses of Theme in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return Theme Modifier and Type Method Description ThemeBeaTunes. getTheme()Get the UI customization theme.Methods in com.tagtraum.beatunes with parameters of type Theme Modifier and Type Method Description static IconBeaTunes. getIcon(String resourceName, Theme theme)static SearchTextFieldSearchTextField. newInstance(Theme theme)voidBeaTunes. setTheme(Theme theme)Sets the UI customization scheme. -
Uses of Theme in com.tagtraum.beatunes.contextshop
Methods in com.tagtraum.beatunes.contextshop with parameters of type Theme Modifier and Type Method Description protected voidContextShop. adjustToTheme(Theme theme) -
Uses of Theme in com.tagtraum.beatunes.matchtable
Methods in com.tagtraum.beatunes.matchtable with parameters of type Theme Modifier and Type Method Description protected voidMatchTable. adjustToTheme(Theme theme) -
Uses of Theme in com.tagtraum.beatunes.plaf
Classes in com.tagtraum.beatunes.plaf that implement Theme Modifier and Type Class Description classAbstractThemeAbstractTheme.classColorThemeColor theme.classGradientBackgroundThemeGradient Background Theme.classMacOSThemeNative macOS theme.classTiledBackgroundThemeTiled Background Theme.classVistaThemeDeprecated.classWin7ThemeDeprecated.classWindowsThemeWin8 Theme.Fields in com.tagtraum.beatunes.plaf declared as Theme Modifier and Type Field Description static ThemeUICustomizer. DARK_THEMEstatic ThemeUICustomizer. DEFAULT_THEME -
Uses of Theme in com.tagtraum.beatunes.songtable
Methods in com.tagtraum.beatunes.songtable with parameters of type Theme Modifier and Type Method Description protected voidSongContextComponent. adjustToTheme(Theme theme)React to theme changes. -
Uses of Theme in com.tagtraum.beatunes.wikiinfo
Methods in com.tagtraum.beatunes.wikiinfo with parameters of type Theme Modifier and Type Method Description protected voidWikiInfo. adjustToTheme(Theme theme)
-