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
The
ZestFxSelectionHandlePartFactory
is a specialization of the
DefaultSelectionHandlePartFactory
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected List<IHandlePart<? extends Node>>
createMultiSelectionHandleParts
(List<? extends IVisualPart<? extends Node>> targets, Map<Object, Object> contextMap) Methods inherited from class org.eclipse.gef.mvc.fx.parts.DefaultSelectionHandlePartFactory
createHandleParts, createSingleSelectionHandleParts, createSingleSelectionHandlePartsForCurve, createSingleSelectionHandlePartsForPolygonalOutline, createSingleSelectionHandlePartsForRectangularOutline
-
Constructor Details
-
ZestFxSelectionHandlePartFactory
public ZestFxSelectionHandlePartFactory()
-
-
Method Details
-
createMultiSelectionHandleParts
protected List<IHandlePart<? extends Node>> createMultiSelectionHandleParts(List<? extends IVisualPart<? extends Node>> targets, Map<Object, Object> contextMap) - Overrides:
createMultiSelectionHandleParts
in classDefaultSelectionHandlePartFactory
-