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 Theme
BeaTunes. getTheme()
Get the UI customization theme.Methods in com.tagtraum.beatunes with parameters of type Theme Modifier and Type Method Description static Icon
BeaTunes. getIcon(String resourceName, Theme theme)
static SearchTextField
SearchTextField. newInstance(Theme theme)
void
BeaTunes. 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 void
ContextShop. 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 void
MatchTable. 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 class
AbstractTheme
AbstractTheme.class
ColorTheme
Color theme.class
GradientBackgroundTheme
Gradient Background Theme.class
MacOSTheme
Native macOS theme.class
TiledBackgroundTheme
Tiled Background Theme.class
VistaTheme
Deprecated.class
Win7Theme
Deprecated.class
WindowsTheme
Win8 Theme.Fields in com.tagtraum.beatunes.plaf declared as Theme Modifier and Type Field Description static Theme
UICustomizer. DARK_THEME
static Theme
UICustomizer. 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 void
SongContextComponent. 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 void
WikiInfo. adjustToTheme(Theme theme)
-