Class WiresManagerFactoryImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.wires.WiresManagerFactoryImpl
-
- All Implemented Interfaces:
WiresManagerFactory
@ApplicationScoped @Default public class WiresManagerFactoryImpl extends Object implements WiresManagerFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWiresManagerFactoryImpl()WiresManagerFactoryImpl(com.ait.lienzo.client.core.shape.wires.handlers.WiresControlFactory wiresControlFactory, com.ait.lienzo.client.core.shape.wires.handlers.WiresHandlerFactory wiresHandlerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ait.lienzo.client.core.shape.wires.WiresManagernewWiresManager(com.ait.lienzo.client.core.shape.Layer layer)
-
-
-
Constructor Detail
-
WiresManagerFactoryImpl
protected WiresManagerFactoryImpl()
-
WiresManagerFactoryImpl
@Inject public WiresManagerFactoryImpl(com.ait.lienzo.client.core.shape.wires.handlers.WiresControlFactory wiresControlFactory, com.ait.lienzo.client.core.shape.wires.handlers.WiresHandlerFactory wiresHandlerFactory)
-
-
Method Detail
-
newWiresManager
public com.ait.lienzo.client.core.shape.wires.WiresManager newWiresManager(com.ait.lienzo.client.core.shape.Layer layer)
- Specified by:
newWiresManagerin interfaceWiresManagerFactory
-
-