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