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 Summary
Modifier and TypeMethodDescriptiongetRegistry(String namespace) Gets theUIComponentRegistryfor the specified namespace.
-
Method Details
-
getRegistry
Gets theUIComponentRegistryfor the specified namespace.- Parameters:
namespace- the namespace- Returns:
- a registry for UI elements in the namespace
-