Interface TagConfigurationManager
public interface TagConfigurationManager
This is the manager responsible for handling custom tag editing extensions. Even though editing is done in the
designer, it is defined in the gateway. This manager builds a model for tag configuration, and tag group
configuration,that enforces rules about valid properties and values, and sends that model to the designer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerActorFactory
(TagActorFactory factory) void
void
void
unregisterActorFactory
(TagActorFactory factory) void
void
-
Method Details
-
getTagPropertyModel
ConfigurationPropertyModel getTagPropertyModel() -
getTagGroupPropertyModel
ConfigurationPropertyModel getTagGroupPropertyModel() -
getTagActorRegistry
ActorManagementFactory getTagActorRegistry() -
registerActorFactory
-
unregisterActorFactory
-
registerTagPropertyContributor
-
unregisterTagPropertyContributor
-
registerTagGroupPropertyContributor
-
unregisterTagGroupPropertyContributor
-