Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
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 | Class and Description |
---|---|
class |
FXBendPolicy
The
FXBendPolicy can be used to manipulate the points constituting an
FXConnection , i.e. its start point, way points, and end point. |
class |
FXChangeViewportPolicy
|
class |
FXRelocateConnectionPolicy
The
FXRelocateConnectionPolicy is an FXTransformPolicy that
is adjusted for the relocation of an FXConnection . |
class |
FXResizePolicy
|
class |
FXResizeRelocatePolicy
The
FXResizeRelocatePolicy is a transactional
policy that handles the resize and relocation of its
host . |
class |
FXRotatePolicy
|
class |
FXScaleRelocatePolicy
The
FXScaleRelocatePolicy is a transactional
policy that handles the scaling/relocation of its
host . |
class |
FXTransformPolicy
|
Modifier and Type | Class and Description |
---|---|
class |
ContentPolicy<VR>
A (transaction) policy to handle content changes, i.e. adding/removing of
content children, as well as attaching/detaching to/from content anchorages.
|
class |
CreationPolicy<VR>
The
CreationPolicy is an ITransactional
AbstractPolicy that handles the creation of new content objects via
the ContentPolicy . |
class |
DeletionPolicy<VR>
The
DeletionPolicy is an ITransactional
AbstractPolicy that handles the deletion of existing
IContentPart s via the ContentPolicy . |
Copyright (c) 2014 itemis AG and others. All rights reserved.