Package org.openhab.core.ui.components
Interface UIComponentRegistryFactory
@NonNullByDefault
public interface UIComponentRegistryFactory
A factory for 
UIComponentRegistry instances based on the namespace.- Author:
- Yannick Schaus - Initial contribution
- 
Method SummaryModifier and TypeMethodDescriptiongetRegistry(String namespace) Gets theUIComponentRegistryfor the specified namespace.
- 
Method Details- 
getRegistryGets theUIComponentRegistryfor the specified namespace.- Parameters:
- namespace- the namespace
- Returns:
- a registry for UI elements in the namespace
 
 
-