Uses of Interface
org.eclipse.gef.mvc.fx.parts.IBendableContentPart
Packages that use IBendableContentPart
Package
Description
This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all
IPolicy
implementations contributed by MVC.FX.-
Uses of IBendableContentPart in org.eclipse.gef.mvc.fx.operations
Methods in org.eclipse.gef.mvc.fx.operations that return IBendableContentPartModifier and TypeMethodDescriptionIBendableContentPart<? extends Node>BendVisualOperation.getPart()Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type IBendableContentPartModifierConstructorDescriptionBendContentOperation(IBendableContentPart<? extends Node> bendableContentPart, List<IBendableContentPart.BendPoint> initialBendPoints, List<IBendableContentPart.BendPoint> finalBendPoints) Creates a newBendContentOperationto resize the content of the givenIResizableContentPart.BendVisualOperation(IBendableContentPart<? extends Node> part) -
Uses of IBendableContentPart in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return IBendableContentPart