Package org.openhab.core.ui.components
Interface UIComponentRegistry
- All Superinterfaces:
Registry<RootUIComponent,String>
A namespace-specific
Registry for UI components.
It is normally instantiated for a specific namespace by the UIComponentRegistryFactory.- Author:
- Yannick Schaus - Initial contribution
-
Method Summary
Methods inherited from interface org.openhab.core.common.registry.Registry
add, addRegistryChangeListener, get, getAll, remove, removeRegistryChangeListener, stream, update