Skip to content

Changes

Summary

  1. [493658] Replace Deselect/Select combination with ChangeSelection. (details)
Commit fa038bd1815f64f9ba7eea93c69878446cc130ed by anyssen
[493658] Replace Deselect/Select combination with ChangeSelection.

- Added a ChangeSelectionOperation and ensured its used where a
SelectOperation and a DeselectOperation was combined within
FXFocusAndSelectOnClickPolicy and FXSelectFocusedOnTypePolicy.
- Removed the no longer used createDeselectOperation() method from
FXBendConnectionPolicy.
The file was modified org.eclipse.gef4.mvc/src/org/eclipse/gef4/mvc/operations/SelectOperation.java (diff)
The file was modified org.eclipse.gef4.mvc.fx/src/org/eclipse/gef4/mvc/fx/policies/FXFocusAndSelectOnClickPolicy.java (diff)
The file was modified org.eclipse.gef4.mvc.fx/src/org/eclipse/gef4/mvc/fx/policies/FXBendConnectionPolicy.java (diff)
The file was modified org.eclipse.gef4.mvc.fx/src/org/eclipse/gef4/mvc/fx/policies/FXSelectFocusedOnTypePolicy.java (diff)
The file was addedorg.eclipse.gef4.mvc/src/org/eclipse/gef4/mvc/operations/ChangeSelectionOperation.java