Uses of Package
org.eclipse.gef.mvc.fx.models
Packages that use org.eclipse.gef.mvc.fx.models
Package
Description
This package contains JavaFX/MVC.FX-specific
IBehavior
implementations.This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.-
Classes in org.eclipse.gef.mvc.fx.models used by org.eclipse.gef.mvc.fx.behaviorsClassDescriptionThe
FocusModel
stores theIContentPart
which has keyboard focus.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.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.modelsClassDescriptionA
SnappingModel.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.operationsClassDescriptionThe
FocusModel
stores theIContentPart
which has keyboard focus.TheSelectionModel
is used to store the current viewer's selection.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.partsClassDescriptionA
SnappingModel.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.providersClassDescriptionA
SnappingModel.SnappingLocation
combines anIContentPart
, a position coordinate in the scene coordinate system, and anOrientation
.