Uses of Interface
org.eclipse.gef.mvc.fx.parts.ITransformableContentPart
Packages that use ITransformableContentPart
Package
Description
This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.This package contains all
IPolicy
implementations contributed by MVC.FX.-
Uses of ITransformableContentPart in org.eclipse.gef.mvc.fx.operations
Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type ITransformableContentPartModifierConstructorDescriptionTransformContentOperation
(ITransformableContentPart<? extends Node> transformableContentPart, AffineTransform finalTransform) Creates a newTransformContentOperation
for the givenITransformableContentPart
to set the givenAffineTransform
.TransformVisualOperation
(ITransformableContentPart<? extends Node> transformablePart) Constructs a newTransformVisualOperation
to change the given nodeTransform.TransformVisualOperation
(ITransformableContentPart<? extends Node> transformablePart, Affine newTransform) Constructs a newTransformVisualOperation
to change the given nodeTransform. -
Uses of ITransformableContentPart in org.eclipse.gef.mvc.fx.parts
Subinterfaces of ITransformableContentPart in org.eclipse.gef.mvc.fx.partsModifier and TypeInterfaceDescriptioninterface
IBendableContentPart<V extends Node>
AnIContentPart
that supports content related bend, i.e. manipulation of control points. -
Uses of ITransformableContentPart in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return ITransformableContentPartModifier and TypeMethodDescriptionITransformableContentPart<? extends Node>
TransformPolicy.getHost()