Class TextPropertyProviderFactoryImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.canvas.controls.actions.TextPropertyProviderFactoryImpl
-
- All Implemented Interfaces:
TextPropertyProviderFactory
@ApplicationScoped public class TextPropertyProviderFactoryImpl extends Object implements TextPropertyProviderFactory
-
-
Field Summary
-
Fields inherited from interface org.kie.workbench.common.stunner.core.client.canvas.controls.actions.TextPropertyProviderFactory
CATCH_ALL_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description TextPropertyProviderFactoryImpl()TextPropertyProviderFactoryImpl(org.jboss.errai.ioc.client.api.ManagedInstance<TextPropertyProvider> providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextPropertyProvidergetProvider(org.kie.workbench.common.stunner.core.graph.Element<? extends org.kie.workbench.common.stunner.core.graph.content.definition.Definition> element)Gets a provider for the givenElement.
-
-
-
Constructor Detail
-
TextPropertyProviderFactoryImpl
public TextPropertyProviderFactoryImpl()
-
TextPropertyProviderFactoryImpl
@Inject public TextPropertyProviderFactoryImpl(org.jboss.errai.ioc.client.api.ManagedInstance<TextPropertyProvider> providers)
-
-
Method Detail
-
getProvider
public TextPropertyProvider getProvider(org.kie.workbench.common.stunner.core.graph.Element<? extends org.kie.workbench.common.stunner.core.graph.content.definition.Definition> element)
Description copied from interface:TextPropertyProviderFactoryGets a provider for the givenElement.- Specified by:
getProviderin interfaceTextPropertyProviderFactory- Parameters:
element- The element for which to retrieve the property representing the caption.- Returns:
- The caption.
-
-