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