public interface PlatformViewRegistry
Plugins can register factories for specific view types.
Modifier and Type | Method and Description |
---|---|
boolean |
registerViewFactory(String viewTypeId,
PlatformViewFactory factory)
Registers a factory for a platform view.
|
boolean registerViewFactory(String viewTypeId, PlatformViewFactory factory)
viewTypeId
- unique identifier for the platform view's type.factory
- factory for creating platform views of the specified type.