Class IntervalTierDefaults
java.lang.Object
ca.phon.app.session.intervalTiers.IntervalTierDefaults
- All Implemented Interfaces:
IPluginExtensionPoint<UIDefaultsHandler>
,UIDefaultsHandler
public class IntervalTierDefaults
extends Object
implements UIDefaultsHandler, IPluginExtensionPoint<UIDefaultsHandler>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> Get type of extensionGet factory for extension point objectsvoid
setupDefaults
(UIDefaults defaults) Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.
-
Field Details
-
TIMELINE_TIER_BACKGROUND
- See Also:
-
DEFAULT_TIMELINE_TIER_BACKGROUND
-
TIMELINE_TIER_FOREGROUND
- See Also:
-
DEFAULT_TIMELINE_TIER_FOREGROUND
-
TIMELINE_TIER_TITLE_FOREGROUND
- See Also:
-
DEFAULT_TIMELINE_TIER_TITLE_FOREGROUND
-
TIMELINE_TIER_INTERVAL_BORDER
- See Also:
-
DEFAULT_TIMELINE_TIER_INTERVAL_BORDER
-
-
Constructor Details
-
IntervalTierDefaults
public IntervalTierDefaults()
-
-
Method Details
-
setupDefaults
Description copied from interface:UIDefaultsHandler
Install custom UI property key/value pairs (colors, fonts, etc.,) during application startup to ensure a default value is available.- Specified by:
setupDefaults
in interfaceUIDefaultsHandler
-
getExtensionType
Description copied from interface:IPluginExtensionPoint
Get type of extension- Specified by:
getExtensionType
in interfaceIPluginExtensionPoint<UIDefaultsHandler>
-
getFactory
Description copied from interface:IPluginExtensionPoint
Get factory for extension point objects- Specified by:
getFactory
in interfaceIPluginExtensionPoint<UIDefaultsHandler>
-