Package | Description |
---|---|
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
IResizableContentPart<? extends javafx.scene.Node> |
ResizeOperation.getResizablePart()
Returns the
IResizableContentPart that is resized by this
operation. |
Constructor and Description |
---|
ResizeContentOperation(IResizableContentPart<? extends javafx.scene.Node> resizableContentPart,
Dimension initialSize,
Dimension finalSize)
Creates a new
ResizeContentOperation to resize the content of the
given IResizableContentPart . |
ResizeOperation(IResizableContentPart<? extends javafx.scene.Node> resizablePart)
Constructs a new
ResizeOperation for the manipulation of the
given Node . |
ResizeOperation(IResizableContentPart<? extends javafx.scene.Node> resizablePart,
double dw,
double dh)
Constructs a new
ResizeOperation for the manipulation of the
given Node . |
ResizeOperation(java.lang.String label,
IResizableContentPart<? extends javafx.scene.Node> resizablePart,
Dimension initialSize,
double dw,
double dh)
Constructs a new
ResizeOperation from the given values. |
Modifier and Type | Interface and Description |
---|---|
interface |
IBendableContentPart<V extends javafx.scene.Node>
An
IContentPart that supports content related bend, i.e. manipulation
of control points. |
Modifier and Type | Method and Description |
---|---|
IResizableContentPart<? extends javafx.scene.Node> |
ResizePolicy.getHost() |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.