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