com.alee.managers.settings
Interface DefaultValue

All Known Implementing Classes:
GradientData

public interface DefaultValue

This interface notifies that any implementing class is going to provide public static getDefaultValue method that will give you the default class instance when called. This method is used by SettingsManager when settings "get" methods called without default value.

Author:
Mikle Garin
See Also:
How to use SettingsManager, SettingsManager