Package | Description |
---|---|
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
IBendableContentPart<? extends javafx.scene.Node> |
BendVisualOperation.getPart() |
Constructor and Description |
---|
BendContentOperation(IBendableContentPart<? extends javafx.scene.Node> bendableContentPart,
java.util.List<IBendableContentPart.BendPoint> initialBendPoints,
java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a new
BendContentOperation to resize the content of the
given IResizableContentPart . |
BendVisualOperation(IBendableContentPart<? extends javafx.scene.Node> part) |
Modifier and Type | Method and Description |
---|---|
IBendableContentPart<Connection> |
BendConnectionPolicy.getHost() |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.