Interface UIDefaultsHandler
- All Known Implementing Classes:
FlatButtonUIProps
,IconStripUIProps
,IntervalTierDefaults
,PhonUIDefaults
,SessionEditorUIProps
,SpeechAnalysisViewColors
,TimelineViewColors
,TranscriptEditorUIProps
public interface UIDefaultsHandler
Installs custom UI defaults to the java
UIManager
on application startup.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setupDefaults
(UIDefaults defaults) Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.
-
Method Details
-
setupDefaults
Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.
-