Class BaseGuidedDecisionTreeNodeFactory<T extends com.ait.lienzo.client.core.shape.Shape<T>>
- java.lang.Object
-
- org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory<T>
-
- org.drools.workbench.screens.guided.dtree.client.widget.factories.BaseGuidedDecisionTreeNodeFactory<T>
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.api.factories.ShapeFactory<T>
- Direct Known Subclasses:
ActionInsertNodeFactory,ActionRetractNodeFactory,ActionUpdateNodeFactory,ConstraintNodeFactory,TypeNodeFactory
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 Summary
Constructors Constructor Description BaseGuidedDecisionTreeNodeFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanbuilds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType)org.uberfire.ext.wires.core.api.factories.categories.CategorygetCategory()org.uberfire.ext.wires.core.api.factories.ShapeDragProxygetDragProxy(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 StringgetNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)-
Methods inherited from class org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory
getGlyph, getHeight, getWidth, makeShape
-
-
-
-
Method Detail
-
getCategory
public org.uberfire.ext.wires.core.api.factories.categories.Category getCategory()
-
getDragProxy
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)
-
getNodeLabel
protected abstract String getNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
-
builds
public boolean builds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType)
-
-