Package org.eclipse.gef.zest.fx.handlers
This package provides handler implementations for Zest interactions.
-
Class Summary Class Description BendAndRelocateLabelsOnSegmentDragHandler TheBendAndRelocateLabelsOnSegmentDragHandler
is a special BendBendFirstAnchorageAndRelocateLabelsOnSegmentHandleDragHandler AnBendFirstAnchorageOnSegmentHandleDragHandler
that also takes care of relocating relatedEdgeLabelPart
s.HideFirstAnchorageOnClickHandler TheHideFirstAnchorageOnClickHandler
is anIOnClickHandler
that hides the first anchorage of its host.HideOnTypeHandler TheHideOnTypeHandler
is anIOnTypeHandler
that hides itshost
NodePart
upon the press of aKeyCode.P
key.LabelOffsetSupport TheLabelOffsetSupport
can be used to preserve label positions during interaction w.r.t. their reference positions.OpenNestedGraphOnDoubleClickHandler TheOpenNestedGraphOnDoubleClickHandler
is anIOnClickHandler
that can be installed onNodePart
s (seeOpenNestedGraphOnDoubleClickHandler.getHost()
).OpenParentGraphOnDoubleClickHandler TheOpenParentGraphOnDoubleClickHandler
is anIOnClickHandler
that can be installed onZestFxRootPart
s (seeOpenParentGraphOnDoubleClickHandler.getHost()
).ShowHiddenNeighborsOfFirstAnchorageOnClickHandler TheShowHiddenNeighborsOfFirstAnchorageOnClickHandler
is anIOnClickHandler
that shows all hidden neighbors of its host upon mouse click by removing them from theHidingModel
.ShowHiddenNeighborsOnTypeHandler TheShowHiddenNeighborsOnTypeHandler
is anIOnTypeHandler
that shows all hidden neighbors of its host uponKeyCode.E
key press.TranslateSelectedAndRelocateLabelsOnDragHandler A specificTranslateSelectedOnDragHandler
that includes dragging of unselected label parts.