Package org.eclipse.gef.zest.fx.parts
Class ZestFxSelectionHandlePartFactory
- java.lang.Object
-
- org.eclipse.gef.mvc.fx.parts.DefaultSelectionHandlePartFactory
-
- org.eclipse.gef.zest.fx.parts.ZestFxSelectionHandlePartFactory
-
- All Implemented Interfaces:
IHandlePartFactory
public class ZestFxSelectionHandlePartFactory extends DefaultSelectionHandlePartFactory
TheZestFxSelectionHandlePartFactory
is a specialization of theDefaultSelectionHandlePartFactory
that suppresses the generation of multi selection handles.
-
-
Field Summary
-
Fields inherited from class org.eclipse.gef.mvc.fx.parts.DefaultSelectionHandlePartFactory
BENDPOINT_CREATE_HANDLE_MINIMUM_SEGMENT_LENGTH, CONNECTED_HANDLE_COLOR_PROVIDER, DEFAULT_CONNECTED_HANDLE_COLOR, DEFAULT_INSERT_HANDLE_COLOR, DEFAULT_MOVE_HANDLE_COLOR, INSERT_HANDLE_COLOR_PROVIDER, MOVE_HANDLE_COLOR_PROVIDER, MULTI_SELECTION_HANDLES_GEOMETRY_PROVIDER, SEGMENT_CREATE_HANDLE_MINIMUM_SEGMENT_LENGTH, SEGMENT_MOVE_HANDLE_MINIMUM_SEGMENT_LENGTH, SELECTION_HANDLES_GEOMETRY_PROVIDER
-
-
Constructor Summary
Constructors Constructor Description ZestFxSelectionHandlePartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<IHandlePart<? extends javafx.scene.Node>>
createMultiSelectionHandleParts(java.util.List<? extends IVisualPart<? extends javafx.scene.Node>> targets, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
-
Methods inherited from class org.eclipse.gef.mvc.fx.parts.DefaultSelectionHandlePartFactory
createHandleParts, createSingleSelectionHandleParts, createSingleSelectionHandlePartsForCurve, createSingleSelectionHandlePartsForPolygonalOutline, createSingleSelectionHandlePartsForRectangularOutline
-
-
-
-
Method Detail
-
createMultiSelectionHandleParts
protected java.util.List<IHandlePart<? extends javafx.scene.Node>> createMultiSelectionHandleParts(java.util.List<? extends IVisualPart<? extends javafx.scene.Node>> targets, java.util.Map<java.lang.Object,java.lang.Object> contextMap)
- Overrides:
createMultiSelectionHandleParts
in classDefaultSelectionHandlePartFactory
-
-