Uses of Interface
org.eclipse.gef.mvc.fx.parts.IResizableContentPart
Packages that use IResizableContentPart
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 IResizableContentPart in org.eclipse.gef.mvc.fx.operations
Methods in org.eclipse.gef.mvc.fx.operations that return IResizableContentPartModifier and TypeMethodDescriptionIResizableContentPart<? extends Node>
ResizeOperation.getResizablePart()
Returns theIResizableContentPart
that is resized by this operation.Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type IResizableContentPartModifierConstructorDescriptionResizeContentOperation
(IResizableContentPart<? extends Node> resizableContentPart, Dimension initialSize, Dimension finalSize) Creates a newResizeContentOperation
to resize the content of the givenIResizableContentPart
.ResizeOperation
(String label, IResizableContentPart<? extends Node> resizablePart, Dimension initialSize, double dw, double dh) Constructs a newResizeOperation
from the given values.ResizeOperation
(IResizableContentPart<? extends Node> resizablePart) Constructs a newResizeOperation
for the manipulation of the givenNode
.ResizeOperation
(IResizableContentPart<? extends Node> resizablePart, double dw, double dh) Constructs a newResizeOperation
for the manipulation of the givenNode
. -
Uses of IResizableContentPart in org.eclipse.gef.mvc.fx.parts
Subinterfaces of IResizableContentPart 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 IResizableContentPart in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return IResizableContentPart