Package | Description |
---|---|
org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
Constructor and Description |
---|
AddSnapToStrategyOperation(SnappingModel model,
org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy)
Constructs a new
AddSnapToStrategyOperation that will add the
given ISnapToStrategy to the list of supported strategies within
the given SnappingModel . |
RemoveSnapToStrategyOperation(SnappingModel model,
org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy)
Constructs a new
RemoveSnapToStrategyOperation that will remove
the given ISnapToStrategy from the list of supported strategies
within the given SnappingModel . |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.