Uses of Interface
de.spiritscorp.datasync.theme.AppTheme
Packages that use AppTheme
Package
Description
-
Uses of AppTheme in de.spiritscorp.datasync.controller
Methods in de.spiritscorp.datasync.controller with parameters of type AppThemeModifier and TypeMethodDescriptionvoidMainViewController.handleSaveSettings(Preference localPreferences, AppTheme targetTheme) voidViewController.handleSaveSettings(Preference localPreferences, AppTheme targetTheme) Commits altered orchestration state variables using the encapsulated properties entity carrier. -
Uses of AppTheme in de.spiritscorp.datasync.gui
Methods in de.spiritscorp.datasync.gui that return AppThemeModifier and TypeMethodDescriptionGui.getCurrentTheme()Retrieves the currently active application theme configuration.Methods in de.spiritscorp.datasync.gui that return types with arguments of type AppThemeModifier and TypeMethodDescriptionjavafx.collections.ObservableList<AppTheme> Gui.getAvailableThemes()Returns the list of all application themes available for selection.Methods in de.spiritscorp.datasync.gui with parameters of type AppThemeModifier and TypeMethodDescriptionvoidGui.changeTheme(AppTheme newTheme) Changes the runtime theme context and triggers immediate scene redraw. -
Uses of AppTheme in de.spiritscorp.datasync.io
Methods in de.spiritscorp.datasync.io that return AppThemeModifier and TypeMethodDescriptionPreferenceManager.getTheme()Gets the currently configured application theme.Methods in de.spiritscorp.datasync.io with parameters of type AppTheme -
Uses of AppTheme in de.spiritscorp.datasync.theme
Classes in de.spiritscorp.datasync.theme that implement AppThemeModifier and TypeClassDescriptionclassDarkSlateTheme provides a professional dark mode interface using slate and deep blue tones.classMatrixTheme provides a retro cyberpunk/terminal look with high-contrast green text on a pitch-black background.classNordLightTheme provides a clean, modern light theme based on the Nord color palette.