| Package | Description |
|---|---|
| org.eclipse.gef.mvc.fx.behaviors |
This package contains JavaFX/MVC.FX-specific
IBehavior implementations. |
| org.eclipse.gef.mvc.fx.models | |
| org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart,
IVisualPart,
IFeedbackPart, and
IHandlePart implementations and related
classes. |
| org.eclipse.gef.mvc.fx.providers |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SnappingBehavior.onSnappingLocationsChanged(List<? extends SnappingModel.SnappingLocation> oldValue,
List<? extends SnappingModel.SnappingLocation> newValue)
Callback method that is called in response to
SnappingModel
changes. |
protected void |
SnappingBehavior.onSnappingLocationsChanged(List<? extends SnappingModel.SnappingLocation> oldValue,
List<? extends SnappingModel.SnappingLocation> newValue)
Callback method that is called in response to
SnappingModel
changes. |
| Modifier and Type | Method and Description |
|---|---|
SnappingModel.SnappingLocation |
SnappingModel.SnappingLocation.getCopy()
Returns a copy of this
SnappingModel.SnappingLocation. |
| Modifier and Type | Method and Description |
|---|---|
List<SnappingModel.SnappingLocation> |
SnappingModel.getSnappingLocations()
Returns a
List containing the SnappingModel.SnappingLocations currently
stored in this SnappingModel. |
List<SnappingModel.SnappingLocation> |
SnappingModel.getSnappingLocationsFor(IContentPart<? extends Node> part)
Returns a
List containing the SnappingModel.SnappingLocations that were
derived from the given IContentPart. |
ReadOnlyListProperty<SnappingModel.SnappingLocation> |
SnappingModel.snappingLocationsProperty()
A read-only property containing the current
SnappingModel.SnappingLocations. |
| Modifier and Type | Method and Description |
|---|---|
void |
SnappingModel.setSnappingLocations(List<? extends SnappingModel.SnappingLocation> snappingLocations)
Replaces the
SnappingModel.SnappingLocations that are stored in this
SnappingModel by the given List of
SnappingModel.SnappingLocations. |
| Modifier and Type | Method and Description |
|---|---|
SnappingModel.SnappingLocation |
SnappingFeedbackPart.getSnappingLocation()
Returns the
SnappingModel.SnappingLocation for which feedback is visualized by
this SnappingFeedbackPart. |
| Modifier and Type | Method and Description |
|---|---|
void |
SnappingFeedbackPart.setSnappingLocation(SnappingModel.SnappingLocation snappingLocation)
Sets the
SnappingModel.SnappingLocation for this feedback part to the given
value. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.