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.parts |
This package contains all abstractions related to controllers (aka parts) in a
model-view-controller architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFXContentPart<V extends javafx.scene.Node> |
class |
AbstractFXFeedbackPart<N extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specific
IFeedbackPart . |
class |
AbstractFXHandlePart<N extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specific
IHandlePart . |
class |
AbstractFXRootPart<N extends javafx.scene.Node>
Abstract base implementation for an JavaFX-specific
IRootPart . |
class |
AbstractFXSegmentHandlePart<N extends javafx.scene.Node>
An
AbstractFXSegmentHandlePart is bound to a segment of a poly-bezier
handle geometry, represented by an array of BezierCurve s. |
class |
FXCircleSegmentHandlePart
An
AbstractFXSegmentHandlePart with a Circle visual. |
class |
FXHoverFeedbackPart |
class |
FXRectangleSegmentHandlePart
An
AbstractFXSegmentHandlePart with a
Rectangle visual. |
class |
FXRootPart |
class |
FXSelectionFeedbackPart |
class |
FXSelectionLinkFeedbackPart |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentPart<VR,V extends VR>
The abstract base implementation of
IContentPart , intended to be
sub-classed by clients to create their own custom IContentPart . |
class |
AbstractFeedbackPart<VR,V extends VR>
The abstract base implementation of
IFeedbackPart , intended to be
sub-classed by clients to create their own custom IFeedbackPart . |
class |
AbstractHandlePart<VR,V extends VR>
The abstract base implementation of
IHandlePart , intended to be
sub-classed by clients to create their own custom IHandlePart . |
class |
AbstractRootPart<VR,V extends VR>
|
Copyright (c) 2014 itemis AG and others. All rights reserved.