Uses of Class
org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
-
Packages that use AbstractVisualPart Package Description org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes. -
-
Uses of AbstractVisualPart in org.eclipse.gef.mvc.fx.parts
Subclasses of AbstractVisualPart in org.eclipse.gef.mvc.fx.parts Modifier and Type Class Description class
AbstractContentPart<V extends javafx.scene.Node>
TheAbstractContentPart
is anIContentPart
implementation that binds the VR type parameter (visual root type) toNode
.class
AbstractFeedbackPart<V extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specificIFeedbackPart
.class
AbstractHandlePart<V extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specificIHandlePart
.class
AbstractSegmentHandlePart<N extends javafx.scene.Node>
AnAbstractSegmentHandlePart
is bound to a segment of a poly-bezier handle geometry, represented by an array ofBezierCurve
s.class
CircleSegmentHandlePart
class
FocusFeedbackPart
TheFocusFeedbackPart
visualizes focus feedback.class
HoverFeedbackPart
class
LayeredRootPart
TheLayeredRootPart
is anIRootPart
that manages a number of layers for the visualization, namely, the content layer, feedback layer, and handle layer.class
RectangleSegmentHandlePart
AnAbstractSegmentHandlePart
with a rectangularRectangle
visual.class
SelectionFeedbackPart
TheSelectionFeedbackPart
is anAbstractFeedbackPart
that is parameterized byGeometryNode<IGeometry>
.class
SelectionLinkFeedbackPart
TheSelectionLinkFeedbackPart
is anSelectionFeedbackPart
that uses a dotted line as its visualization.class
SnappingFeedbackPart
TheSnappingFeedbackPart
visualizes aSnappingModel.SnappingLocation
by drawing a red line at theSnappingModel.SnappingLocation
through the whole viewport.class
SquareSegmentHandlePart
AnAbstractSegmentHandlePart
with a quadraticRectangle
visual.
-