Class DefaultPreferencesRegistry
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.preferences.StunnerPreferencesRegistryHolder
-
- org.kie.workbench.common.stunner.core.client.preferences.DefaultPreferencesRegistry
-
- All Implemented Interfaces:
org.kie.workbench.common.stunner.core.client.preferences.StunnerPreferencesRegistry
@ApplicationScoped @Default public class DefaultPreferencesRegistry extends StunnerPreferencesRegistryHolder
-
-
Constructor Summary
Constructors Constructor Description DefaultPreferencesRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(Class<T> preferenceType)<T> voidset(T preferences, Class<T> preferenceType)
-
-
-
Method Detail
-
get
public <T> T get(Class<T> preferenceType)
-
set
public <T> void set(T preferences, Class<T> preferenceType)- Specified by:
setin classStunnerPreferencesRegistryHolder
-
-