Class ResizeContentOperation<VR>

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.gef.mvc.fx.operations.ResizeContentOperation<VR>
Type Parameters:
VR - The visual root node of the UI toolkit this ITransformableContentPart is used in, e.g. javafx.scene.Node in case of JavaFX.
All Implemented Interfaces:
IUndoableOperation, ITransactionalOperation

public class ResizeContentOperation<VR> extends AbstractOperation implements ITransactionalOperation
An ITransactionalOperation to change the size of an IResizableContentPart.