Class ImageStripRegistry
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.ImageStripRegistry
-
@ApplicationScoped public class ImageStripRegistry extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImageStripRegistry()ImageStripRegistry(org.jboss.errai.ioc.client.api.ManagedInstance<ImageStrip> stripInstances)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()ImageStrip[]get(Annotation... qualifiers)ImageStripget(Class<? extends ImageStrip> stripType)ImageStripget(String name)static StringgetName(Class<? extends ImageStrip> stripType)static StringgetName(ImageStrip strip)
-
-
-
Constructor Detail
-
ImageStripRegistry
protected ImageStripRegistry()
-
ImageStripRegistry
@Inject public ImageStripRegistry(@Any org.jboss.errai.ioc.client.api.ManagedInstance<ImageStrip> stripInstances)
-
-
Method Detail
-
get
public ImageStrip get(String name)
-
get
public ImageStrip get(Class<? extends ImageStrip> stripType)
-
get
public ImageStrip[] get(Annotation... qualifiers)
-
destroy
@PreDestroy public void destroy()
-
getName
public static String getName(ImageStrip strip)
-
getName
public static String getName(Class<? extends ImageStrip> stripType)
-
-