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>
The
AbstractFXContentPart is an IContentPart implementation
that binds the VR type parameter (visual root type) to Node . |
class |
AbstractFXFeedbackPart<V extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specific
IFeedbackPart . |
class |
AbstractFXHandlePart<V extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specific
IHandlePart . |
class |
AbstractFXRootPart<N extends javafx.scene.Node>
Abstract base implementation for a 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
The
FXCircleSegmentHandlePart is an
AbstractFXSegmentHandlePart that uses Circle for the
visualization. |
class |
FXFocusFeedbackPart
The
FXFocusFeedbackPart visualizes focus feedback. |
class |
FXHoverFeedbackPart
The
FXHoverFeedbackPart is an AbstractFXFeedbackPart that is
parameterized by GeometryNode<IGeometry> . |
class |
FXRectangleSegmentHandlePart
An
AbstractFXSegmentHandlePart with a rectangular
Rectangle visual. |
class |
FXRootPart
|
class |
FXSelectionFeedbackPart
The
FXSelectionFeedbackPart is an AbstractFXFeedbackPart that
is parameterized by GeometryNode<IGeometry> . |
class |
FXSelectionLinkFeedbackPart
The
FXSelectionLinkFeedbackPart is an FXSelectionFeedbackPart
that uses a dotted line as its visualization. |
class |
FXSquareSegmentHandlePart
An
AbstractFXSegmentHandlePart with a quadratic
Rectangle visual. |
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.