Interface UIDefaultsHandler
- All Known Implementing Classes:
FlatButtonUIProps,IconStripUIProps,IntervalTierDefaults,IPAUIDefaults,PhonUIDefaults,SessionEditorUIProps,SpeechAnalysisViewColors,TimelineViewColors,TranscriptEditorUIProps
public interface UIDefaultsHandler
Installs custom UI defaults to the java
UIManager on application startup.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetupDefaults(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.
-