Uses of Interface
org.eclipse.gef.mvc.fx.parts.IResizableContentPart
-
Packages that use IResizableContentPart Package Description org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
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 IResizableContentPart Modifier and Type Method Description IResizableContentPart<? extends javafx.scene.Node>
ResizeOperation. getResizablePart()
Returns theIResizableContentPart
that is resized by this operation.Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type IResizableContentPart Constructor Description ResizeContentOperation(IResizableContentPart<? extends javafx.scene.Node> resizableContentPart, Dimension initialSize, Dimension finalSize)
Creates a newResizeContentOperation
to resize the content of the givenIResizableContentPart
.ResizeOperation(java.lang.String label, IResizableContentPart<? extends javafx.scene.Node> resizablePart, Dimension initialSize, double dw, double dh)
Constructs a newResizeOperation
from the given values.ResizeOperation(IResizableContentPart<? extends javafx.scene.Node> resizablePart)
Constructs a newResizeOperation
for the manipulation of the givenNode
.ResizeOperation(IResizableContentPart<? extends javafx.scene.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.parts Modifier and Type Interface Description interface
IBendableContentPart<V extends javafx.scene.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 Modifier and Type Method Description IResizableContentPart<? extends javafx.scene.Node>
ResizePolicy. getHost()
-