Uses of Class
org.eclipse.gef.mvc.fx.models.SnappingModel
Packages that use SnappingModel
Package
Description
This package contains all
IUndoableOperation
implementations contributed by MVC.FX.-
Uses of SnappingModel in org.eclipse.gef.mvc.fx.operations
Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type SnappingModelModifierConstructorDescriptionAddSnapToStrategyOperation
(SnappingModel model, org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy) Constructs a newAddSnapToStrategyOperation
that will add the givenISnapToStrategy
to the list of supported strategies within the givenSnappingModel
.RemoveSnapToStrategyOperation
(SnappingModel model, org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy) Constructs a newRemoveSnapToStrategyOperation
that will remove the givenISnapToStrategy
from the list of supported strategies within the givenSnappingModel
.