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