Uses of Class
org.apache.lucene.luke.app.desktop.Preferences.ColorTheme
-
Packages that use Preferences.ColorTheme Package Description org.apache.lucene.luke.app.desktop Views (UIs) for Lukeorg.apache.lucene.luke.app.desktop.components UI components of the desktop Luke -
-
Uses of Preferences.ColorTheme in org.apache.lucene.luke.app.desktop
Methods in org.apache.lucene.luke.app.desktop that return Preferences.ColorTheme Modifier and Type Method Description Preferences.ColorThemePreferences. getColorTheme()Preferences.ColorThemePreferencesImpl. getColorTheme()static Preferences.ColorThemePreferences.ColorTheme. valueOf(String name)Returns the enum constant of this type with the specified name.static Preferences.ColorTheme[]Preferences.ColorTheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.luke.app.desktop with parameters of type Preferences.ColorTheme Modifier and Type Method Description voidPreferences. setColorTheme(Preferences.ColorTheme theme)voidPreferencesImpl. setColorTheme(Preferences.ColorTheme theme) -
Uses of Preferences.ColorTheme in org.apache.lucene.luke.app.desktop.components
Methods in org.apache.lucene.luke.app.desktop.components with parameters of type Preferences.ColorTheme Modifier and Type Method Description voidLukeWindowOperator. setColorTheme(Preferences.ColorTheme theme)voidLukeWindowProvider. setColorTheme(Preferences.ColorTheme theme)
-