Uses of Package
org.eclipse.gef.mvc.fx.models
-
Packages that use org.eclipse.gef.mvc.fx.models Package Description org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations.org.eclipse.gef.mvc.fx.models org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.providers -
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.behaviors Class Description FocusModel TheFocusModel
stores theIContentPart
which has keyboard focus.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.SnappingLocation ASnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
. -
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.models Class Description SnappingModel.SnappingLocation ASnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
. -
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.operations Class Description FocusModel TheFocusModel
stores theIContentPart
which has keyboard focus.SelectionModel TheSelectionModel
is used to store the current viewer's selection.SnappingModel TheSnappingModel
storesSnappingModel.SnappingLocation
s for which feedback is generated by the SnappingBehavior. -
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.parts Class Description SnappingModel.SnappingLocation ASnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
. -
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.providers Class Description SnappingModel.SnappingLocation ASnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
.