Uses of Class
org.eclipse.gef.mvc.fx.parts.AbstractFeedbackPart
-
Packages that use AbstractFeedbackPart Package Description org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes. -
-
Uses of AbstractFeedbackPart in org.eclipse.gef.mvc.fx.parts
Subclasses of AbstractFeedbackPart in org.eclipse.gef.mvc.fx.parts Modifier and Type Class Description class
FocusFeedbackPart
TheFocusFeedbackPart
visualizes focus feedback.class
HoverFeedbackPart
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.
-