Class StunnerPreferencesRegistryHolder

  • All Implemented Interfaces:
    org.kie.workbench.common.stunner.core.client.preferences.StunnerPreferencesRegistry
    Direct Known Subclasses:
    DefaultPreferencesRegistry

    public abstract class StunnerPreferencesRegistryHolder
    extends Object
    implements org.kie.workbench.common.stunner.core.client.preferences.StunnerPreferencesRegistry
    • Constructor Detail

      • StunnerPreferencesRegistryHolder

        public StunnerPreferencesRegistryHolder()
    • Method Detail

      • set

        public abstract <T> void set​(T preferences,
                                     Class<T> preferenceType)