Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.operations |
This package contains implementations of
IUndoableOperation which can be
used to manipulate the default models, especially content creation and
removal. |
org.eclipse.gef4.mvc.parts |
This package contains all abstractions related to controllers (aka parts) in
a model-view-controller architecture.
|
org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy ) abstraction and
concrete implementations for the manipulation of the
ContentModel :
ContentPolicy ,
CreationPolicy , and
DeletionPolicy . |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<IBendableContentPart.BendPoint> |
FXBendConnectionPolicy.getCurrentBendPoints() |
Constructor and Description |
---|
BendContentOperation(IBendableContentPart<VR,? extends VR> bendableContentPart,
java.util.List<IBendableContentPart.BendPoint> initialBendPoints,
java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a new
BendContentOperation to resize the content of the
given IResizableContentPart . |
BendContentOperation(IBendableContentPart<VR,? extends VR> bendableContentPart,
java.util.List<IBendableContentPart.BendPoint> initialBendPoints,
java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a new
BendContentOperation to resize the content of the
given IResizableContentPart . |
Modifier and Type | Method and Description |
---|---|
void |
IBendableContentPart.bendContent(java.util.List<IBendableContentPart.BendPoint> bendPoints)
Bends the content element as specified through the given bend points.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<IBendableContentPart.BendPoint> |
AbstractBendPolicy.getCurrentBendPoints()
Returns the current control points of the content.
|
protected java.util.List<IBendableContentPart.BendPoint> |
AbstractBendPolicy.getInitialBendPoints()
Returns the initial bend points before bending the content.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.