Class DesignerComponentRegistry
- java.lang.Object
-
- com.inductiveautomation.perspective.common.api.ComponentRegistry
-
- com.inductiveautomation.perspective.designer.DesignerComponentRegistry
-
public class DesignerComponentRegistry extends ComponentRegistry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.perspective.common.api.ComponentRegistry
ComponentRegistry.ComponentRegistryListener
-
-
Constructor Summary
Constructors Constructor Description DesignerComponentRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ComponentDescriptor
buildDescriptor(com.inductiveautomation.ignition.common.gson.JsonObject compDef, java.lang.String versionHash)
-
Methods inherited from class com.inductiveautomation.perspective.common.api.ComponentRegistry
fetchImage, find, get, getCategories, registerComponent, registerListener, removeComponent, removeListener
-
-
-
-
Method Detail
-
buildDescriptor
protected ComponentDescriptor buildDescriptor(@Nonnull com.inductiveautomation.ignition.common.gson.JsonObject compDef, @Nullable java.lang.String versionHash)
- Overrides:
buildDescriptor
in classComponentRegistry
-
-