Package org.eclipse.gef.mvc.fx.policies
package org.eclipse.gef.mvc.fx.policies
This package contains all
IPolicy
implementations contributed by MVC.FX.-
ClassDescriptionAbstract base implementation of
IPolicy
that is transactional.TheBendConnectionPolicy
can be used to manipulate the points constituting anConnection
, i.e. its start, way, and end points.A (transaction) policy to handle content changes, i.e. adding/removing of content children as well as attaching/detaching to/from content anchorages.TheCreationPolicy
is anAbstractPolicy
that handles the creation of content.TheDeletionPolicy
is anAbstractPolicy
that handles the deletion of content.TheFocusTraversalPolicy
can be used to assign focus to the next or previous part in the focus traversal cycle.TheIPolicy
interface extendsIAdaptable.Bound
, i.e. it is bound to anIAdaptable
, its so calledIPolicy.getHost()
.TheTransformPolicy
is a JavaFX-specificAbstractPolicy
that handles the transformation of itshost
.