Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Class and Description |
---|---|
class |
FXCircleSegmentHandlePart
The
FXCircleSegmentHandlePart is an
AbstractFXSegmentHandlePart that uses Circle for the
visualization. |
class |
FXRectangleSegmentHandlePart
An
AbstractFXSegmentHandlePart with a rectangular
Rectangle visual. |
class |
FXSquareSegmentHandlePart
An
AbstractFXSegmentHandlePart with a quadratic
Rectangle visual. |
Modifier and Type | Method and Description |
---|---|
int |
AbstractFXSegmentHandlePart.compareTo(AbstractFXSegmentHandlePart<? extends javafx.scene.Node> o) |
Modifier and Type | Method and Description |
---|---|
AbstractFXSegmentHandlePart<? extends javafx.scene.Node> |
FXBendFirstAnchorageOnSegmentHandleDragPolicy.getHost() |
AbstractFXSegmentHandlePart<? extends javafx.scene.Node> |
FXResizeTranslateFirstAnchorageOnHandleDragPolicy.getHost() |
AbstractFXSegmentHandlePart<javafx.scene.Node> |
FXResizeTransformSelectedOnHandleDragPolicy.getHost() |
Copyright (c) 2014 itemis AG and others. All rights reserved.