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 Type
    Method
    Description
    void
    Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.
  • Method Details

    • setupDefaults

      void setupDefaults(UIDefaults defaults)
      Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.