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 |
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.