Package org.eclipse.gef.mvc.fx.models
package org.eclipse.gef.mvc.fx.models
-
ClassDescriptionThe
FocusModel
stores theIContentPart
which has keyboard focus.TheGridModel
stores information about a background grid, i.e. cell width and cell height.TheHoverModel
is used to store the current viewer's mouse hover target, i.e. theIVisualPart
that is currently under the mouse cursor.TheSelectionModel
is used to store the current viewer's selection.TheSnappingModel
storesSnappingModel.SnappingLocation
s for which feedback is generated by the SnappingBehavior.ASnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
.