Class PhonUIDefaults
java.lang.Object
ca.phon.ui.theme.PhonUIDefaults
- All Implemented Interfaces:
IPluginExtensionPoint<UIDefaultsHandler>
,UIDefaultsHandler
public final class PhonUIDefaults
extends Object
implements UIDefaultsHandler, IPluginExtensionPoint<UIDefaultsHandler>
Install Phon UI defaults
-
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
-
LIGHT_BLUE
- See Also:
-
DEFAULT_LIGHT_BLUE
-
DARK_BLUE
- See Also:
-
DEFAULT_DARK_BLUE
-
SELECTION_BLUE
- See Also:
-
DEFAULT_SELECTION_BLUE
-
-
Constructor Details
-
PhonUIDefaults
public PhonUIDefaults()
-
-
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>
-