Uses of Class
org.eclipse.gef.mvc.fx.parts.AbstractFeedbackPart
Packages that use AbstractFeedbackPart
Package
Description
This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.-
Uses of AbstractFeedbackPart in org.eclipse.gef.mvc.fx.parts
Subclasses of AbstractFeedbackPart in org.eclipse.gef.mvc.fx.partsModifier and TypeClassDescriptionclass
TheFocusFeedbackPart
visualizes focus feedback.class
class
TheSelectionFeedbackPart
is anAbstractFeedbackPart
that is parameterized byGeometryNode<IGeometry>
.class
TheSelectionLinkFeedbackPart
is anSelectionFeedbackPart
that uses a dotted line as its visualization.class
TheSnappingFeedbackPart
visualizes aSnappingModel.SnappingLocation
by drawing a red line at theSnappingModel.SnappingLocation
through the whole viewport.