Uses of Class
org.eclipse.gef.mvc.fx.models.SnappingModel.SnappingLocation
Packages that use SnappingModel.SnappingLocation
Package
Description
This package contains JavaFX/MVC.FX-specific
IBehavior
implementations.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.-
Uses of SnappingModel.SnappingLocation in org.eclipse.gef.mvc.fx.behaviors
Method parameters in org.eclipse.gef.mvc.fx.behaviors with type arguments of type SnappingModel.SnappingLocationModifier and TypeMethodDescriptionprotected void
SnappingBehavior.onSnappingLocationsChanged
(List<? extends SnappingModel.SnappingLocation> oldValue, List<? extends SnappingModel.SnappingLocation> newValue) Callback method that is called in response toSnappingModel
changes. -
Uses of SnappingModel.SnappingLocation in org.eclipse.gef.mvc.fx.models
Methods in org.eclipse.gef.mvc.fx.models that return SnappingModel.SnappingLocationModifier and TypeMethodDescriptionSnappingModel.SnappingLocation.getCopy()
Returns a copy of thisSnappingModel.SnappingLocation
.Methods in org.eclipse.gef.mvc.fx.models that return types with arguments of type SnappingModel.SnappingLocationModifier and TypeMethodDescriptionSnappingModel.getSnappingLocations()
Returns aList
containing theSnappingModel.SnappingLocation
s currently stored in thisSnappingModel
.SnappingModel.getSnappingLocationsFor
(IContentPart<? extends Node> part) Returns aList
containing theSnappingModel.SnappingLocation
s that were derived from the givenIContentPart
.SnappingModel.snappingLocationsProperty()
A read-only property containing the currentSnappingModel.SnappingLocation
s.Method parameters in org.eclipse.gef.mvc.fx.models with type arguments of type SnappingModel.SnappingLocationModifier and TypeMethodDescriptionvoid
SnappingModel.setSnappingLocations
(List<? extends SnappingModel.SnappingLocation> snappingLocations) Replaces theSnappingModel.SnappingLocation
s that are stored in thisSnappingModel
by the givenList
ofSnappingModel.SnappingLocation
s. -
Uses of SnappingModel.SnappingLocation in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts that return SnappingModel.SnappingLocationModifier and TypeMethodDescriptionSnappingFeedbackPart.getSnappingLocation()
Returns theSnappingModel.SnappingLocation
for which feedback is visualized by thisSnappingFeedbackPart
.Methods in org.eclipse.gef.mvc.fx.parts with parameters of type SnappingModel.SnappingLocationModifier and TypeMethodDescriptionvoid
SnappingFeedbackPart.setSnappingLocation
(SnappingModel.SnappingLocation snappingLocation) Sets theSnappingModel.SnappingLocation
for this feedback part to the given value. -
Uses of SnappingModel.SnappingLocation in org.eclipse.gef.mvc.fx.providers
Methods in org.eclipse.gef.mvc.fx.providers that return types with arguments of type SnappingModel.SnappingLocationModifier and TypeMethodDescriptionBoundsSnappingLocationProvider.getHorizontalSnappingLocations
(IContentPart<? extends Node> part) CenterSnappingLocationProvider.getHorizontalSnappingLocations
(IContentPart<? extends Node> part) ConnectionSnappingLocationProvider.getHorizontalSnappingLocations
(IContentPart<? extends Node> part) ISnappingLocationProvider.getHorizontalSnappingLocations
(IContentPart<? extends Node> part) Returns the horizontalSnappingModel.SnappingLocation
s for the givenIContentPart
.TopLeftSnappingLocationProvider.getHorizontalSnappingLocations
(IContentPart<? extends Node> part) protected List<SnappingModel.SnappingLocation>
BoundsSnappingLocationProvider.getSnappingLocations
(IContentPart<? extends Node> part, Orientation orient, double... ratios) Iterates over the given ratios and interpolates positions within the bounds for the individual ratios.protected List<SnappingModel.SnappingLocation>
ConnectionSnappingLocationProvider.getSnappingLocations
(IContentPart<? extends Node> part, Orientation orientation) ReturnsSnappingModel.SnappingLocation
s with givenOrientation
for theConnectionSnappingLocationProvider.getConnection(IContentPart)
of the givenIContentPart
.BoundsSnappingLocationProvider.getVerticalSnappingLocations
(IContentPart<? extends Node> part) CenterSnappingLocationProvider.getVerticalSnappingLocations
(IContentPart<? extends Node> part) ConnectionSnappingLocationProvider.getVerticalSnappingLocations
(IContentPart<? extends Node> part) ISnappingLocationProvider.getVerticalSnappingLocations
(IContentPart<? extends Node> part) Returns the verticalSnappingModel.SnappingLocation
s for the givenIContentPart
.TopLeftSnappingLocationProvider.getVerticalSnappingLocations
(IContentPart<? extends Node> part)