public abstract class BaseGuidedDecisionTreeNodeFactory<T extends com.ait.lienzo.client.core.shape.Shape<T>>
extends org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory<T>
Constructor and Description |
---|
BaseGuidedDecisionTreeNodeFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
builds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType) |
org.uberfire.ext.wires.core.api.factories.categories.Category |
getCategory() |
org.uberfire.ext.wires.core.api.factories.ShapeDragProxy |
getDragProxy(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper,
org.uberfire.ext.wires.core.api.factories.ShapeDragProxyPreviewCallback dragPreviewCallback,
org.uberfire.ext.wires.core.api.factories.ShapeDragProxyCompleteCallback dragEndCallBack) |
protected abstract String |
getNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper) |
getGlyph, getHeight, getWidth, makeShape
public org.uberfire.ext.wires.core.api.factories.categories.Category getCategory()
public org.uberfire.ext.wires.core.api.factories.ShapeDragProxy getDragProxy(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper, org.uberfire.ext.wires.core.api.factories.ShapeDragProxyPreviewCallback dragPreviewCallback, org.uberfire.ext.wires.core.api.factories.ShapeDragProxyCompleteCallback dragEndCallBack)
protected abstract String getNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
public boolean builds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.