Uses of Interface
org.eclipse.gef.mvc.fx.parts.IBendableContentPart
-
Packages that use IBendableContentPart Package Description org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
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 IBendableContentPart Modifier and Type Method Description IBendableContentPart<? extends javafx.scene.Node>
BendVisualOperation. getPart()
Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type IBendableContentPart Constructor Description BendContentOperation(IBendableContentPart<? extends javafx.scene.Node> bendableContentPart, java.util.List<IBendableContentPart.BendPoint> initialBendPoints, java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a newBendContentOperation
to resize the content of the givenIResizableContentPart
.BendVisualOperation(IBendableContentPart<? extends javafx.scene.Node> part)
-
Uses of IBendableContentPart in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return IBendableContentPart Modifier and Type Method Description IBendableContentPart<Connection>
BendConnectionPolicy. getHost()
-